Skip to content

Commit

Permalink
bump PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
tboronczyk committed Apr 26, 2020
1 parent ee19597 commit 09fe667
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: trusty
language: php
php:
- 7.0
- 7.2
addons:
sonarqube:
organization: "tboronczyk-github"
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.0",
"php": "^7.2",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0"
},
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 09fe667

Please sign in to comment.