|
|
@@ -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"
|
|
|
+}
|