]> git.immae.eu Git - github/wallabag/wallabag.git/commit - composer.json
Jump to Symfony 3.4 3731/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 4 Oct 2018 12:07:20 +0000 (14:07 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 4 Oct 2018 12:11:57 +0000 (14:11 +0200)
commit115de64e5bb9d7f9151ecf15e15a0d988563528e
tree004a45801b8e811e97661a156d862da572f14034
parent2b6380f5acaecaa7aa04c12d7bf4fd7c84b60b08
Jump to Symfony 3.4

Thanks to the BC compatibility, almost nothing have to be changed.
All changes are related to new bundle version of:
- SensioFrameworkExtraBundle
- DoctrineFixturesBundle
34 files changed:
app/AppKernel.php
app/config/config.yml
app/config/config_test.yml
app/config/security.yml
app/config/services.yml
app/config/services_test.yml [new file with mode: 0644]
composer.json
src/Wallabag/ApiBundle/Controller/DeveloperController.php
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Controller/ExportController.php
src/Wallabag/CoreBundle/Controller/RssController.php
src/Wallabag/CoreBundle/Controller/SiteCredentialController.php
src/Wallabag/CoreBundle/Controller/StaticController.php
src/Wallabag/CoreBundle/Controller/TagController.php
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/ImportBundle/Controller/BrowserController.php
src/Wallabag/ImportBundle/Controller/ChromeController.php
src/Wallabag/ImportBundle/Controller/FirefoxController.php
src/Wallabag/ImportBundle/Controller/ImportController.php
src/Wallabag/ImportBundle/Controller/InstapaperController.php
src/Wallabag/ImportBundle/Controller/PinboardController.php
src/Wallabag/ImportBundle/Controller/PocketController.php
src/Wallabag/ImportBundle/Controller/ReadabilityController.php
src/Wallabag/ImportBundle/Controller/WallabagV1Controller.php
src/Wallabag/ImportBundle/Controller/WallabagV2Controller.php
src/Wallabag/ImportBundle/Resources/config/services.yml
src/Wallabag/UserBundle/Controller/ManageController.php
tests/Wallabag/AnnotationBundle/WallabagAnnotationTestCase.php
tests/Wallabag/ApiBundle/Controller/DeveloperControllerTest.php
tests/Wallabag/ApiBundle/WallabagApiTestCase.php
tests/Wallabag/CoreBundle/Command/ReloadEntryCommandTest.php
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
tests/Wallabag/CoreBundle/WallabagCoreTestCase.php