Skip to content

Commit

Permalink
Add support for Laravel 9 (#6)
Browse files Browse the repository at this point in the history
* Add support for Laravel 9
* Bump PHP version (^8.0.2)
  • Loading branch information
dsbilling authored Mar 1, 2022
1 parent 43a7885 commit 2da7064
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
}
],
"require": {
"php": "^7.2|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/events": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
"php": "^7.2|^8.0.2",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
"illuminate/events": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "3.8.*|4.*|5.*|6.*",
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"autoload": {
Expand Down

0 comments on commit 2da7064

Please sign in to comment.