Skip to content

Commit 3253755

Browse files
committed
Update composer.json
1 parent 1334b36 commit 3253755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "symfony-cmf/slugifier-api",
3-
"description": "Provides a basic slugifier interface",
4-
"keywords": ["slugify"],
3+
"description": "Provides a basic slugifier interface to transform text into strings suitable for URLs",
4+
"keywords": ["slugify", "urlize"],
55
"homepage": "http://cmf.symfony.com",
66
"license": "MIT",
77
"authors": [
88
{
99
"name": "Symfony CMF Community",
10-
"homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
10+
"homepage": "https://github.com/symfony-cmf/slugifier-api/contributors"
1111
}
1212
],
1313
"require": {

0 commit comments

Comments
 (0)