|
@@ -21,10 +21,10 @@
|
|
|
"ext-json": "*",
|
|
|
"erusev/parsedown": "^1.7.4",
|
|
|
"fzaninotto/faker": "^1.9.1",
|
|
|
- "illuminate/console": "^5.8|^6.0|^7.0|^8.0",
|
|
|
- "illuminate/routing": "^5.8|^6.0|^7.0|^8.0",
|
|
|
- "illuminate/support": "^5.8|^6.0|^7.0|^8.0",
|
|
|
- "knuckleswtf/pastel": "^1.3.3",
|
|
|
+ "illuminate/console": "^5.8|^6.0|^7.0",
|
|
|
+ "illuminate/routing": "^5.8|^6.0|^7.0",
|
|
|
+ "illuminate/support": "^5.8|^6.0|^7.0",
|
|
|
+ "knuckleswtf/pastel": "^1.3.5",
|
|
|
"league/flysystem": "^1.0",
|
|
|
"mpociot/reflection-docblock": "^1.0.1",
|
|
|
"nunomaduro/collision": "^3.0|^4.0|^5.0",
|
|
@@ -59,8 +59,8 @@
|
|
|
"lint": "phpstan analyse -c ./phpstan.neon src",
|
|
|
"test": "phpunit --stop-on-failure --exclude-group dingo",
|
|
|
"test-ci": "phpunit --exclude-group dingo",
|
|
|
- "test-parallel": "paratest -p3 --stop-on-failure --parallel-suite --exclude-group dingo tests",
|
|
|
- "test-parallel-ci": "paratest -p3 --parallel-suite --exclude-group dingo tests"
|
|
|
+ "test-parallel": "paratest -p4 --stop-on-failure --parallel-suite --exclude-group dingo tests",
|
|
|
+ "test-parallel-ci": "paratest -p4 --parallel-suite --exclude-group dingo tests"
|
|
|
},
|
|
|
"extra": {
|
|
|
"laravel": {
|