Skip to content

Commit

Permalink
Bump PHP dependency to 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nschoellhorn committed Mar 13, 2019
1 parent 48e3783 commit 48b1f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
environment:
php:
version: 7.1.0
version: 7.1.3

tools:
external_code_coverage:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
],
"require": {
"php": "^7.1"
"php": "^7.1.3"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
Expand Down

0 comments on commit 48b1f66

Please sign in to comment.