Skip to content

Commit

Permalink
Merge pull request #30 from weierophinney/feature/php-8-testing
Browse files Browse the repository at this point in the history
Test against PHP 8.0
  • Loading branch information
weierophinney authored Jun 9, 2021
2 parents 52244a3 + 4a27893 commit a91af63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"extra": {
},
"require": {
"php": "^7.3 || ^7.4",
"php": "^7.3 || ~8.0.0",
"laminas/laminas-console": "^2.6",
"laminas/laminas-dom": "^2.8",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-http": "^2.8.3",
"laminas/laminas-eventmanager": "^3.0",
"laminas/laminas-http": "^2.13",
"laminas/laminas-mvc": "^3.0",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-servicemanager": "^3.0.3",
"laminas/laminas-stdlib": "^3.3",
"laminas/laminas-uri": "^2.5",
"laminas/laminas-view": "^2.6.3",
"laminas/laminas-zendframework-bridge": "^1.0",
"laminas/laminas-zendframework-bridge": "^1.1",
"vimeo/psalm": "^4.7.0",
"psalm/plugin-phpunit": "^0.15.0",
"phpunit/phpunit": "^8.0 || ^9.0"
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a91af63

Please sign in to comment.