Update symfony to 2.8

fixes #57
This commit is contained in:
Tim Schumacher 2016-06-10 00:17:29 +02:00
parent 2ceb78114d
commit 3f1e728781
4 changed files with 668 additions and 399 deletions

View file

@ -18,7 +18,6 @@ class AppKernel extends Kernel
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new Hackspace\Bundle\CalciferBundle\CalciferBundle(), new Hackspace\Bundle\CalciferBundle\CalciferBundle(),
new Knp\Bundle\MarkdownBundle\KnpMarkdownBundle(), new Knp\Bundle\MarkdownBundle\KnpMarkdownBundle(),
new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(),
); );
if (in_array($this->getEnvironment(), array('dev', 'test'))) { if (in_array($this->getEnvironment(), array('dev', 'test'))) {

View file

@ -20,28 +20,26 @@
} }
], ],
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.6",
"symfony/symfony": "2.5.*", "symfony/symfony": "^2.8",
"doctrine/orm": "~2.2,>=2.2.3", "doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-bundle": "~1.2", "doctrine/orm": "^2.5",
"twig/extensions": "~1.1", "twig/extensions": "^1.3",
"symfony/assetic-bundle": "~2.3", "symfony/assetic-bundle": "^2.8",
"symfony/swiftmailer-bundle": "~2.3", "symfony/swiftmailer-bundle": "^2.3",
"symfony/monolog-bundle": "~2.4", "symfony/monolog-bundle": "^2.11",
"sensio/distribution-bundle": "~3.0", "sensio/distribution-bundle": "^4.0",
"sensio/framework-extra-bundle": "~3.0", "sensio/framework-extra-bundle": "~3.0",
"incenteev/composer-parameter-handler": "~2.0", "incenteev/composer-parameter-handler": "~2.1",
"jquery/jquery": "1.10.*", "jquery/jquery": "1.10.*",
"knplabs/knp-markdown-bundle": "~1.3", "knplabs/knp-markdown-bundle": "~1.5",
"enko/ics": "~0.2", "enko/ics": "~0.2",
"doctrine/migrations": "dev-master", "jbroadway/urlify" : "^1.0",
"doctrine/doctrine-migrations-bundle": "dev-master",
"jbroadway/urlify" : "~1.0",
"enko/relativedateparser" : "0.5", "enko/relativedateparser" : "0.5",
"sabre/vobject": "^4.1" "sabre/vobject": "^4.1"
}, },
"require-dev": { "require-dev": {
"sensio/generator-bundle": "~2.3" "sensio/generator-bundle": "~3.0"
}, },
"scripts": { "scripts": {
"post-root-package-install": [ "post-root-package-install": [

1032
composer.lock generated

File diff suppressed because it is too large Load diff