Skip to content

Commit

Permalink
Merge pull request #12 from big-picture-medical/chore/upgrade_illumin…
Browse files Browse the repository at this point in the history
…ate_support

chore: upgrade illuminate support
  • Loading branch information
hisop committed Jun 21, 2023
2 parents 7845de3 + 3c01276 commit a31e84e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"require": {
"spatie/data-transfer-object": "^3.5",
"symfony/finder": "^6.0",
"illuminate/support": "^8.21 || ^9.0"
"illuminate/support": "^8.21 || ^10.9"
},
"autoload": {
"psr-4": {
Expand All @@ -16,6 +16,8 @@
}
},
"require-dev": {
"roave/security-advisories": "dev-latest"
,
"phpstan/phpstan": "^0.12.57",
"phpunit/phpunit": "^9"
},
Expand Down

0 comments on commit a31e84e

Please sign in to comment.