Skip to content

Commit

Permalink
laravel 9 support (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
saqueib authored Feb 9, 2022
1 parent efaadf3 commit e642db7
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 @@ -22,13 +22,13 @@
}
],
"require": {
"php": ">=7.3.0",
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
"php": "^7.3|^8.0",
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "~3.8|^4.0",
"orchestra/testbench": "~3.8|^4.0|^5.0|^7.0",
"mockery/mockery": "^0.9.4 || ~1.0",
"phpunit/phpunit": "~8.5"
"phpunit/phpunit": "~8.5|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e642db7

Please sign in to comment.