Skip to content

Commit

Permalink
PHP support (#27)
Browse files Browse the repository at this point in the history
* Test with PHP 7.3

* Bump up lowest version of codesniffer

This is the lowest version that supports PHP 7.3.

* Test with PHP 7.4

* Bump up lowest version of codesniffer

This is the oldest version runs under PHP 7.4.
  • Loading branch information
biggianteye committed May 15, 2020
1 parent 7befbed commit bf0b226
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly

env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"phpunit/phpunit" : "^5.0",
"symfony/var-dumper": "^3.0",
"mockery/mockery": "^0.9.4",
"squizlabs/php_codesniffer": "^3.0",
"squizlabs/php_codesniffer": "^3.5.0",
"graze/standards": "^2.0"
},
"autoload": {
Expand Down
8 changes: 5 additions & 3 deletions composer.lock

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

0 comments on commit bf0b226

Please sign in to comment.