TYPO3 Flow Base DistributionPackagesApplications

Bug #52352

[NOBRAINER] Set correct type in composer json

Added by Kay Strobach almost 2 years ago. Updated almost 2 years ago.

Status:New Start date:2013-09-28
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

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>

History

#1 Updated by Kay Strobach almost 2 years ago

currently the library is installed to Packages/Application, better would be in libraries :D

Also available in: Atom PDF