Skip to content

Commit

Permalink
Merge pull request #58 from greg0ire/php-8
Browse files Browse the repository at this point in the history
Allow Php 8
  • Loading branch information
greg0ire authored May 29, 2020
2 parents aee78be + b2b061d commit 5458bdc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"

steps:
- name: "Checkout code"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"type": "library",
"require": {
"php": "^7.1"
"php": "^7.1 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4"
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

2 changes: 1 addition & 1 deletion vendor-bin/phpunit/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^7.0 || 8.0"
},
"config": {
"sort-packages": true,
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/phpunit/composer.lock

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

0 comments on commit 5458bdc

Please sign in to comment.