Skip to content

Commit

Permalink
increase required php version to 5.5 (#5994)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Jul 22, 2019
1 parent f621feb commit 47b659a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand All @@ -11,11 +10,6 @@ php:

dist: trusty

matrix:
include:
- php: 5.3
dist: precise

sudo: false

services:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"psr-4": { "DeviceDetector\\": "" }
},
"require": {
"php": ">=5.3.2",
"php": ">=5.5",
"mustangostang/spyc": "*"
},
"require-dev": {
Expand Down

0 comments on commit 47b659a

Please sign in to comment.