Skip to content

Commit e3f21a2

Browse files
committed
Updated composer.json.
1 parent 14e97c7 commit e3f21a2

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

composer.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"name": "izniburak/router",
3-
"type": "library",
4-
"description": "simple router class for php",
5-
"keywords": ["php","router","route","simple"],
6-
"homepage": "https://github.com/izniburak/php-router",
7-
"license": "MIT",
8-
"authors": [
9-
{
10-
"name": "İzni Burak Demirtaş",
11-
"email": "info@burakdemirtas.org",
12-
"homepage": "http://burakdemirtas.org"
13-
}
14-
],
15-
"require": {
16-
"php": ">=5.4.0"
17-
},
18-
"autoload": {
19-
"psr-4": {
20-
"Buki\\": "src"
21-
}
2+
"name": "izniburak/router",
3+
"type": "library",
4+
"description": "simple router class for php",
5+
"keywords": ["php","router","route","simple"],
6+
"homepage": "https://github.com/izniburak/php-router",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "İzni Burak Demirtaş",
11+
"email": "info@burakdemirtas.org",
12+
"homepage": "http://burakdemirtas.org"
2213
}
14+
],
15+
"require": {
16+
"php": ">=5.4.0"
17+
},
18+
"autoload": {
19+
"psr-4": {
20+
"Buki\\": "src"
21+
}
22+
}
2323
}

0 commit comments

Comments
 (0)