We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d18e95b + d868a21 commit b60012aCopy full SHA for b60012a
composer.json
@@ -17,10 +17,11 @@
17
],
18
"require": {
19
"php": "^7.1",
20
- "illuminate/support": "^5.5 || ^6.0 || ^7.0"
+ "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"
21
},
22
"require-dev": {
23
- "orchestra/testbench": "^3.0 || ^4.0 || ^5.0",
+ "laravel/legacy-factories": "^1.0",
24
+ "orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0",
25
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
26
27
"autoload": {
0 commit comments