Current Path : /home/dev2.destoffenstraat.com-old1/vendor/phpcollection/phpcollection/ |
Current File : /home/dev2.destoffenstraat.com-old1/vendor/phpcollection/phpcollection/composer.json |
{ "name": "phpcollection/phpcollection", "description": "General-Purpose Collection Library for PHP", "keywords": ["collection", "list", "sequence", "map", "set"], "license": "Apache2", "authors": [ {"name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com"} ], "require": { "phpoption/phpoption": "1.*" }, "autoload": { "psr-0": { "PhpCollection": "src/" } }, "extra": { "branch-alias": { "dev-master": "0.4-dev" } }, "require-dev": { "phpunit/phpunit": "^9.5" } }