Skip to content

Commit

Permalink
Merge pull request #40 from VictoRD11/supportLaravel9
Browse files Browse the repository at this point in the history
Add support Laravel 9
  • Loading branch information
vluzrmos authored Mar 16, 2022
2 parents c049a2c + 7ec2ffb commit ed0b70b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"type": "package",
"require": {
"php": "^7.2 || ^8.0",
"illuminate/config": "~6.0 || ~7.0 || ~8.0",
"illuminate/translation": "~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0",
"illuminate/cookie": "~6.0 || ~7.0 || ~8.0"
"illuminate/config": "~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/translation": "~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/cookie": "~6.0 || ~7.0 || ~8.0 || ~9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"orchestra/testbench": "^5.0 || ^6.0",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^8.5 || ^9.0"
},
"autoload": {
Expand Down

0 comments on commit ed0b70b

Please sign in to comment.