-
-
Save kdambekalns/3783752 to your computer and use it in GitHub Desktop.
FLOW3 Barebone manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "christianjul/barebone-flow3", | |
"description" : "Barebone FLOW3 project", | |
"license": "LGPL-3.0+", | |
"authors": [ | |
{ | |
"name": "Christian Jul Jensen", | |
"email": "[email protected]" | |
} | |
], | |
"repositories": [ | |
{ | |
"type": "composer", | |
"url": "http://ci.typo3.robertlemke.net/job/composer-packages/ws/repository/" | |
} | |
], | |
"config": { | |
"vendor-dir": "Packages/Vendor", | |
"bin-dir": "bin" | |
}, | |
"require": { | |
"typo3/flow3": "dev-master", | |
"typo3/welcome": "dev-master" | |
}, | |
"require-dev": { | |
"typo3/kickstart": "dev-master", | |
"mikey179/vfsstream": "1.1.*" | |
}, | |
"minimum-stability": "dev", | |
"scripts": { | |
"post-update-cmd": "TYPO3\\FLOW3\\Composer\\InstallerScripts::postUpdateAndInstall", | |
"post-install-cmd": "TYPO3\\FLOW3\\Composer\\InstallerScripts::postUpdateAndInstall" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
additional note to have it here "at hand": installing Composer to the local directory is done via
This installs a
composer.phpar
file which can be used for installing like stated above (egphp composer.phpar install --dev
)