Skip to content

Commit 45a55cb

Browse files
Merge pull request #12 from internalsystemerror/feature/php8
Adds PHP 8.0 support
2 parents d506c66 + dc9c780 commit 45a55cb

18 files changed

+923
-476
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/.idea
2+
/.phpunit.result.cache
13
/clover.xml
24
/coveralls-upload.json
35
/docs/html/

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@
2323
"extra": {
2424
},
2525
"require": {
26-
"php": "^5.6 || ^7.0",
26+
"php": "^7.3 || ~8.0.0",
2727
"laminas/laminas-http": "^2.7",
2828
"laminas/laminas-json": "^2.6.1 || ^3.0",
2929
"laminas/laminas-server": "^2.7",
3030
"laminas/laminas-zendframework-bridge": "^1.0"
3131
},
3232
"require-dev": {
33+
"ext-json": "*",
3334
"laminas/laminas-coding-standard": "~1.0.0",
34-
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
35+
"phpunit/phpunit": "^9.3.0"
3536
},
3637
"conflict": {
3738
"laminas/laminas-stdlib": "<3.2.1"

0 commit comments

Comments
 (0)