Skip to content

Commit 138c780

Browse files
authored
Update Router version
1 parent 5107709 commit 138c780

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
@@ -10,9 +10,7 @@
1010
"email": "[email protected]"
1111
}],
1212
"config": {
13-
"vendor-dir": ".php/Composer",
14-
"bin-dir": ".php/Composer/bin",
15-
"preferred-install": "dist"
13+
"vendor-dir": ".php/Composer"
1614
},
1715
"archive": {
1816
"exclude": ["/doc", "/*.json", "/.git", "/*.md"]
@@ -21,11 +19,14 @@
2119
"php": ">=5.6.28",
2220
"devbr/html": "~0.0.1",
2321
"devbr/database": "~0.0.1",
24-
"devbr/router": "~0.1.0",
22+
"devbr/router": "~0.1.2",
2523
"devbr/tools": "~0.0.1"
2624
},
2725
"autoload": {
28-
"psr-4": {"": ".php/"}
26+
"psr-4": {
27+
"": ".php/",
28+
"Config\\": ".php/Config/"
29+
}
2930
},
3031
"scripts": {
3132
"post-install-cmd": ["php index.php install"],

0 commit comments

Comments
 (0)