Skip to content

Commit ee008a2

Browse files
Merge pull request #67 from internalsystemerror/feature/php8
WIP: Add support for PHP 8
2 parents 69479f9 + 3187e45 commit ee008a2

File tree

156 files changed

+3445
-2300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+3445
-2300
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.phpcs-cache
2+
/.phpunit.result.cache
23
/clover.xml
34
/coveralls-upload.json
45
/phpunit.xml

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"laminas/laminas-eventmanager": "^3.2",
4545
"laminas/laminas-filter": "^2.8",
4646
"laminas/laminas-http": "^2.8",
47-
"laminas/laminas-hydrator": "^2.4 || ^3.0 || ^4.0",
47+
"laminas/laminas-hydrator": "^3.0 || ^4.0",
4848
"laminas/laminas-inputfilter": "^2.8.1",
4949
"laminas/laminas-modulemanager": "^2.8.2",
5050
"laminas/laminas-mvc": "^2.7.15 || ^3.1.1",
@@ -59,7 +59,8 @@
5959
"laminas/laminas-coding-standard": "~2.3.0",
6060
"laminas/laminas-config": "^2.6 || ^3.2",
6161
"laminas/laminas-loader": "^2.6",
62-
"phpunit/phpunit": "^7.5.15",
62+
"phpspec/prophecy-phpunit": "^2.0.1",
63+
"phpunit/phpunit": "^9.5.5",
6364
"zfcampus/zf-deploy": "^1.3"
6465
},
6566
"autoload": {

0 commit comments

Comments
 (0)