Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 2fb1ca6

Browse files
committed
Merge pull request #21 from symfony-cmf/composer.json
aligned the composer.json with the rest of the project
2 parents 4981d8e + 209b3c6 commit 2fb1ca6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "symfony-cmf/routing-auto-bundle",
33
"description": "Bundle which automatically creates and manages routes for persisted objects",
4+
"homepage": "http://cmf.symfony.com",
5+
"license": "MIT",
46
"authors": [
57
{
6-
"name": "dantleech",
7-
"email": "daniel@dantleech.com"
8+
"name": "Symfony CMF Community",
9+
"homepage": "https://github.com/symfony-cmf/symfony-cmf/contributors"
810
}
911
],
1012
"minimum-stability": "dev",

0 commit comments

Comments
 (0)