Skip to content

Instantly share code, notes, and snippets.

@rugbymauri
Created February 8, 2016 10:15
Show Gist options
  • Save rugbymauri/3660303e56d0939935ca to your computer and use it in GitHub Desktop.
Save rugbymauri/3660303e56d0939935ca to your computer and use it in GitHub Desktop.
Flow App composer.json
/.idea/**
/*
!/Configuration
!/Packages
/Packages/*
!/Packages/Application/
/Packages/Application/*
!/Packages/Application/Staempfli.Infoscreeen
{
"name": "staempfli/infoscreen",
"type": "typo3-flow-package",
"description": "description_text",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "author's namfffe",
"email": "[email protected]"
}
],
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/flow": "~3.1.0",
"typo3/welcome": "~3.1.0"
},
"require-dev": {
"typo3/kickstart": "~3.1.0",
"typo3/buildessentials": "3.1.x-dev",
"phpunit/phpunit": "~4.8 || ~5.0",
"mikey179/vfsstream": "~1.6",
"flowpack/behat": "dev-master"
},
"suggest": {
"ext-pdo_sqlite": "For running functional tests out-of-the-box this is required"
},
"scripts": {
"post-update-cmd": "TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-install-cmd": "TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-package-update": "TYPO3\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall",
"post-package-install": "TYPO3\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment