Skip to content

Commit d24f0e9

Browse files
dependabot[bot]DeepDiver1975
authored andcommitted
chore(deps-dev): update yoast/phpunit-polyfills requirement from ^1.0 to ^2.0 (jumbojett#430)
* chore(deps-dev): update yoast/phpunit-polyfills requirement Updates the requirements on [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) to permit the latest version. - [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases) - [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/2.x/CHANGELOG.md) - [Commits](Yoast/PHPUnit-Polyfills@1.0.0...2.0.1) --- updated-dependencies: - dependency-name: yoast/phpunit-polyfills dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * fix: remove --verbose from phpunit * fix: force usage of phpunit < 10 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Müller <[email protected]>
1 parent b2addae commit d24f0e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Install dependencies
4242
run: composer update $DEFAULT_COMPOSER_FLAGS
4343
- name: Run unit tests
44-
run: vendor/bin/phpunit --verbose --colors=always tests
44+
run: vendor/bin/phpunit --colors=always tests

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"phpseclib/phpseclib": "^3.0.7"
1010
},
1111
"require-dev": {
12+
"phpunit/phpunit": "<10",
1213
"roave/security-advisories": "dev-latest",
13-
"yoast/phpunit-polyfills": "^1.0"
14+
"yoast/phpunit-polyfills": "^2.0"
1415
},
1516
"archive" : {
1617
"exclude" : [

0 commit comments

Comments
 (0)