Skip to content

Commit

Permalink
Upgrade Symfony 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz committed Feb 25, 2025
1 parent 5830097 commit f0517e0
Show file tree
Hide file tree
Showing 13 changed files with 633 additions and 834 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ js_dist
/htdocs/uploads

/build/
/phpunit.xml
/var/*
!/var/cache
/var/cache/*
Expand Down
2 changes: 0 additions & 2 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use AppBundle\AppBundle;
use CCMBenchmark\TingBundle\TingBundle;
use Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle;
use Ekino\Bundle\NewRelicBundle\EkinoNewRelicBundle;
use EWZ\Bundle\RecaptchaBundle\EWZRecaptchaBundle;
use JMS\SerializerBundle\JMSSerializerBundle;
Expand All @@ -28,7 +27,6 @@ public function registerBundles()
new SecurityBundle(),
new TwigBundle(),
new MonologBundle(),
new DoctrineCacheBundle(),
new TingBundle(),
new KnpUOAuth2ClientBundle(),
new AppBundle(),
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"algolia/algoliasearch-client-php": "^3.4",
"beberlei/assert": "^2.9",
"captioning/captioning": "^2.6",
"ccmbenchmark/ting_bundle": "3.4.1",
"ccmbenchmark/ting_bundle": "^3.7",
"cocur/slugify": "^2.3",
"cuyz/valinor": "^0.17.1",
"doctrine/dbal": "^2.5",
Expand All @@ -40,8 +40,7 @@
"setasign/fpdf": "^1.8",
"smarty/smarty": "^5.4",
"symfony/monolog-bundle": "*",
"symfony/phpunit-bridge": "^3.1",
"symfony/symfony": "^3.4",
"symfony/symfony": "^4.4",
"twig/extensions": "^1.4",
"willdurand/geocoder": "^3.3",
"znk3r/html_common": "*",
Expand Down
Loading

0 comments on commit f0517e0

Please sign in to comment.