summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 554a838..ca85d58 100644
--- a/composer.json
+++ b/composer.json
@@ -47,12 +47,15 @@
"Slim\\": "Slim"
}
},
+ "autoload-dev": {
+ "files": [
+ "tests/Assets/PhpFunctionOverrides.php"
+ ]
+ },
"scripts": {
"test": [
- "@phpunit",
- "@phpcs"
- ],
- "phpunit": "php vendor/bin/phpunit",
- "phpcs": "php vendor/bin/phpcs"
+ "phpunit",
+ "phpcs"
+ ]
}
}