We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1334b36 commit 3253755Copy full SHA for 3253755
composer.json
@@ -1,13 +1,13 @@
1
{
2
"name": "symfony-cmf/slugifier-api",
3
- "description": "Provides a basic slugifier interface",
4
- "keywords": ["slugify"],
+ "description": "Provides a basic slugifier interface to transform text into strings suitable for URLs",
+ "keywords": ["slugify", "urlize"],
5
"homepage": "http://cmf.symfony.com",
6
"license": "MIT",
7
"authors": [
8
9
"name": "Symfony CMF Community",
10
- "homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
+ "homepage": "https://github.com/symfony-cmf/slugifier-api/contributors"
11
}
12
],
13
"require": {
0 commit comments