Skip to content

Commit 023ce61

Browse files
committed
fix php minimum version
1 parent 4c704d1 commit 023ce61

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"symfony/console": "~2.1"
1717
},
1818
"require-dev": {
19+
"php": ">=5.4",
1920
"symfony/yaml": "~2.1",
2021
"maxromanovsky/php-maxmind-geoip": "~1.12",
2122
"doctrine/cache": "~1.3",

0 commit comments

Comments
 (0)