Skip to content

Commit 237cb9c

Browse files
committed
upd min php version
1 parent 499a4fc commit 237cb9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git:
66
language: php
77

88
php:
9-
- '7.1'
9+
- '7.2'
1010

1111
cache:
1212
directories:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Job Time Scheduler App",
66
"keywords": ["job", "time", "task", "time scheduler", "quartz", "chrono"],
77
"require": {
8-
"php": "^7.1.3",
8+
"php": "^7.2",
99
"symfony/console": "^3|^4",
1010
"symfony/flex": "^1.0",
1111
"symfony/framework-bundle": "^3|^4",

0 commit comments

Comments
 (0)