Skip to content

Commit

Permalink
Merge pull request #9 from Moxio/php8
Browse files Browse the repository at this point in the history
PHP 8 support
  • Loading branch information
aboks authored Dec 15, 2020
2 parents 6dfd8fc + 36f4d68 commit a4dbcf9
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
php-version: [ '7.3', '7.4' ]
php-version: [ '7.3', '7.4', '8.0' ]

steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
},
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"squizlabs/php_codesniffer": "^3.0.0",
"slevomat/coding-standard": "^5.0 || ^6.0"
"slevomat/coding-standard": "^6.3.11"
},
"require-dev": {
"phpunit/phpunit": "^8.5.12"
Expand Down
147 changes: 116 additions & 31 deletions composer.lock

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

0 comments on commit a4dbcf9

Please sign in to comment.