Skip to content

Commit

Permalink
Update composer.json, add post-install/update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Feb 27, 2012
1 parent 81c96cd commit d5a41a0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 53 deletions.
61 changes: 23 additions & 38 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,31 @@
},
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.0.7",
"doctrine/dbal": "2.1.5",
"doctrine/orm": "2.1.4",
"symfony/symfony": "2.0.10",
"doctrine/dbal": "2.1.6",
"doctrine/orm": "2.1.6",
"twig/extensions": "master-dev",
"symfony/assetic-bundle": "master-dev",
"symfony/assetic-bundle": "2.0-dev",
"sensio/distribution-bundle": "2.0-dev",
"sensio/framework-extra-bundle": "2.0-dev",
"sensio/generator-bundle": "master-dev",
"jms/security-extra-bundle": "1.0.*",
"metadata/metadata": "1.1.0"
"sensio/generator-bundle": "2.0-dev",
"jms/security-extra-bundle": "1.0.x-dev",
"jms/metadata": "1.1.1"
},
"repositories": {
"metadata": {
"package": {
"name": "metadata/metadata",
"version": "1.1.0",
"source": {
"type": "git",
"url": "http://github.com/schmittjoh/metadata.git",
"reference": "1.1.0"
},
"autoload": {
"psr-0": { "Metadata": "src/" }
}
}
},
"security-extra-bundle": {
"package": {
"name": "jms/security-extra-bundle",
"version": "1.0.1-dev",
"source": {
"type": "git",
"url": "http://github.com/schmittjoh/JMSSecurityExtraBundle.git",
"reference": "1.0.x"
},
"autoload": {
"psr-0": { "JMS\\SecurityExtraBundle": "" }
},
"target-dir": "JMS/SecurityExtraBundle"
}
}
"scripts": {
"post-install-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
],
"post-update-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
]
},
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web"
}
}
}
38 changes: 23 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5a41a0

Please sign in to comment.