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 ed60ef9 commit eaca467Copy full SHA for eaca467
composer.json
@@ -56,7 +56,13 @@
56
},
57
"scripts": {
58
"test": "vendor/bin/phpunit",
59
- "test-lowest": "composer update --prefer-lowest --prefer-dist --no-interaction && vendor/bin/phpunit",
60
- "test-stable": "composer update --prefer-stable --prefer-dist --no-interaction &&vendor/bin/phpunit"
+ "test-lowest": [
+ "composer update --prefer-lowest --prefer-dist --no-interaction --ansi",
61
+ "@test"
62
+ ],
63
+ "test-stable": [
64
+ "composer update --prefer-stable --prefer-dist --no-interaction --ansi",
65
66
+ ]
67
}
68
0 commit comments