From 141c3f1ddc54b6afdfb85ca425bc0abc9710eb14 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sun, 24 Aug 2014 18:00:17 +0200 Subject: [PATCH] Adding a composer file --- src/Collection/composer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Collection/composer.json diff --git a/src/Collection/composer.json b/src/Collection/composer.json new file mode 100644 index 00000000000..1f716e30e80 --- /dev/null +++ b/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" +}