Parcourir la source

Add a composer.json for Composer.

Composer is a package manager for PHP currently under development. You can find
details about Composer at the following URL http://github.com/composer/composer
Daniele Alessandri il y a 13 ans
Parent
commit
a9e34cabb1
1 fichiers modifiés avec 19 ajouts et 0 suppressions
  1. 19 0
      composer.json

+ 19 - 0
composer.json

@@ -0,0 +1,19 @@
+{
+    "name": "Predis",
+    "type": "Library",
+    "description": "Flexible and feature-complete PHP client library for Redis",
+    "keywords": ["nosql","redis"],
+    "homepage": "http://github.com/nrk/predis",
+    "version": "0.7.0-dev",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Daniele Alessandri",
+            "email": "suppakilla@gmail.com",
+            "homepage": "http://clorophilla.net"
+        }
+    ],
+    "require": {
+        "php": ">=5.3.0"
+    }
+}