Skip to content

Commit

Permalink
Laravel 9 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
geisi authored Feb 9, 2022
1 parent bd0d388 commit ba66477
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0"
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"illuminate/database": "^5.2|^6.0|^7.0|^8.0",
"orchestra/testbench": "^3.1|^4.0|^5.0|^6.0",
"illuminate/database": "^5.2|^6.0|^7.0|^8.0|^9.0",
"orchestra/testbench": "^3.1|^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^5.0|^6.0|^7.0|^8.4|^9.0"
},
"autoload": {
Expand Down

0 comments on commit ba66477

Please sign in to comment.