Skip to content

Commit 9e2ff97

Browse files
committed
Update composer.json
1 parent caa3235 commit 9e2ff97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fresh/doctrine-enum-bundle",
3-
"description": "Provides support of ENUM type for Doctrine2 in Symfony2 applications.",
3+
"description": "Provides support of ENUM type for Doctrine2 in Symfony applications.",
44
"keywords": ["bundle", "symfony", "doctrine", "entity", "enum", "type", "DBAL", "MySQL", "SQLite", "PostgreSQL", "MSSQL"],
55
"homepage": "https://github.com/fre5h/DoctrineEnumBundle",
66
"type": "symfony-bundle",
@@ -29,7 +29,7 @@
2929
"require-dev": {
3030
"phpunit/phpunit": "~4.8",
3131
"squizlabs/php_codesniffer": "~2.5",
32-
"escapestudios/symfony2-coding-standard": "~2.8"
32+
"escapestudios/symfony2-coding-standard": "~2.9"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)