Skip to content

Commit

Permalink
chore: support laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzarbn committed Mar 3, 2022
1 parent 33cc77c commit aa52246
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"require": {
"php": ">=8.0",
"ext-json": "*",
"illuminate/contracts": "^8.0",
"spatie/data-transfer-object": "^3.0"
"illuminate/contracts": ">=8.0",
"spatie/data-transfer-object": ">=3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^6.0"
"phpunit/phpunit": ">=8.0",
"orchestra/testbench": "6.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit aa52246

Please sign in to comment.