summaryrefslogtreecommitdiff
path: root/vendor/aura/router/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aura/router/composer.json')
-rw-r--r--vendor/aura/router/composer.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/vendor/aura/router/composer.json b/vendor/aura/router/composer.json
deleted file mode 100644
index dcee84bd00..0000000000
--- a/vendor/aura/router/composer.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "aura/router",
- "type": "library",
- "description": "Powerful, flexible web routing for PSR-7 requests.",
- "keywords": [
- "route",
- "router",
- "routing",
- "psr-7"
- ],
- "homepage": "https://github.com/auraphp/Aura.Router",
- "license": "MIT",
- "authors": [
- {
- "name": "Aura.Router Contributors",
- "homepage": "https://github.com/auraphp/Aura.Router/contributors"
- }
- ],
- "require": {
- "php": ">=5.5.0",
- "psr/http-message": "~1.0",
- "psr/log": "~1.0"
- },
- "autoload": {
- "psr-4": {
- "Aura\\Router\\": "src/"
- }
- },
- "require-dev": {
- "zendframework/zend-diactoros": "~1.0",
- "phpunit/phpunit": "~5.7 || ~4.8"
- },
- "autoload-dev": {
- "psr-4": {
- "Aura\\Router\\": "tests/"
- }
- }
-}