Skip to content

Instantly share code, notes, and snippets.

@christianjul
Created September 9, 2012 11:54
Show Gist options
  • Select an option

  • Save christianjul/3683972 to your computer and use it in GitHub Desktop.

Select an option

Save christianjul/3683972 to your computer and use it in GitHub Desktop.

Revisions

  1. christianjul revised this gist Sep 25, 2012. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions composer.json
    Original 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/"
    "url": "https://raw.github.com/christianjul/barebone-flow3/master/t3org"
    }
    ],
    "config": {
    "vendor-dir": "Packages/Vendor",
    "bin-dir": "bin"
    },
    "require": {
    "typo3/flow3": "dev-master"
    "typo3/flow3": "master",
    "composer/installers": "dev-installer-test as 1.0.0"
    },
    "minimum-stability": "dev",
    "scripts": {
  2. christianjul revised this gist Sep 18, 2012. 1 changed file with 2 additions and 10 deletions.
    12 changes: 2 additions & 10 deletions composer.json
    Original file line number Diff line number Diff line change
    @@ -10,16 +10,8 @@
    ],
    "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"
    "type": "composer",
    "url": "https://raw.github.com/christianjul/barebone-flow3/master/"
    }
    ],
    "config": {
  3. christianjul revised this gist Sep 9, 2012. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions composer.json
    Original 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"
    }

    }
    }
  4. christianjul created this gist Sep 9, 2012.
    38 changes: 38 additions & 0 deletions composer.json
    Original 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"
    }

    }