Skip to content

Commit

Permalink
bumping php version
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Jan 13, 2020
1 parent 2bd6dd5 commit d0e2348
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,7 +1,8 @@
dist: xenial
language: php
php:
- 7.3
- 7.4.0
- 7.4
cache:
files:
- ./.php_cs.cache
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -30,7 +30,7 @@
]
},
"require": {
"php": "^7.1,>=7.1.3",
"php": "^7.4",
"friendsofphp/php-cs-fixer": "^2.16"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit d0e2348

Please sign in to comment.