Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Add PHP 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Géza Búza committed May 11, 2021
1 parent 0818c5b commit 18bf436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"

steps:
- name: "Checkout"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
}
],
"require": {
"php" : ">=5.4",
"php" : ">=5.6",
"behat/behat": "^3.0.0",
"symfony/process": "^2.7.0|^4.4"
},
"require-dev": {
"phpspec/phpspec": "2.4.0-alpha2",
"phpspec/phpspec": ">=3.0.0",
"squizlabs/php_codesniffer": "^3.6"
},
"autoload": {
Expand Down

0 comments on commit 18bf436

Please sign in to comment.