Skip to content

Commit

Permalink
Add support for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
frasmage committed Feb 9, 2022
1 parent 141feb8 commit e402ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -17,14 +17,14 @@
"require": {
"php": ">=7.3.0",
"ext-json": "*",
"illuminate/support": "^6.20.42|^8.22.1",
"illuminate/database": "^6.20.42|^8.22.1",
"illuminate/support": "^6.20.42|^8.22.1|^9.0",
"illuminate/database": "^6.20.42|^8.22.1|^9.0",
"phpoption/phpoption": "1.8.1"
},
"require-dev": {
"symfony/symfony": "^5.4.1|^6.1",
"laravel/legacy-factories": "^1.0.4",
"orchestra/testbench": "^5.20|^6.23",
"orchestra/testbench": "^5.20|^6.23|^7.0",
"phpunit/phpunit": "^9.5.11",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/promises": "^1.4",
Expand Down

0 comments on commit e402ae9

Please sign in to comment.