Skip to content

Instantly share code, notes, and snippets.

@dragoonis
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save dragoonis/7c22bb6241ac1bf55891 to your computer and use it in GitHub Desktop.

Select an option

Save dragoonis/7c22bb6241ac1bf55891 to your computer and use it in GitHub Desktop.
{
"name": "symfony/framework-standard-edition",
"license": "MIT",
"type": "project",
"description": "The \"Symfony Standard Edition\" distribution",
"autoload": {
"psr-0": { "": "src/" }
},
"require": {
"php": ">=5.3.3",
"leafo/lessphp": "dev-master",
"silex/silex": "*@stable",
"symfony/symfony": "2.2.*",
"propel/propel-bundle": "1.2.*",
"twig/extensions": "1.0.*",
"symfony/assetic-bundle": "2.3.*",
"symfony/swiftmailer-bundle": "2.2.*",
"symfony/monolog-bundle": "2.2.*",
"sensio/distribution-bundle": "2.2.*",
"sensio/framework-extra-bundle": "2.2.*",
"sensio/generator-bundle": "2.2.*",
"jms/security-extra-bundle": "1.4.*",
"jms/di-extra-bundle": "1.3.*",
"friendsofsymfony/user-bundle": "*",
"friendsofsymfony/rest-bundle": "*",
"willdurand/propel-typehintable-behavior": "dev-master",
"jms/metadata": "*",
"jms/serializer-bundle": "dev-master",
"willdurand/faker-bundle": "dev-master",
"nelmio/api-doc-bundle": "2.7.0",
"friendsofsymfony/oauth-server-bundle": "dev-master",
"predis/predis": "*",
"robmorgan/phinx": "*",
"ppi/form": "*",
"ikimea/browser": "dev-master",
"phpoffice/phpexcel": "1.8.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.14",
"phpunit/dbunit": "dev-master#4c70e8fe3dbc86e9eb3a711fad518a9f9d402f42",
"whatthejeff/nyancat-phpunit-resultprinter": "~1.2",
"squizlabs/php_codesniffer": "1.4.*",
"phpmd/phpmd": "1.5.*",
"phploc/phploc": "2.0.x-dev",
"theseer/fxsl": "1.0.x-dev",
"theseer/phpdox": "dev-master",
"covex-nn/phpcb": "1.0.x-dev",
"sebastian/phpcpd": "dev-master",
"pdepend/pdepend": "dev-master"
},
"scripts": {
"post-install-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
],
"post-update-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"chmod -R 777 app/cache "
]
},
"config": {
"bin-dir": "bin",
"discard-changes": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"branch-alias": {
"dev-master": "2.2-dev"
}
}
}
dragoonis:titan $ composer self-update
Updating to version 37ec0bde9dd6826591308e7a1ad55cb5e38ef117.
Downloading: 100%
Use composer self-update --rollback to return to version ffffab37a294f3383c812d0329623f0a4ba45387
dragoonis:titan $ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing symfony/routing (v2.5.8)
Downloading: 100%
- Installing symfony/debug (v2.6.1)
Downloading: 100%
- Installing symfony/http-foundation (v2.5.8)
Downloading: 100%
- Installing symfony/event-dispatcher (v2.5.8)
Downloading: 100%
- Installing symfony/http-kernel (v2.5.8)
Downloading: 100%
- Removing silex/silex (v1.0.2)
- Installing silex/silex (v1.2.2)
Downloading: 100%
- Installing symfony/dependency-injection (v2.6.1)
Downloading: 100%
- Installing symfony/filesystem (v2.6.1)
Downloading: 100%
- Installing symfony/config (v2.6.1)
Downloading: 100%
- Updating pdepend/pdepend dev-master (6b16e0f => 9ebe5e2)
Checking out 9ebe5e29cc39221300e38040b8875e573435cd6c
- Updating opinurate/results-component dev-master (3aaaeaa => 4801126)
Checking out 48011265058e65eea3c142b4c3b36a570548091c
- Updating opinurate/company-component dev-master (e12878c => d8366f8)
Checking out d8366f88cccd95878b7567840cd7b12e1eac6b2f
Writing lock file
Generating autoload files
[InvalidArgumentException]
Service "fragment.handler" must implement interface "Symfony\Component\EventDispatcher\EventSubscriberInterface".
Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-update-cmd event terminated with an exception
[RuntimeException]
An error occurred when executing the "'cache:clear --no-warmup'" command.
update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--with-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [--ignore-platform-reqs] [packages1] ... [packagesN]
dragoonis:titan $ app/console cache:clear --no-warmup
[InvalidArgumentException]
Service "fragment.handler" must implement interface "Symfony\Component\EventDispatcher\EventSubscriberInterface".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment