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 9373c8e commit a1122e2Copy full SHA for a1122e2
.github/workflows/test-ci.yml
@@ -34,7 +34,6 @@ jobs:
34
composer self-update
35
composer install --no-interaction --prefer-source --dev
36
37
-
38
- name: Run cases
39
run: |
40
./vendor/bin/phpcs --standard=PSR2 src
composer.json
@@ -16,7 +16,7 @@
16
"php": ">=5.3.3"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "~9.0",
+ "phpunit/phpunit": "=9.0.0",
20
"squizlabs/php_codesniffer": "~3.6"
21
22
"autoload": {
0 commit comments