Skip to content

Commit f221dc4

Browse files
Add test scripts
1 parent 960ae14 commit f221dc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
}
5656
},
5757
"scripts": {
58-
"test": "vendor/bin/phpunit"
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"
5961
}
6062
}

0 commit comments

Comments
 (0)