Skip to content

Commit c8586ac

Browse files
Merge pull request #14 from bayareawebpro/dev
Update composer.json
2 parents fa05126 + d6f9d14 commit c8586ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
],
1111
"require": {
1212
"php": "^7.2|^8.0",
13-
"illuminate/support": "^6.0|^7.0|^8.0"
13+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
1414
},
1515
"require-dev": {
16-
"orchestra/testbench": "^4.0|^5.0|^6.0",
16+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
1717
"phpunit/phpunit": "^8.0|^9.0",
18-
"nunomaduro/larastan": "^0.6"
18+
"nunomaduro/larastan": "^0.6|^1.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)