-
-
Save kdambekalns/3783752 to your computer and use it in GitHub Desktop.
Revisions
-
kdambekalns revised this gist
Sep 25, 2012 . 1 changed file with 1 addition and 1 deletion.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,7 +11,7 @@ "repositories": [ { "type": "composer", "url": "http://ci.typo3.robertlemke.net/job/composer-packages/ws/repository/" } ], "config": { -
kdambekalns revised this gist
Sep 25, 2012 . 1 changed file with 8 additions and 4 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 @@ -1,7 +1,7 @@ { "name": "christianjul/barebone-flow3", "description" : "Barebone FLOW3 project", "license": "LGPL-3.0+", "authors": [ { "name": "Christian Jul Jensen", @@ -19,12 +19,16 @@ "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" } } -
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" } }