From 1aee57c7ddd31456a4cc11377264a162eea71f4b Mon Sep 17 00:00:00 2001 From: Phillip Shipley Date: Tue, 6 May 2014 13:13:38 -0400 Subject: [PATCH] updating travis config to also test with php 5.5. updated version requirement in readme for apiaxle >= 1.12.17 --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f5df45..6a3c6a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php php: - "5.4" + - "5.5" services: - redis-server diff --git a/README.md b/README.md index f74c201..6ef5911 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ApiAxle is a proxy that sits on your network, in front of your API(s) and manage ## Requirements ## * PHP >= 5.3.3 * [curl](http://php.net/curl) -* [ApiAxle](http://apiaxle.com) proxy with the apiaxle-api package installed +* [ApiAxle](http://apiaxle.com) >= 1.12.17 ## Features / Goals / TODO ## - [x] Readily consumable, configuration based, object oriented library