Skip to content

Commit 0dbf9e7

Browse files
authored
Fork and update legacy phpunit to work with PHP 8.1 (#140)
1 parent 7d9628d commit 0dbf9e7

File tree

2 files changed

+92
-85
lines changed

2 files changed

+92
-85
lines changed

composer.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"symfony/polyfill-mbstring": "^1.19"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "^4.8.23"
13+
"phperf/phpunit": "4.8.37"
1414
},
1515
"license": "MIT",
1616
"authors": [
@@ -40,10 +40,5 @@
4040
},
4141
"suggest": {
4242
"ext-mbstring": "For better performance"
43-
},
44-
"scripts": {
45-
"post-install-cmd": [
46-
"patch -N -s -p0 < ./tests/phpunit.patch"
47-
]
4843
}
49-
}
44+
}

composer.lock

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

0 commit comments

Comments
 (0)