Skip to content

Commit

Permalink
Merge pull request #14 from samsonasik/php81
Browse files Browse the repository at this point in the history
PHP 8.1 Support
  • Loading branch information
Ocramius authored Dec 15, 2021
2 parents 054b0a4 + b11ad7f commit f35eb80
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 315 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/laminas-mkdoc-theme/
/phpunit.xml
/vendor/
/.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-mvc": "^3.0",
"laminas/laminas-session": "^2.8.5",
"laminas/laminas-stdlib": "^3.3.0"
Expand Down
Loading

0 comments on commit f35eb80

Please sign in to comment.