Bug #52352
[NOBRAINER] Set correct type in composer json
Status:
New
Priority:
Must have
Assignee:
-
Start date:
2013-09-28
Due date:
% Done:
0%
Estimated time:
Description
IS:
{ "name": "typo3/swiftmailer", "type": "typo3-flow-package", "description": "A TYPO3 Flow package of SwiftMailer", "license": "LGPL-3.0", "require": { "typo3/flow": "*" }, "provide": { "swiftmailer/swiftmailer": "4.1.5" }, "autoload": { "psr-0": { "TYPO3\\SwiftMailer": "Classes" } } }
Should be
<pre> { "name": "typo3/swiftmailer", "type": "library", </pre>
Updated by Kay Strobach over 8 years ago
currently the library is installed to Packages/Application, better would be in libraries :D