Skip to content

Commit

Permalink
Merge pull request #4 from weierophinney/feature/php-8-support
Browse files Browse the repository at this point in the history
Provide PHP 8.0 support
  • Loading branch information
weierophinney authored Feb 17, 2021
2 parents 65fc73e + 0745481 commit f8d754c
Show file tree
Hide file tree
Showing 9 changed files with 629 additions and 255 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.

10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"sort-packages": true
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-escaper": "^2.5",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"php": "^7.3 || ~8.0.0",
"laminas/laminas-escaper": "^2.7",
"laminas/laminas-stdlib": "^3.3",
"laminas/laminas-zendframework-bridge": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
"laminas/laminas-servicemanager": "^3.4.1",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
Expand Down
Loading

0 comments on commit f8d754c

Please sign in to comment.