Skip to content

Commit

Permalink
support for PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Dec 18, 2018
1 parent 44515de commit 46325c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sudo: false
php:
- 7.1
- 7.2
- 7.3
- nightly

env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "~7.1",
"squizlabs/php_codesniffer": "~3.3.0",
"squizlabs/php_codesniffer": "~3.3.1",
"slevomat/coding-standard": "~4.7"
},
"require-dev": {
Expand Down

0 comments on commit 46325c3

Please sign in to comment.