Skip to content

Commit 422d26d

Browse files
author
Gary Lockett
committed
Migrate to PHPUnit >9.3 and add support for PHP 8
Signed-off-by: Gary Lockett <[email protected]>
1 parent 9b892b4 commit 422d26d

23 files changed

+1738
-1053
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.phpcs-cache
12
/.phpunit.result.cache
23
/clover.xml
34
/coveralls-upload.json

composer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"require": {
32-
"php": "^7.3",
32+
"php": "^7.3 || ~8.0.0",
3333
"laminas/laminas-zendframework-bridge": "^1.0",
3434
"mezzio/mezzio-helpers": "^5.0",
3535
"mezzio/mezzio-router": "^3.0",
@@ -38,10 +38,9 @@
3838
"twig/twig": "^1.42.5 || ^2.12.5 || ^3.0.3"
3939
},
4040
"require-dev": {
41-
"laminas/laminas-coding-standard": "~1.0.0",
41+
"laminas/laminas-coding-standard": "~2.1.0",
4242
"malukenho/docheader": "^0.1.5",
43-
"phpspec/prophecy": "^1.10.3",
44-
"phpunit/phpunit": "^7.5.20 || ^8.5.2"
43+
"phpunit/phpunit": "^9.3.0"
4544
},
4645
"conflict": {
4746
"container-interop/container-interop": "<1.2.0"

0 commit comments

Comments
 (0)