Skip to content

Commit 25b29c9

Browse files
committed
Update composer config
* Change minimum-stability to 'stable' * Minor tweaks
1 parent 0904c75 commit 25b29c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "friendsofsymfony/jsrouting-bundle",
33
"type": "symfony-bundle",
4-
"description": "Symfony FOSJsRoutingBundle",
5-
"keywords": ["Js Routing"],
4+
"description": "A pretty nice way to expose your Symfony2 routing to client applications.",
5+
"keywords": [ "js routing", "routing", "javascript" ],
66
"homepage": "http://friendsofsymfony.github.com",
77
"license": "MIT",
88
"authors": [
@@ -15,7 +15,6 @@
1515
"homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1616
}
1717
],
18-
"minimum-stability": "dev",
1918
"require": {
2019
"php": ">=5.3.2",
2120
"symfony/framework-bundle": "~2.0",

0 commit comments

Comments
 (0)