Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
migrate to 2.8.49
Browse files Browse the repository at this point in the history
  • Loading branch information
rlbaltha committed Dec 17, 2018
1 parent 5d165cd commit 23a0a89
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 381 deletions.
1 change: 0 additions & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public function registerBundles()
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
new Vich\UploaderBundle\VichUploaderBundle(),
new Knp\Bundle\SnappyBundle\KnpSnappyBundle(),
new Ivory\CKEditorBundle\IvoryCKEditorBundle(),
new Sustain\UserBundle\SustainUserBundle(),
new BeSimple\SsoAuthBundle\BeSimpleSsoAuthBundle(),
Expand Down
6 changes: 0 additions & 6 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ vich_uploader:
inject_on_load: true # determines whether to inject a File instance upon load


knp_snappy:
pdf:
enabled: true
binary: %wkhtmltopdf_path%
options: []

google:
analytics:
enhanced_ecommerce: false
Expand Down
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require": {
"php": ">=5.3.9",
"symfony/symfony": "2.7.*",
"symfony/symfony": "2.8.*",
"doctrine/orm": "^2.4.8",
"doctrine/doctrine-bundle": "~1.4",
"symfony/assetic-bundle": "~2.3",
Expand All @@ -19,11 +19,9 @@
"incenteev/composer-parameter-handler": "~2.0",
"friendsofsymfony/user-bundle": "~2.0@dev",
"stof/doctrine-extensions-bundle": "dev-master",
"vich/uploader-bundle": "1.4.2",
"knplabs/gaufrette": "0.2.*@dev",
"vich/uploader-bundle": "~1.4",
"knplabs/knp-paginator-bundle": "dev-master",
"knplabs/knp-snappy-bundle": "dev-master",
"egeloen/ckeditor-bundle": "2.*",
"egeloen/ckeditor-bundle": "^3.0",
"h4cc/wkhtmltopdf-amd64" : "0.12.1",
"besimple/sso-auth-bundle": "*@dev",
"jms/serializer-bundle": "^1.1",
Expand Down
Loading

0 comments on commit 23a0a89

Please sign in to comment.