Skip to content

Commit 5ae2dad

Browse files
author
Fady Michel
committed
refactoring code
1 parent e05250c commit 5ae2dad

9 files changed

+3672
-808
lines changed

composer.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "devcoder.xyz/php-router",
3-
"description": "a simple router php",
2+
"name": "devcoder-xyz/php-router",
3+
"description": "Simple and fast php router",
44
"type": "package",
55
"autoload": {
66
"psr-4": {
@@ -12,7 +12,7 @@
1212
"authors": [
1313
{
1414
"name": "F.Michel",
15-
"email": "fadymichel@devcoder.xyz"
15+
"email": "dev@devcoder.xyz"
1616
}
1717
],
1818
"require": {
@@ -22,6 +22,7 @@
2222
"psr/http-factory": "^1.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "~7.1"
25+
"phpunit/phpunit": "~7.1",
26+
"nunomaduro/phpinsights": "^1.14"
2627
}
2728
}

0 commit comments

Comments
 (0)