Skip to content

Commit 07741d8

Browse files
committed
Bump version, update composer
1 parent 96f16fd commit 07741d8

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

composer.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
{
22
"name": "maximebf/debugbar",
33
"description": "Debug bar in the browser for php application",
4-
"keywords": ["debug"],
4+
"keywords": ["debug", "debugbar"],
55
"homepage": "https://github.com/maximebf/php-debugbar",
66
"type": "library",
77
"license": "MIT",
8-
"authors": [{
9-
"name": "Maxime Bouroumeau-Fuseau",
10-
"email": "[email protected]",
11-
"homepage": "http://maximebf.com"
12-
}],
8+
"authors": [
9+
{
10+
"name": "Maxime Bouroumeau-Fuseau",
11+
"email": "[email protected]",
12+
"homepage": "http://maximebf.com"
13+
},
14+
{
15+
"name": "Barry vd. Heuvel",
16+
"email": "[email protected]"
17+
}
18+
],
1319
"require": {
1420
"php": ">=5.3.0",
1521
"psr/log": "^1.0",
@@ -30,7 +36,7 @@
3036
},
3137
"extra": {
3238
"branch-alias": {
33-
"dev-master": "1.10-dev"
39+
"dev-master": "1.11-dev"
3440
}
3541
}
3642
}

0 commit comments

Comments
 (0)