Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 44efc8a

Browse files
Merge pull request #8 from weierophinney/feature/php-8-support
Provide support for PHP 8.0
2 parents 6c75b96 + 2d4aaf2 commit 44efc8a

File tree

10 files changed

+2612
-47
lines changed

10 files changed

+2612
-47
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
/.phpunit.result.cache
12
/clover.xml
2-
/composer.lock
33
/coveralls-upload.json
44
/docs/html/
55
/laminas-mkdoc-theme.tgz

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"sort-packages": true
2020
},
2121
"require": {
22-
"php": "^5.6 || ^7.0",
22+
"php": "^7.3 || ~8.0.0",
2323
"laminas/laminas-stdlib": "^3.2.1",
2424
"laminas/laminas-zendframework-bridge": "^1.0"
2525
},
2626
"require-dev": {
2727
"laminas/laminas-coding-standard": "~1.0.0",
2828
"laminas/laminas-json": "^2.6.1",
2929
"laminas/laminas-session": "^2.8.5",
30-
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
30+
"phpunit/phpunit": "^9.3"
3131
},
3232
"suggest": {
3333
"laminas/laminas-json": "Laminas\\Json component",

0 commit comments

Comments
 (0)