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

Commit

Permalink
Merge pull request #7 from codisart/add-php8-support
Browse files Browse the repository at this point in the history
Add php8 support and remove obsolete versions
  • Loading branch information
weierophinney authored Feb 12, 2021
2 parents 04be644 + 3c16744 commit 3bfa2ea
Show file tree
Hide file tree
Showing 7 changed files with 773 additions and 361 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
/docs/html/
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.3 || ~8.0.0",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1",
"laminas/laminas-zendframework-bridge": "^1.0"
},
Expand All @@ -31,7 +31,7 @@
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
"laminas/laminas-session": "^2.8",
"laminas/laminas-validator": "^2.10.1",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
"phpunit/phpunit": "^9.3.0"
},
"suggest": {
"laminas/laminas-filter": "Laminas\\Filter component",
Expand Down
Loading

0 comments on commit 3bfa2ea

Please sign in to comment.