Skip to content

Instantly share code, notes, and snippets.

@christianjul
Created October 6, 2012 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianjul/3844837 to your computer and use it in GitHub Desktop.
Save christianjul/3844837 to your computer and use it in GitHub Desktop.
Using Composer with TYPO3 Flow now!

Using TYPO3 Flow with composer now!

The TYPO3 packages has not yet been submitted to packagist, we want to make sure that everything is working as expected - including the recent name changes, before going official. we do however have our own composer repository available at http://ci.typo3.robertlemke.net/job/composer-packages/ws/repository/packages.json. And http://jul.net/packages.json can be used as a shorthand for that.

so what you can do already now is this:

composer.phar create-project --repository-url="http://jul.net" typo3/flow-base-distribution TYPO3-Flow

or put this in in your composer root-manifest:

 "repositories": [
        {
            "type": "composer",
            "url": "http://jul.net"
        }
    ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment