summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-11-29 22:54:13 +0000
committerAndres Rey <[email protected]>2017-11-29 22:54:13 +0000
commit5056c06201bfb40804f48837eb94e86e9b134395 (patch)
treecfc792b18e0d6dbec131c0d1b3938e78fda76985
parent92172606c4712a7057149a0571ead761e1c37852 (diff)
Bump minimum PHP version
-rw-r--r--.travis.yml3
-rw-r--r--composer.json2
2 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 664bd60..18105c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,10 +3,9 @@ language: php
install: composer install
php:
- - "5.4"
- - "5.5"
- "5.6"
- "7.0"
- "7.1"
+ - "7.2"
sudo: false \ No newline at end of file
diff --git a/composer.json b/composer.json
index 369bb23..238b8cf 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,7 @@
}
},
"require": {
- "php": ">=5.4.0",
+ "php": ">=5.6.0",
"ext-dom": "*",
"ext-xml": "*"
},