Skip to content

Commit f022974

Browse files
authored
Fork phpunit to avoid patching it (#45)
1 parent 5f0fc27 commit f022974

File tree

2 files changed

+83
-86
lines changed

2 files changed

+83
-86
lines changed

composer.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.6.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "4.8.36"
22+
"phperf/phpunit": "4.8.37"
2323
},
2424
"autoload": {
2525
"psr-4": {
@@ -35,13 +35,5 @@
3535
"platform": {
3636
"php": "5.6.10"
3737
}
38-
},
39-
"scripts": {
40-
"post-install-cmd": [
41-
"patch -N -s -p0 < ./tests/phpunit.patch"
42-
],
43-
"post-update-cmd": [
44-
"patch -N -s -p0 < ./tests/phpunit.patch"
45-
]
4638
}
4739
}

composer.lock

+82-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)