Skip to content

Commit 02ed5c0

Browse files
miladrahimiMilad Rahimi
authored andcommitted
update composer.json for v3.0
1 parent 944b201 commit 02ed5c0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "miladrahimi/phprouter",
3-
"description": "Free PHP URL router for neat and powerful projects!",
4-
"keywords": ["Router", "URL Router", "Routing", "URL Routing", "URL", "Route", "Routing"],
5-
"homepage": "http://miladrahimi.github.io/phprouter",
3+
"description": "URL router for PHP projects",
4+
"keywords": ["Router", "URL Router", "Routing", "URL Routing", "URL", "Route"],
5+
"homepage": "https://github.com/miladrahimi/phprouter",
66
"type": "library",
77
"license": "MIT",
88
"authors": [
@@ -18,11 +18,12 @@
1818
"source": "https://github.com/miladrahimi/phprouter/issues"
1919
},
2020
"require": {
21-
"php": ">=5.3.0"
21+
"php": ">=7.0"
2222
},
2323
"autoload": {
2424
"psr-4": {
25-
"MiladRahimi\\": "src/MiladRahimi/"
25+
"MiladRahimi\\Router\\": "src/MiladRahimi/Router/",
26+
"MiladRahimi\\Router\\Tests\\": "tests/"
2627
}
2728
}
2829
}

0 commit comments

Comments
 (0)