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 960ae14 commit f221dc4Copy full SHA for f221dc4
composer.json
@@ -55,6 +55,8 @@
55
}
56
},
57
"scripts": {
58
- "test": "vendor/bin/phpunit"
+ "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"
61
62
0 commit comments