Skip to content

Commit ca80976

Browse files
committed
See if this fixes the php fatal error
As Kaspars mentioned, the Travis build for xwp#89 had a fatal error for phpunit: https://travis-ci.com/github/xwp/block-scaffolding-wp/builds/225499204#L428
1 parent 6f06108 commit ca80976

File tree

2 files changed

+353
-198
lines changed

2 files changed

+353
-198
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"require-dev": {
1313
"10up/wp_mock": "0.4.2",
1414
"dealerdirect/phpcodesniffer-composer-installer": "0.7.1",
15-
"mockery/mockery": "1.3.1",
15+
"mockery/mockery": "1.4.3",
1616
"php-coveralls/php-coveralls": "2.2.0",
1717
"phpcompatibility/phpcompatibility-wp": "2.1.0",
18-
"phpunit/phpunit": "8.5.2",
18+
"phpunit/phpunit": "9.2.0",
1919
"wp-coding-standards/wpcs": "2.3.0",
2020
"wpsh/local": "0.2.3"
2121
},

0 commit comments

Comments
 (0)