Skip to content

Commit 86ab3e4

Browse files
committed
Add composer metadata in composer.json
1 parent 511ed88 commit 86ab3e4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "minusfour/phptreebasedrouter",
3+
"description": "PHP Router that resolves routes in a hierarchical way.",
4+
"license": "GPL-2.0",
5+
"authors": [
6+
{
7+
"name": "Alejandro Quiroga",
8+
"email": "alex@minusfour.net"
9+
}
10+
],
11+
"require":
12+
{
13+
"php": ">=5.3"
14+
}
15+
}

0 commit comments

Comments
 (0)