Skip to content

Commit 842aa2f

Browse files
committed
Added project type to composer.json
Some IDE plugins like https://github.com/pulse00/Composer-Eclipse-Plugin show filtered composer packages by the type project in their project wizards. This PR will make the Symfony-CMF-Edition show up in these dialogs.
1 parent f2c35c2 commit 842aa2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "symfony-cmf/standard-edition",
3+
"type": "project",
34
"autoload": {
45
"psr-0": { "": "src/" }
56
},

0 commit comments

Comments
 (0)