aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/composer.json b/composer.json
deleted file mode 100644
index c85b298..0000000
--- a/composer.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "armandphilippot/demo.armandphilippot.test",
- "description": "A collection of small apps demo.",
- "license": "MIT",
- "authors": [
- {
- "name": "Armand Philippot",
- "email": "contact@armandphilippot.com",
- "homepage": "https://www.armandphilippot.com/"
- }
- ],
- "homepage": "https://demo.armandphilippot.com/",
- "scripts": {
- "lint": "phpcs --standard=PSR2",
- "fix": "phpcbf --standard=PSR2"
- },
- "require-dev": {
- "squizlabs/php_codesniffer": "^3.6"
- },
- "require": {
- "vlucas/phpdotenv": "^5.3"
- },
- "config": {
- "vendor-dir": "htdocs/vendor"
- }
-}