Skip to content

Commit

Permalink
Merge pull request #19 from tboronczyk/feature/update-to-psr15
Browse files Browse the repository at this point in the history
bump PHP version
  • Loading branch information
tboronczyk authored Apr 26, 2020
2 parents b389921 + 09fe667 commit 10973f0
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 10973f0

Please sign in to comment.