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

Commit

Permalink
Merge pull request #11 from bfoosness/php-8.0
Browse files Browse the repository at this point in the history
Add PHP 8.0 support, require PHP 7.3 or newer
  • Loading branch information
weierophinney authored Feb 11, 2021
2 parents 74eed45 + 08e03da commit a058eeb
Show file tree
Hide file tree
Showing 34 changed files with 702 additions and 929 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
8 changes: 0 additions & 8 deletions .laminas-ci.json

This file was deleted.

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",
"ext-mbstring": "*",
"container-interop/container-interop": "^1.2",
"laminas/laminas-math": "^3.0",
Expand All @@ -28,7 +28,7 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-openssl": "Required for most features of Laminas\\Crypt"
Expand Down
Loading

0 comments on commit a058eeb

Please sign in to comment.