Skip to content

Commit f84dc45

Browse files
author
Milad Rahimi
committed
update compose dependencies to latest versions
1 parent c6a82e6 commit f84dc45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miladrahimi/phprouter",
3-
"description": "HTTP URL Router for PHP Projects",
3+
"description": "PhpRouter is a powerful and standalone HTTP URL router for PHP projects.",
44
"keywords": ["Router", "URL Router", "HTTP Router", "Routing", "URL", "HTTP", "Route"],
55
"homepage": "https://github.com/miladrahimi/phprouter",
66
"type": "library",
@@ -9,7 +9,7 @@
99
{
1010
"name": "Milad Rahimi",
1111
"email": "[email protected]",
12-
"homepage": "http://miladrahimi.com",
12+
"homepage": "https://miladrahimi.com",
1313
"role": "Developer"
1414
}
1515
],
@@ -18,12 +18,12 @@
1818
"source": "https://github.com/miladrahimi/phprouter/issues"
1919
},
2020
"require": {
21-
"php": ">=7.0",
21+
"php": ">=7.1",
2222
"ext-json": "*",
23-
"zendframework/zend-diactoros": "^1.7"
23+
"zendframework/zend-diactoros": "^2.1"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^6"
26+
"phpunit/phpunit": "^7"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)