rest-proxy.php

Simple proxy for RESTful APIs
git clone git://git.finwo.net/app/rest-proxy.php
Log | Files | Refs | README

commit e87ef36794ed17a53716d4b55455a904ca573ce5
parent 4c4a100dee38345d3adf990d50b506e5b8f3d5ab
Author: finwo <finwo@pm.me>
Date:   Wed, 20 Apr 2016 00:39:21 +0200

PHP version now to \~5.6

Diffstat:
Mcomposer.json | 2+-
Mcomposer.lock | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/composer.json b/composer.json @@ -13,7 +13,7 @@ } }, "require": { - "php": ">=5.3", + "php": "~5.6", "ext-curl": "*", "mustangostang/spyc": "^0.5.1", "finwo/property-accessor": "*@dev", diff --git a/composer.lock b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "ce453b17b966acdacde178bc8fc4a309", - "content-hash": "12553b54ec256b627a645a414f2f9c60", + "hash": "32ae9cd6e9d97317256a8a10e19301ec", + "content-hash": "c1e03ef5963abda4868fcb204f4c80d5", "packages": [ { "name": "adoy/oauth2", @@ -327,7 +327,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.3", + "php": "~5.6", "ext-curl": "*" }, "platform-dev": []