Commit 5928fa18 authored by MBoretto's avatar MBoretto

Removing php 5.4 support

parent 2b251c5a
language: php language: php
php: php:
- 5.4
- 5.5 - 5.5
- 5.6 - 5.6
- 7.0 - 7.0
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
} }
], ],
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.5.0",
"ext-pdo": "*", "ext-pdo": "*",
"ext-curl": "*" "ext-curl": "*"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment