Skip to content

Commit

Permalink
Laravel 9 compatibility (#162)
Browse files Browse the repository at this point in the history
* Laravel 9 compatibility

This should add compatibility to Laravel 9

* Added test bench ^7.0

Added test bench ^7.0
  • Loading branch information
ahoiroman authored Feb 9, 2022
1 parent c390401 commit 1253167
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 @@ -53,13 +53,13 @@
},
"require": {
"php": "^5.4 || ^7.0 || ^8.0",
"illuminate/config": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
"illuminate/console": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
"illuminate/filesystem": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
"illuminate/config": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/console": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/filesystem": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"tedivm/jshrink": "~1.0"
},
"require-dev": {
"orchestra/testbench": "^2.2 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"orchestra/testbench": "^2.2 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"autoload": {
Expand Down

0 comments on commit 1253167

Please sign in to comment.