{ "name": "Phil Burton's CityPantry test", "description": "", "minimum-stability": "stable", "license": "proprietary", "authors": [ { "name": "Phil Burton", "email": "phil@pgburton.com" } ], "require": { "php": "^7.0" }, "autoload": { "psr-4": { "App\\Tests\\Unit\\": "./tests/unit", "App\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^6.5" } }