-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 694 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "attogram/router",
"description": "Attogram Router for PHP 7 - small, flexible, and surprisingly powerful",
"keywords": ["router", "PHP 7", "One class"],
"homepage": "https://github.com/attogram/router",
"support": {
"docs": "https://getitdaily.com/attogram-router/",
"issues": "https://www.patreon.com/attogram"
},
"authors": [{
"name": "Attogram Project",
"homepage": "https://github.com/attogram",
"role": "Developer"
}],
"type": "library",
"license": "MIT",
"require": {
"php": "^7.0"
},
"autoload": {
"psr-4": {
"Attogram\\Router\\": "src/"
}
}
}