Skip to content

Commit

Permalink
Merge pull request #10 from internalsystemerror/feature/php8
Browse files Browse the repository at this point in the history
Add support for PHP 8
  • Loading branch information
Xerkus authored May 14, 2021
2 parents 95115e3 + 86079df commit d0397d1
Show file tree
Hide file tree
Showing 7 changed files with 1,007 additions and 325 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/.phpcs-cache
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
/phpunit.xml
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
"extra": {
},
"require": {
"php": "^7.3",
"php": "^7.3 || ~8.0.0",
"ext-json": "*",
"laminas/laminas-zendframework-bridge": "^1.0",
"symfony/console": "^2.8 || ^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^7.0.2"
"laminas/laminas-coding-standard": "~2.1.0",
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d0397d1

Please sign in to comment.