Skip to content

Commit

Permalink
Merge pull request #201 from MidnightDesign/patch-1
Browse files Browse the repository at this point in the history
Allow PHP 8
  • Loading branch information
Ocramius authored Jan 18, 2021
2 parents 48bcb51 + 57ed1dc commit 2a3c2de
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
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.

0 comments on commit 2a3c2de

Please sign in to comment.