Skip to content

Commit

Permalink
Updated php version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mhetreramesh committed Jul 12, 2020
1 parent fd8522e commit 610bd43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ tools:
build:
environment:
php:
version: 7.1
version: 7.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php

php:
- '7.1'
- '7.2'

before_script: composer install
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.8",
"php": "^7.2",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.1",
"nesbot/carbon": "2.*"
Expand Down

0 comments on commit 610bd43

Please sign in to comment.