Skip to content

Commit

Permalink
Merge pull request #29 from internalsystemerror/feature/php81
Browse files Browse the repository at this point in the history
Add support for PHP 8.1
  • Loading branch information
Ocramius authored Dec 4, 2021
2 parents 39f3dcb + e1cd856 commit 91964dd
Show file tree
Hide file tree
Showing 136 changed files with 5,247 additions and 1,037 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/docs/ export-ignore
/mkdocs.yml export-ignore
/phpcs.xml export-ignore
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/clover.xml
/composer.lock
/coveralls-upload.json
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
/phpunit.xml
/vendor/
.phpunit.result.cache
.phpunit.result.cache
.phpcs-cache
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,25 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"laminas/laminas-servicemanager": "^3.3.0",
"laminas/laminas-stdlib": "^3.0",
"psr/log": "^1.1.2"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"ext-dom": "*",
"ext-json": "*",
"ext-xml": "*",
"firephp/firephp-core": "^0.5.3",
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-db": "^2.6",
"laminas/laminas-escaper": "^2.5",
"laminas/laminas-filter": "^2.5",
"laminas/laminas-mail": "^2.6.1",
"laminas/laminas-validator": "^2.10.1",
"mikey179/vfsstream": "^1.6.7",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4.1"
"phpunit/phpunit": "^9.5.10"
},
"provide": {
"psr/log-implementation": "1.0.0"
Expand Down
Loading

0 comments on commit 91964dd

Please sign in to comment.