Skip to content

Commit ae5cd29

Browse files
authored
Merge pull request #309 from WyriHaximus/update-wyrihaximus-test-utilities-to-v8
Update wyrihaximus/test-utilities to v8
2 parents aa61032 + c555887 commit ae5cd29

File tree

2 files changed

+814
-1349
lines changed

2 files changed

+814
-1349
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react/promise": "^3.2.0",
1717
"wyrihaximus/phpstan-react": "^2.0.0",
1818
"wyrihaximus/react-phpunit-run-tests-in-fiber": "^3.0.0",
19-
"wyrihaximus/test-utilities": "^7.5.2"
19+
"wyrihaximus/test-utilities": "^8.1.0"
2020
},
2121
"require-dev": {
2222
"react/promise-timer": "^1.11.0",
@@ -43,7 +43,8 @@
4343
"icanhazstring/composer-unused": true,
4444
"infection/extension-installer": true,
4545
"phpstan/extension-installer": true,
46-
"wyrihaximus/makefiles": true
46+
"wyrihaximus/makefiles": true,
47+
"wyrihaximus/test-utilities": true
4748
},
4849
"platform": {
4950
"php": "8.4.13"
@@ -59,12 +60,10 @@
5960
},
6061
"scripts": {
6162
"post-install-cmd": [
62-
"composer normalize",
63-
"composer update --lock --no-scripts"
63+
"make on-install-or-update || true"
6464
],
6565
"post-update-cmd": [
66-
"composer normalize",
67-
"composer update --lock --no-scripts"
66+
"make on-install-or-update || true"
6867
]
6968
}
7069
}

0 commit comments

Comments
 (0)