File tree Expand file tree Collapse file tree 2 files changed +814
-1349
lines changed Expand file tree Collapse file tree 2 files changed +814
-1349
lines changed Original file line number Diff line number Diff line change 16
16
"react/promise" : " ^3.2.0" ,
17
17
"wyrihaximus/phpstan-react" : " ^2.0.0" ,
18
18
"wyrihaximus/react-phpunit-run-tests-in-fiber" : " ^3.0.0" ,
19
- "wyrihaximus/test-utilities" : " ^7.5.2 "
19
+ "wyrihaximus/test-utilities" : " ^8.1.0 "
20
20
},
21
21
"require-dev" : {
22
22
"react/promise-timer" : " ^1.11.0" ,
43
43
"icanhazstring/composer-unused" : true ,
44
44
"infection/extension-installer" : true ,
45
45
"phpstan/extension-installer" : true ,
46
- "wyrihaximus/makefiles" : true
46
+ "wyrihaximus/makefiles" : true ,
47
+ "wyrihaximus/test-utilities" : true
47
48
},
48
49
"platform" : {
49
50
"php" : " 8.4.13"
59
60
},
60
61
"scripts" : {
61
62
"post-install-cmd" : [
62
- " composer normalize" ,
63
- " composer update --lock --no-scripts"
63
+ " make on-install-or-update || true"
64
64
],
65
65
"post-update-cmd" : [
66
- " composer normalize" ,
67
- " composer update --lock --no-scripts"
66
+ " make on-install-or-update || true"
68
67
]
69
68
}
70
69
}
You can’t perform that action at this time.
0 commit comments