Skip to content

Commit b5eb093

Browse files
committed
List symfony bin to be symlinked by composer in vendor/bin/symfony
1 parent 967bd89 commit b5eb093

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "lexpress/symfony1",
33
"description": "Fork of symfony 1.4 with dic, form enhancements, latest swiftmailer and better performance",
4-
"licence": "MIT",
4+
"license": "MIT",
55
"require": {
66
"swiftmailer/swiftmailer": "4.2.*",
77
"lexpress/doctrine1": "*"
88
},
99
"type": "library",
1010
"autoload": {
1111
"files": ["autoload.php"]
12-
}
12+
},
13+
"bin": ["data/bin/symfony"]
1314
}

0 commit comments

Comments
 (0)