Skip to content

Instantly share code, notes, and snippets.

@Allisone
Created March 18, 2013 13:51
Show Gist options
  • Save Allisone/5187268 to your computer and use it in GitHub Desktop.
Save Allisone/5187268 to your computer and use it in GitHub Desktop.
git diff on flow-base-distribution
diff --git a/composer.json b/composer.json
index 70fa022..30a84f7 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,12 @@
},
"require": {
"typo3/flow": "2.0.*",
- "typo3/welcome": "2.0.*"
+ "typo3/welcome": "2.0.*",
+ "doctrine/orm": "2.3.1",
+ "doctrine/dbal": "2.3.1",
+ "typo3/swiftmailer": "dev-master",
+ "typo3/imagine": "dev-master",
+ "typo3/media": "dev-master"
},
"require-dev": {
"typo3/kickstart": "2.0.*",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment