Skip to content

Commit

Permalink
Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tintnaingwinn committed Feb 5, 2022
1 parent dc1663d commit 51ee816
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 @@ -18,14 +18,14 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0",
"ext-json": "*"
"ext-json": "*",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"nunomaduro/collision": "^5.10",
"nunomaduro/larastan": "^1.0",
"orchestra/testbench": "^6.23",
"nunomaduro/collision": "^5.10|^6.1",
"nunomaduro/larastan": "^1.0|^2.0",
"orchestra/testbench": "^6.23|^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit 51ee816

Please sign in to comment.