There was an error while loading. Please reload this page.
1 parent 69527fd commit 98973a3Copy full SHA for 98973a3
composer.json
@@ -11,7 +11,7 @@
11
],
12
"require": {
13
"php": ">=7.2.0",
14
- "illuminate/support": "^6.0 || ^7.0"
+ "illuminate/support": "^6.0 || ^7.0 || ^8.0"
15
},
16
"autoload": {
17
"psr-4": {
@@ -24,7 +24,7 @@
24
"minimum-stability": "dev",
25
"prefer-stable": true,
26
"require-dev": {
27
- "phpunit/phpunit": "^7.0 || ^8.0",
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
28
"fzaninotto/faker": "^1.9",
29
"mockery/mockery": "^1.3",
30
"satooshi/php-coveralls": "^2.0",
0 commit comments