Skip to content

Commit 2392579

Browse files
committed
composer init
1 parent 22b9c0d commit 2392579

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "grephq/php-router",
3+
"description": "Dynamic routing",
4+
"type": "project",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Olorunfemi-Ojo Tomiwa",
9+
"email": "ot.server1@outlook.com",
10+
"homepage": "https://github.com/Tomiwa-Ot",
11+
"role": "Developer"
12+
}
13+
],
14+
"support": {
15+
"email": "ot.server1@outlook.com",
16+
"wiki": "https://github.com/grephq/php-router/wiki"
17+
},
18+
"minimum-stability": "stable",
19+
"require": {}
20+
}

0 commit comments

Comments
 (0)