Created
August 27, 2013 14:39
-
-
Save tonivdv/6354402 to your computer and use it in GitHub Desktop.
Composer support for 3scale
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "3scale/3scale_ws_api_for_php", | |
"description": "3scale integration plugin for PHP applications - with composer.json", | |
"keywords": ["3scale", "ThreeScale", "api", "php", "composer"], | |
"type": "library", | |
"homepage" : "https://support.3scale.net/libraries", | |
"require": { | |
"php": ">=5.3" | |
}, | |
"autoload": { | |
"psr-0": { | |
"ThreeScaleClient": "lib/" , | |
"ThreeScaleResponse": "lib/" , | |
"3ScaleClient": "lib/" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment