Created
September 9, 2012 11:54
-
-
Save christianjul/3683972 to your computer and use it in GitHub Desktop.
Revisions
-
christianjul revised this gist
Sep 25, 2012 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,15 +11,16 @@ "repositories": [ { "type": "composer", "url": "https://raw.github.com/christianjul/barebone-flow3/master/t3org" } ], "config": { "vendor-dir": "Packages/Vendor", "bin-dir": "bin" }, "require": { "typo3/flow3": "master", "composer/installers": "dev-installer-test as 1.0.0" }, "minimum-stability": "dev", "scripts": { -
christianjul revised this gist
Sep 18, 2012 . 1 changed file with 2 additions and 10 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,16 +10,8 @@ ], "repositories": [ { "type": "composer", "url": "https://raw.github.com/christianjul/barebone-flow3/master/" } ], "config": { -
christianjul revised this gist
Sep 9, 2012 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -33,6 +33,5 @@ "scripts": { "post-update-cmd": "TYPO3\\FLOW3\\Composer\\InstallerScripts::postUpdateAndInstall", "post-install-cmd": "TYPO3\\FLOW3\\Composer\\InstallerScripts::postUpdateAndInstall" } } -
christianjul created this gist
Sep 9, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,38 @@ { "name": "christianjul/barebone-flow3", "description" : "Barebone FLOW3 project", "license": "GPL-3.0+", "authors": [ { "name": "Christian Jul Jensen", "email": "julle@typo3.org" } ], "repositories": [ { "type": "git", "url": "git://github.com/christianjul/FLOW3-Composer.git" }, { "type": "git", "url": "git://github.com/christianjul/Fluid-composer.git" }, { "type": "git", "url": "git://github.com/christianjul/installers.git" } ], "config": { "vendor-dir": "Packages/Vendor", "bin-dir": "bin" }, "require": { "typo3/flow3": "dev-master" }, "minimum-stability": "dev", "scripts": { "post-update-cmd": "TYPO3\\FLOW3\\Composer\\InstallerScripts::postUpdateAndInstall", "post-install-cmd": "TYPO3\\FLOW3\\Composer\\InstallerScripts::postUpdateAndInstall" } }