Skip to content

Commit

Permalink
Merge pull request #10 from bfoosness/php-8.0
Browse files Browse the repository at this point in the history
Add PHP 8.0 support
  • Loading branch information
Xerkus authored Apr 13, 2021
2 parents 9a14d8c + 1015cbf commit f7569d0
Show file tree
Hide file tree
Showing 7 changed files with 577 additions and 233 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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
}
},
"require": {
"php": "^7.3",
"php": "^7.3 || ~8.0.0",
"laminas/laminas-mvc": "^3.0",
"laminas/laminas-session": "^2.8.5",
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-view": "^2.10",
"laminas/laminas-view": "^2.12",
"laminas/laminas-zendframework-bridge": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-i18n": "^2.8",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
"phpunit/phpunit": "^9.3"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0"
Expand Down
Loading

0 comments on commit f7569d0

Please sign in to comment.