Skip to content

Commit c7db66a

Browse files
authored
Merge pull request jrean#213 from DariusIII/patch-3
Update composer.json
2 parents 69527fd + 98973a3 commit c7db66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=7.2.0",
14-
"illuminate/support": "^6.0 || ^7.0"
14+
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
1515
},
1616
"autoload": {
1717
"psr-4": {
@@ -24,7 +24,7 @@
2424
"minimum-stability": "dev",
2525
"prefer-stable": true,
2626
"require-dev": {
27-
"phpunit/phpunit": "^7.0 || ^8.0",
27+
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
2828
"fzaninotto/faker": "^1.9",
2929
"mockery/mockery": "^1.3",
3030
"satooshi/php-coveralls": "^2.0",

0 commit comments

Comments
 (0)