Browse Source

Adding a composer file

Jose Lorenzo Rodriguez 11 years ago
parent
commit
141c3f1ddc
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/Collection/composer.json

+ 12 - 0
src/Collection/composer.json

@@ -0,0 +1,12 @@
+{
+    "name": "cakephp/collection",
+    "description": "Work easily with arrays and iterators by having a battery of utility traversal methods",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "CakePHP Community",
+            "homepage": "http://cakephp.org"
+        }
+    ],
+    "minimum-stability": "beta"
+}