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 b2addae commit d24f0e9Copy full SHA for d24f0e9
.github/workflows/build.yml
@@ -41,4 +41,4 @@ jobs:
41
- name: Install dependencies
42
run: composer update $DEFAULT_COMPOSER_FLAGS
43
- name: Run unit tests
44
- run: vendor/bin/phpunit --verbose --colors=always tests
+ run: vendor/bin/phpunit --colors=always tests
composer.json
@@ -9,8 +9,9 @@
9
"phpseclib/phpseclib": "^3.0.7"
10
},
11
"require-dev": {
12
+ "phpunit/phpunit": "<10",
13
"roave/security-advisories": "dev-latest",
- "yoast/phpunit-polyfills": "^1.0"
14
+ "yoast/phpunit-polyfills": "^2.0"
15
16
"archive" : {
17
"exclude" : [
0 commit comments