From af0cd60fc5fd2939477dfccd4c0e78892e76d5ba Mon Sep 17 00:00:00 2001 From: Fbenas Date: Sun, 29 Apr 2018 20:43:30 +0100 Subject: Initial commit --- composer.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..b94aa87 --- /dev/null +++ b/composer.json @@ -0,0 +1,24 @@ +{ + "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" + } +} -- cgit v1.2.3