Skip to content

Commit

Permalink
Merge pull request #28 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
mpociot authored Feb 14, 2022
2 parents f2d0b1f + 5d79013 commit a49cde8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
],
"require": {
"php": "^7.2.5|^8.0",
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^3.6|^5.0|^6.0",
"phpunit/phpunit": "^7.0|^8.0|9.2.*"
"orchestra/testbench": "^3.6|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^7.0|^8.0|9.2.*|^9.5.10"
},
"autoload": {
"psr-4": {
Expand All @@ -37,7 +37,6 @@
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

},
"config": {
"sort-packages": true
Expand Down

0 comments on commit a49cde8

Please sign in to comment.