Skip to content

Commit

Permalink
Merge pull request #21 from patchlevel/allow-php8
Browse files Browse the repository at this point in the history
allow php8
  • Loading branch information
DanielBadura authored Jan 9, 2021
2 parents 25e187c + 838fd74 commit f74dfbd
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 81 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"
- "windows-latest"
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
}
],
"require": {
"php": "^7.4",
"ext-json": "^7.4",
"php": "^7.4|^8.0",
"ext-json": "^7.4|^8.0",
"doctrine/dbal": "^2.12.1|^3.0.0"
},
"require-dev": {
"ext-pdo_sqlite": "^7.4",
"ext-pdo_sqlite": "^7.4|^8.0",
"infection/infection": "^0.20.2",
"patchlevel/coding-standard": "^1.0.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpstan/phpstan": "^0.12.65",
"phpunit/phpunit": "^9.5.0",
"symfony/messenger": "^5.2.1",
"symfony/messenger": "^4.4.18|^5.1.10",
"symfony/var-dumper": "^5.2.1",
"vimeo/psalm": "^4.3.2"
},
Expand Down
143 changes: 66 additions & 77 deletions composer.lock

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

0 comments on commit f74dfbd

Please sign in to comment.