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 6db0787 commit a23efd9Copy full SHA for a23efd9
.github/workflows/test-ci.yml
@@ -33,8 +33,7 @@ jobs:
33
run: |
34
composer self-update
35
composer install --no-interaction --prefer-source --no-dev
36
- composer require squizlabs/php_codesniffer=3.6.0
37
- composer require --ignore-platform-reqs phpunit/phpunit=9.0.0
+
38
39
- name: Run cases
40
composer.json
@@ -13,7 +13,8 @@
13
}
14
],
15
"require": {
16
- "php": ">=5.3.3"
+ "php": ">=5.3.3",
17
+ "phpunit/phpunit": "~9.0"
18
},
19
"require-dev": {
20
"phpunit/phpunit": "~4.0",
0 commit comments