Skip to content

Commit a4dbcf9

Browse files
authored
Merge pull request #9 from Moxio/php8
PHP 8 support
2 parents 6dfd8fc + 36f4d68 commit a4dbcf9

File tree

3 files changed

+119
-34
lines changed

3 files changed

+119
-34
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php-version: [ '7.3', '7.4' ]
16+
php-version: [ '7.3', '7.4', '8.0' ]
1717

1818
steps:
1919
- name: Checkout code

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717
},
1818
"require": {
19-
"php": "^7.1",
19+
"php": "^7.1 || ^8.0",
2020
"squizlabs/php_codesniffer": "^3.0.0",
21-
"slevomat/coding-standard": "^5.0 || ^6.0"
21+
"slevomat/coding-standard": "^6.3.11"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^8.5.12"

composer.lock

Lines changed: 116 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)