Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenkeith authored Oct 18, 2024
1 parent f3ecb81 commit 6955ec1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@
"sort-packages": true
},
"require": {
"php": "^7.2",
"illuminate/http": "~5.0|~6.0",
"spatie/laravel-fractal": "^5.3|^5.6"
},
"require-dev": {
"phpunit/phpunit": "~6.0"
"php": "^7.2|^8.0|^8.1|^8.2|^8.3|^8.4",
"illuminate/http": "~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"spatie/laravel-fractal": "^5.3|^5.6|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6955ec1

Please sign in to comment.