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

Commit 3bfa2ea

Browse files
Merge pull request #7 from codisart/add-php8-support
Add php8 support and remove obsolete versions
2 parents 04be644 + 3c16744 commit 3bfa2ea

File tree

7 files changed

+773
-361
lines changed

7 files changed

+773
-361
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.phpunit.result.cache
12
/clover.xml
23
/coveralls-upload.json
34
/docs/html/

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"sort-packages": true
2020
},
2121
"require": {
22-
"php": "^5.6 || ^7.0",
22+
"php": "^7.3 || ~8.0.0",
2323
"laminas/laminas-stdlib": "^2.7.7 || ^3.1",
2424
"laminas/laminas-zendframework-bridge": "^1.0"
2525
},
@@ -31,7 +31,7 @@
3131
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
3232
"laminas/laminas-session": "^2.8",
3333
"laminas/laminas-validator": "^2.10.1",
34-
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
34+
"phpunit/phpunit": "^9.3.0"
3535
},
3636
"suggest": {
3737
"laminas/laminas-filter": "Laminas\\Filter component",

0 commit comments

Comments
 (0)