Skip to content

Commit

Permalink
Fix router fork name
Browse files Browse the repository at this point in the history
  • Loading branch information
pierophp committed May 14, 2019
1 parent 4a09565 commit 7f69909
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"name": "objectiveweb/router",
"description": "Lightweight URL Router",
"autoload": {
"psr-4": { "Objectiveweb\\": "src/" }
},
"authors": [
{
"name": "Guilherme Barile"
}
],
"require": {
"php": ">=5.4.0",
"level-2/dice": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"jms/serializer": "~1.1"
},
"license": "MIT"
"name": "beautybrands/router",
"description": "Lightweight URL Router",
"autoload": {
"psr-4": {
"Objectiveweb\\": "src/"
}
},
"authors": [
{
"name": "Guilherme Barile"
}
],
"require": {
"php": ">=5.4.0",
"level-2/dice": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"jms/serializer": "~1.1"
},
"license": "MIT"
}

0 comments on commit 7f69909

Please sign in to comment.