|
@@ -24,7 +24,7 @@
|
|
|
"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.3",
|
|
|
+ "knuckleswtf/pastel": "^1.3.5",
|
|
|
"league/flysystem": "^1.0",
|
|
|
"mpociot/reflection-docblock": "^1.0.1",
|
|
|
"nunomaduro/collision": "^3.0|^4.0|^5.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
"require-dev": {
|
|
|
"brianium/paratest": "^4.0",
|
|
|
"dms/phpunit-arraysubset-asserts": "^0.1.0",
|
|
|
- "laravel/lumen-framework": "^5.7|^6.0|^7.0",
|
|
|
+ "laravel/lumen-framework": "^5.8|^6.0|^7.0",
|
|
|
"league/fractal": "^0.19.0",
|
|
|
"orchestra/testbench": "^3.7|^4.0|^5.0",
|
|
|
"phpstan/phpstan": "^0.12.19",
|
|
@@ -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": {
|