summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..a90f29d
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,23 @@
+{
+ "name": "purplecode/pcurl",
+ "type": "library",
+ "description": "CURL wrapper for PHP >= 5.3",
+ "keywords": ["php", "wrapper", "curl"],
+ "homepage": "https://github.com/purplecode/php.curl",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Mateusz Jaworski",
+ "email": "niespammnie@gmail.com"
+ }
+ ],
+ "require": {
+ "lib-curl": "*",
+ "php": ">=5.3.0"
+ },
+ "autoload": {
+ "psr-0": {
+ "PurpleCode\\PCurl\\": "src"
+ }
+ }
+} \ No newline at end of file