Skip to content

Commit

Permalink
Merge pull request #58 from graze/update-php-versions
Browse files Browse the repository at this point in the history
Update php versions
  • Loading branch information
biggianteye authored Feb 15, 2019
2 parents 2cfb025 + 929d460 commit 79124e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ cache:
- $HOME/.composer/cache/files

php:
- 5.6
- 7.0
- 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 @@ -38,7 +38,7 @@
"require-dev": {
"graze/standards": "^2.0",
"phpunit/phpunit": "^5.7.21 | ^6 | ^7",
"squizlabs/php_codesniffer": "^3.0"
"squizlabs/php_codesniffer": "^3.3.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 79124e1

Please sign in to comment.