summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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": "*"
},