Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow PHP 8 #201

Merged
merged 9 commits into from
Jan 18, 2021
3 changes: 2 additions & 1 deletion .github/workflows/phar-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -65,5 +66,5 @@ jobs:
- name: "Upload phar file artifact"
uses: actions/upload-artifact@v2
with:
name: composer-require-checker.phar
name: composer-require-checker-${{ matrix.php-version }}.phar
path: build/composer-require-checker.phar
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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
}
],
"require": {
"php": "7.4.*",
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ext-phar": "*",
"composer-runtime-api": "^2.0.0",
"nikic/php-parser": "^4.10.2",
"symfony/console": "^5.1.8",
"webmozart/assert": "^1.9.1",
"webmozart/glob": "^4.1.0"
"webmozart/glob": "^4.2.0"
},
"require-dev": {
"ext-zend-opcache": "*",
Expand Down
27 changes: 13 additions & 14 deletions composer.lock

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