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.
1 parent a2e6010 commit c4d1126Copy full SHA for c4d1126
composer.json
@@ -10,15 +10,15 @@
10
"require": {
11
"laravel-shift/faker-registry": "^0.1",
12
"symfony/yaml": "^4.3|^5.0",
13
- "illuminate/console": "^6.0|^7.0",
14
- "illuminate/filesystem": "^6.0|^7.0",
15
- "illuminate/support": "^6.0|^7.0",
+ "illuminate/console": "^6.0|^7.0|^8.0",
+ "illuminate/filesystem": "^6.0|^7.0|^8.0",
+ "illuminate/support": "^6.0|^7.0|^8.0",
16
"doctrine/dbal": "^2.9"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^8.0",
+ "phpunit/phpunit": "^8.0|^9.3",
20
"mockery/mockery": "^1.3",
21
- "orchestra/testbench": "^4.0|^5.0"
+ "orchestra/testbench": "^4.0|^5.0|^6.0"
22
23
"autoload": {
24
"psr-4": {
0 commit comments