Skip to content

Commit 5848a17

Browse files
ISSUE-2: Fixed composer.json syntax error
1 parent ee65959 commit 5848a17

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
@@ -19,8 +19,8 @@
1919
"phpunit/phpunit": "^4.8"
2020
},
2121
"suggest": {
22-
"darkwebdesign/symfony-addon-pack": "All Symfony add-ons bundled together"
23-
"darkwebdesign/symfony-form-types": "Enables the use of Entity Form Fields"
22+
"darkwebdesign/symfony-addon-pack": "All Symfony add-ons bundled together",
23+
"darkwebdesign/symfony-form-types": "Enables the use of the EntityType Form Field"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)