Added test for correct Semantic Versioning as per #34

This commit is contained in:
Katrina Knight
2021-09-02 23:09:50 +01:00
committed by Basilius Sauter
parent 5718f57c91
commit 83c3d697c9
4 changed files with 667 additions and 478 deletions
+2 -1
View File
@@ -37,6 +37,7 @@
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/php-code-coverage": "*",
"friendsofphp/php-cs-fixer": "*"
"friendsofphp/php-cs-fixer": "*",
"vierbergenlars/php-semver": "*"
}
}