rest-proxy.php

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

commit 19007cb730e3105bb80712643afdb7a6ba6c4c5c
parent fca2a43beca501246c0c402884d1f2a4e803ca9d
Author: finwo <finwo@pm.me>
Date:   Tue, 19 Apr 2016 23:58:15 +0200

Re-added buildpacks file

Diffstat:
A.buildpacks | 1+
Mcomposer.json | 2+-
Mcomposer.lock | 9+++++----
3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/.buildpacks b/.buildpacks @@ -0,0 +1 @@ +https://github.com/heroku/heroku-buildpack-php.git diff --git a/composer.json b/composer.json @@ -23,6 +23,6 @@ "PHP-DI/invoker": "^1.3" }, "require-dev": { - "heroku/heroku-buildpack-php": "^101.0" + "heroku/heroku-buildpack-php": "dev-master" } } 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": "c814a339c04f0871115f383195587509", - "content-hash": "fe35f3b72a442cdc02f8dea8249af7c0", + "hash": "ce453b17b966acdacde178bc8fc4a309", + "content-hash": "12553b54ec256b627a645a414f2f9c60", "packages": [ { "name": "adoy/oauth2", @@ -274,7 +274,7 @@ "packages-dev": [ { "name": "heroku/heroku-buildpack-php", - "version": "v101", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/heroku/heroku-buildpack-php.git", @@ -321,7 +321,8 @@ "minimum-stability": "dev", "stability-flags": { "finwo/property-accessor": 20, - "finwo/data-tools": 20 + "finwo/data-tools": 20, + "heroku/heroku-buildpack-php": 20 }, "prefer-stable": false, "prefer-lowest": false,