Skip to content

Commit

Permalink
updated composer require illuminate
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd committed Sep 27, 2023
1 parent 589aa5c commit 9ea2a0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"require": {
"php": "^8.1",
"dcarbone/php-fhir-generated": "^2.0",
"guzzlehttp/guzzle": "^7.8"
"guzzlehttp/guzzle": "^7.8",
"illuminate/config": "^10.25",
"illuminate/database": "^10.25",
"illuminate/support": "^10.25"
},
"require-dev": {
"pestphp/pest": "^2.15",
Expand Down

0 comments on commit 9ea2a0d

Please sign in to comment.