Skip to content

Commit 8cdf879

Browse files
authored
Update composer.json
updates for laravel 8 / 9
1 parent 8792597 commit 8cdf879

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
],
2020
"license": "MIT",
2121
"require": {
22-
"illuminate/support": "^5.8|^6.0|^7.0",
23-
"illuminate/container": "^5.8|^6.0|^7.0",
24-
"illuminate/database": "^5.8|^6.0|^7.0",
25-
"illuminate/events": "^5.8|^6.0|^7.0",
22+
"illuminate/support": "^5.8|^6.0|^7.0|^9.0",
23+
"illuminate/container": "^5.8|^6.0|^7.0|^9.0",
24+
"illuminate/database": "^5.8|^6.0|^7.0|^9.0",
25+
"illuminate/events": "^5.8|^6.0|^7.0|^9.0",
2626
"mongodb/mongodb": "^1.4"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^6.0|^7.0|^8.0",
30-
"orchestra/testbench": "^3.1|^4.0",
31-
"mockery/mockery": "^1.0",
32-
"doctrine/dbal": "^2.5",
29+
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.5.8",
30+
"orchestra/testbench": "^3.1|^4.0|^7.0",
31+
"mockery/mockery": "^1.0|^1.3.1",
32+
"doctrine/dbal": "^2.5|^3.1.4",
3333
"phpunit/phpcov": "^6.0",
3434
"cedx/coveralls": "^11.2"
3535
},

0 commit comments

Comments
 (0)