aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump symfony/phpunit-bridge from 4.3.8 to 5.0.0dependabot-preview[bot]2019-11-221-9/+9
| | | | | | | | Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.3.8 to 5.0.0. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.8...v5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump scheb/two-factor-bundle from 4.8.0 to 4.9.0dependabot-preview[bot]2019-11-211-15/+15
| | | | | | | Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/scheb/two-factor-bundle/releases) - [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.8.0...v4.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump doctrine/doctrine-bundle from 1.11.2 to 1.12.0dependabot-preview[bot]2019-11-201-24/+25
| | | | | | | Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) from 1.11.2 to 1.12.0. - [Release notes](https://github.com/doctrine/DoctrineBundle/releases) - [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.11.2...1.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump doctrine/orm from 2.6.4 to 2.6.6dependabot-preview[bot]2019-11-191-10/+10
| | | | | | | Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.6.4 to 2.6.6. - [Release notes](https://github.com/doctrine/orm/releases) - [Commits](https://github.com/doctrine/orm/compare/v2.6.4...v2.6.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #4190 from ↵Jérémy Benoist2019-11-141-17/+17
|\ | | | | | | | | wallabag/dependabot/composer/symfony/monolog-bundle-3.5.0 Bump symfony/monolog-bundle from 3.4.0 to 3.5.0
| * Bump symfony/monolog-bundle from 3.4.0 to 3.5.0dependabot-preview[bot]2019-11-141-22/+22
| | | | | | | | | | | | | | | | Bumps [symfony/monolog-bundle](https://github.com/symfony/monolog-bundle) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/symfony/monolog-bundle/releases) - [Changelog](https://github.com/symfony/monolog-bundle/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/monolog-bundle/compare/v3.4.0...v3.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump doctrine/doctrine-fixtures-bundle from 3.2.2 to 3.3.0dependabot-preview[bot]2019-11-141-24/+27
|/ | | | | | | | Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.2.2 to 3.3.0. - [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases) - [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/master/CHANGELOG-3.1.md) - [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.2.2...3.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Security updateJeremy Benoist2019-11-131-68/+68
| | | | | | | | | | - Updating symfony/symfony (v3.4.34 => v3.4.35) - Updating monolog/monolog (1.25.1 => 1.25.2) - Updating j0k3r/graby (2.0.2 => 2.1.0) - Updating symfony/http-client (v4.3.7 => v4.3.8) - Updating symfony/mime (v4.3.7 => v4.3.8) - Updating symfony/phpunit-bridge (v4.3.7 => v4.3.8) - Updating zendframework/zend-diactoros (2.1.5 => 2.2.0)
* Locked dbal to 2.9.2Jeremy Benoist2019-11-121-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | Because the 2.9.3 seems to break test. Like a conflict with `DoctrineTestBundle` I guess (which can't be updated because we are still allowing PHP 7.1 and is not). The generated error usually appear when we update data using a service during test (like changing the craue config). Here is the error: ``` Testing tests/Wallabag/CoreBundle/Controller/ PHP Fatal error: Uncaught PDOException: There is no active transaction in /Users/jeremy/Sites/github/wallabag/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle/Doctrine/DBAL/StaticDriver.php:142 Stack trace: #0 /Users/jeremy/Sites/github/wallabag/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle/Doctrine/DBAL/StaticDriver.php(142): PDO->rollBack() #1 /Users/jeremy/Sites/github/wallabag/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle/PHPUnit/PHPUnitListener.php(39): DAMA\DoctrineTestBundle\Doctrine\DBAL\StaticDriver::rollBack() #2 /Users/jeremy/Sites/github/wallabag/vendor/bin/.phpunit/phpunit-7.4/src/Framework/TestResult.php(412): DAMA\DoctrineTestBundle\PHPUnit\PHPUnitListener->endTest(Object(Tests\Wallabag\CoreBundle\Controller\ConfigControllerTest), 3.3917479515076) #3 /Users/jeremy/Sites/github/wallabag/vendor/bin/.phpunit/phpunit-7.4/src/Framework/TestResult.php(893): PHPUnit\Framework\TestResult->endTest(Object(Tests\Wallabag\CoreBundle\Controller\ConfigControllerTest), 3.3917479515076 in /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php on line 91 Fatal error: Uncaught PDOException: There is no active transaction in /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php on line 91 InvalidArgumentException: The controller for URI "/config" is not callable. The "kernel" service is synthetic, it needs to be set at boot time before it can be used. in /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php on line 91 Call Stack: 3.4732 57305872 1. Symfony\Component\Debug\ErrorHandler->handleException() /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php:0 3.5000 58014320 2. Symfony\Component\Debug\ErrorHandler->handleException() /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php:613 ```
* Update depsJeremy Benoist2019-11-121-209/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also CS (because cs-fixer got an update) Package operations: 0 installs, 26 updates, 0 removals - Updating twig/twig (v2.12.1 => v2.12.2) - Updating symfony/symfony (v3.4.33 => v3.4.34) - Updating doctrine/event-manager (v1.0.0 => 1.1.0) - Updating doctrine/collections (v1.6.2 => 1.6.3) - Updating doctrine/cache (v1.8.1 => 1.9.0) - Updating doctrine/persistence (1.1.1 => 1.2.0) - Updating doctrine/inflector (v1.3.0 => 1.3.1) - Updating symfony/mime (v4.3.5 => v4.3.7) - Updating swiftmailer/swiftmailer (v6.2.1 => v6.2.3) - Updating symfony/swiftmailer-bundle (v3.3.0 => v3.3.1) - Updating doctrine/dbal (v2.9.2 => v2.9.3) - Updating doctrine/instantiator (1.2.0 => 1.3.0) - Updating j0k3r/graby-site-config (1.0.93 => 1.0.94) - Updating phpoption/phpoption (1.5.0 => 1.5.2) - Updating symfony/http-client-contracts (v1.1.7 => v1.1.8) - Updating symfony/http-client (v4.3.5 => v4.3.7) - Updating sensiolabs/security-checker (v6.0.2 => v6.0.3) - Updating paragonie/constant_time_encoding (v2.2.3 => v2.3.0) - Updating scheb/two-factor-bundle (v4.7.1 => v4.8.0) - Updating symfony/phpunit-bridge (v4.3.6 => v4.3.7) - Updating composer/xdebug-handler (1.3.3 => 1.4.0) - Updating friendsofphp/php-cs-fixer (v2.15.3 => v2.16.0) - Updating doctrine/data-fixtures (v1.3.2 => 1.3.3) - Updating nette/schema (v1.0.0 => v1.0.1) - Updating nikic/php-parser (v4.2.4 => v4.3.0) - Updating sentry/sentry (2.2.2 => 2.2.4)
* Merge pull request #4171 from ↵Jérémy Benoist2019-11-111-5/+5
|\ | | | | | | | | wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.6 Bump symfony/phpunit-bridge from 4.3.5 to 4.3.6
| * Bump symfony/phpunit-bridge from 4.3.5 to 4.3.6dependabot-preview[bot]2019-11-041-5/+5
| | | | | | | | | | | | | | | | Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.5...v4.3.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #4170 from ↵Jérémy Benoist2019-11-111-20/+20
|\ \ | | | | | | | | | | | | wallabag/dependabot/composer/symfony/symfony-3.4.33 Bump symfony/symfony from 3.4.32 to 3.4.33
| * | Bump symfony/symfony from 3.4.32 to 3.4.33dependabot-preview[bot]2019-11-041-20/+20
| |/ | | | | | | | | | | | | | | Bumps [symfony/symfony](https://github.com/symfony/symfony) from 3.4.32 to 3.4.33. - [Release notes](https://github.com/symfony/symfony/releases) - [Changelog](https://github.com/symfony/symfony/blob/v3.4.33/CHANGELOG-3.4.md) - [Commits](https://github.com/symfony/symfony/compare/v3.4.32...v3.4.33) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #4167 from ↵Jérémy Benoist2019-11-111-5/+5
|\ \ | | | | | | | | | | | | wallabag/dependabot/composer/guzzlehttp/guzzle-5.3.4 Bump guzzlehttp/guzzle from 5.3.3 to 5.3.4
| * | Bump guzzlehttp/guzzle from 5.3.3 to 5.3.4dependabot-preview[bot]2019-10-311-5/+5
| |/ | | | | | | | | | | | | | | Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/5.3.4/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/5.3.3...5.3.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / Bump m6web/redis-mock from 4.6.1 to 4.7.0dependabot-preview[bot]2019-11-051-5/+5
|/ | | | | | | Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/M6Web/RedisMock/releases) - [Commits](https://github.com/M6Web/RedisMock/compare/v4.6.1...v4.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump phpstan/phpstan from 0.11.18 to 0.11.19dependabot-preview[bot]2019-10-231-23/+26
| | | | | | | Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.11.18 to 0.11.19. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.11.18...0.11.19) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix tests & update depsJeremy Benoist2019-10-221-123/+125
| | | | | | | | | | | | | | | | | | - Updating twig/twig (v2.12.0 => v2.12.1) - Updating symfony/mime (v4.3.4 => v4.3.5) - Updating friendsofsymfony/rest-bundle (2.5.0 => 2.6.0) - Updating j0k3r/graby-site-config (1.0.91 => 1.0.93) - Updating monolog/monolog (1.24.0 => 1.25.1) - Updating simplepie/simplepie (1.5.2 => 1.5.3) - Updating symfony/http-client-contracts (v1.1.6 => v1.1.7) - Updating symfony/http-client (v4.3.4 => v4.3.5) - Updating nette/utils (v3.0.1 => v3.0.2) - Updating phpstan/phpstan (0.11.17 => 0.11.18) - Updating zendframework/zend-code (3.3.2 => 3.4.0) - Updating php-amqplib/php-amqplib (v2.10.0 => v2.10.1) - Updating beberlei/assert (v3.2.3 => v3.2.6) - Updating zendframework/zend-diactoros (2.1.3 => 2.1.5) - Updating sentry/sentry (2.2.1 => 2.2.2)
* Merge pull request #4156 from ↵Jérémy Benoist2019-10-211-5/+6
|\ | | | | | | | | wallabag/dependabot/composer/phpstan/phpstan-0.11.17 Bump phpstan/phpstan from 0.11.16 to 0.11.17
| * Bump phpstan/phpstan from 0.11.16 to 0.11.17dependabot-preview[bot]2019-10-211-5/+6
| | | | | | | | | | | | | | Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.11.16 to 0.11.17. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.11.16...0.11.17) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump symfony/swiftmailer-bundle from 3.2.8 to 3.3.0dependabot-preview[bot]2019-10-211-17/+17
|/ | | | | | | | Bumps [symfony/swiftmailer-bundle](https://github.com/symfony/swiftmailer-bundle) from 3.2.8 to 3.3.0. - [Release notes](https://github.com/symfony/swiftmailer-bundle/releases) - [Changelog](https://github.com/symfony/swiftmailer-bundle/blob/master/CHANGELOG) - [Commits](https://github.com/symfony/swiftmailer-bundle/compare/v3.2.8...v3.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump symfony/phpunit-bridge from 4.3.4 to 4.3.5dependabot-preview[bot]2019-10-081-5/+5
| | | | | | | | Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.4...v4.3.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump symfony/symfony from 3.4.31 to 3.4.32dependabot-preview[bot]2019-10-081-26/+25
| | | | | | | | Bumps [symfony/symfony](https://github.com/symfony/symfony) from 3.4.31 to 3.4.32. - [Release notes](https://github.com/symfony/symfony/releases) - [Changelog](https://github.com/symfony/symfony/blob/v3.4.32/CHANGELOG-3.4.md) - [Commits](https://github.com/symfony/symfony/compare/v3.4.31...v3.4.32) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump sentry/sentry-symfony from 3.1.0 to 3.2.0dependabot-preview[bot]2019-10-071-44/+102
| | | | | | | | Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/getsentry/sentry-symfony/releases) - [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-symfony/compare/3.1.0...3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump doctrine/orm from 2.6.3 to 2.6.4dependabot-preview[bot]2019-09-241-35/+36
| | | | | | | Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/doctrine/orm/releases) - [Commits](https://github.com/doctrine/orm/compare/v2.6.3...v2.6.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump phpstan/phpstan from 0.11.15 to 0.11.16dependabot-preview[bot]2019-09-181-23/+22
| | | | | | | Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.11.15 to 0.11.16. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.11.15...0.11.16) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump phpstan/phpstan-doctrine from 0.11.5 to 0.11.6dependabot-preview[bot]2019-09-161-43/+43
| | | | | | | Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 0.11.5 to 0.11.6. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.11.5...0.11.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update depsJeremy Benoist2019-09-041-58/+58
|
* Bump scheb/two-factor-bundle from 4.7.0 to 4.7.1dependabot-preview[bot]2019-09-031-5/+5
| | | | | | | Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/scheb/two-factor-bundle/releases) - [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.7.0...v4.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump friendsofphp/php-cs-fixer from 2.15.2 to 2.15.3dependabot-preview[bot]2019-09-021-21/+22
| | | | | | | | Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.15.2 to 2.15.3. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.15/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.15.2...v2.15.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump friendsofphp/php-cs-fixer from 2.15.1 to 2.15.2dependabot-preview[bot]2019-08-281-9/+9
| | | | | | | | Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.15.1 to 2.15.2. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.15/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.15.1...v2.15.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #4099 from ↵Jérémy Benoist2019-08-271-8/+9
|\ | | | | | | | | wallabag/dependabot/composer/symfony/symfony-3.4.31 Bump symfony/symfony from 3.4.30 to 3.4.31
| * Bump symfony/symfony from 3.4.30 to 3.4.31dependabot-preview[bot]2019-08-271-8/+9
| | | | | | | | | | | | | | | | Bumps [symfony/symfony](https://github.com/symfony/symfony) from 3.4.30 to 3.4.31. - [Release notes](https://github.com/symfony/symfony/releases) - [Changelog](https://github.com/symfony/symfony/blob/v3.4.31/CHANGELOG-3.4.md) - [Commits](https://github.com/symfony/symfony/compare/v3.4.30...v3.4.31) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump symfony/phpunit-bridge from 4.3.3 to 4.3.4dependabot-preview[bot]2019-08-271-5/+5
|/ | | | | | | | Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.3...v4.3.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump scheb/two-factor-bundle from 4.6.0 to 4.7.0dependabot-preview[bot]2019-08-261-69/+74
| | | | | | | Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/scheb/two-factor-bundle/releases) - [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update depsJeremy Benoist2019-08-231-92/+92
| | | | Which aren't handled by dependabot.
* Bump scheb/two-factor-bundle from 4.5.0 to 4.6.0dependabot-preview[bot]2019-08-231-5/+5
| | | | | | | Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/scheb/two-factor-bundle/releases) - [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.5.0...v4.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump m6web/redis-mock from 4.6.0 to 4.6.1dependabot-preview[bot]2019-08-211-5/+5
| | | | | | | Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/M6Web/RedisMock/releases) - [Commits](https://github.com/M6Web/RedisMock/compare/v4.6.0...v4.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #4091 from ↵Jérémy Benoist2019-08-191-24/+24
|\ | | | | | | | | wallabag/dependabot/composer/phpstan/phpstan-0.11.15 Bump phpstan/phpstan from 0.11.12 to 0.11.15
| * Bump phpstan/phpstan from 0.11.12 to 0.11.15dependabot-preview[bot]2019-08-191-24/+24
| | | | | | | | | | | | | | Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.11.12 to 0.11.15. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.11.12...0.11.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump friendsofsymfony/jsrouting-bundle from 2.3.1 to 2.4.0dependabot-preview[bot]2019-08-121-9/+9
|/ | | | | | | | Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases) - [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md) - [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.3.1...2.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Rename internal settings tableJeremy Benoist2019-08-081-151/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In fact it's not _just_ a rename. We are now able to use our own entity with the CraueConfigBundle which allow us to enforce a custom length on string field and avoid error with utf8mb4 on MySQL. To fix that issue before we were in need to fork CraueConfigBundle to hard apply these length changes. The recent 2.3.0 release fix that issue. That's why we are in need to rename the table (getting rid of the bundle name from it) Also updating deps: - Updating symfony/polyfill-mbstring (v1.11.0 => v1.12.0) - Updating symfony/polyfill-ctype (v1.11.0 => v1.12.0) - Updating symfony/polyfill-php70 (v1.11.0 => v1.12.0) - Updating symfony/polyfill-util (v1.11.0 => v1.12.0) - Updating symfony/polyfill-php56 (v1.11.0 => v1.12.0) - Updating symfony/polyfill-intl-icu (v1.11.0 => v1.12.0) - Updating symfony/polyfill-apcu (v1.11.0 => v1.12.0) - Updating j0k3r/graby-site-config (1.0.88 => 1.0.89) - Updating php-http/message (1.7.2 => 1.8.0) - Updating symfony/polyfill-php73 (v1.11.0 => v1.12.0) - Updating symfony/http-client (v4.3.2 => v4.3.3) - Updating symfony/polyfill-php72 (v1.11.0 => v1.12.0) - Updating symfony/polyfill-intl-idn (v1.11.0 => v1.12.0) - Updating symfony/mime (v4.3.2 => v4.3.3) - Updating craue/config-bundle (dev-utf8mb4 46cfd37 => 2.3.0) - Updating masterminds/html5 (2.6.0 => 2.7.0) - Updating nette/di (v3.0.0 => v3.0.1) - Updating symfony/polyfill-iconv (v1.11.0 => v1.12.0) - Updating wallabag/php-mobi (1.0.1 => 1.1.0)
* Merge pull request #4082 from ↵Jérémy Benoist2019-08-081-5/+5
|\ | | | | | | | | wallabag/dependabot/composer/scheb/two-factor-bundle-4.5.0 Bump scheb/two-factor-bundle from 4.4.0 to 4.5.0
| * Bump scheb/two-factor-bundle from 4.4.0 to 4.5.0dependabot-preview[bot]2019-08-081-16/+16
| | | | | | | | | | | | | | Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/scheb/two-factor-bundle/releases) - [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.4.0...v4.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump m6web/redis-mock from 4.5.0 to 4.6.0dependabot-preview[bot]2019-08-081-16/+16
|/ | | | | | | Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/M6Web/RedisMock/releases) - [Commits](https://github.com/M6Web/RedisMock/compare/v4.5.0...v4.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump m6web/redis-mock from 4.4.1 to 4.5.0dependabot-preview[bot]2019-08-011-15/+15
| | | | | | | Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/M6Web/RedisMock/releases) - [Commits](https://github.com/M6Web/RedisMock/compare/v4.4.1...v4.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump symfony/phpunit-bridge from 4.3.2 to 4.3.3dependabot-preview[bot]2019-07-291-5/+5
| | | | | | | | Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.2...v4.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #4074 from ↵Jérémy Benoist2019-07-291-5/+5
|\ | | | | | | | | wallabag/dependabot/composer/m6web/redis-mock-4.4.1 Bump m6web/redis-mock from 4.3.0 to 4.4.1
| * Bump m6web/redis-mock from 4.3.0 to 4.4.1dependabot-preview[bot]2019-07-291-15/+15
| | | | | | | | | | | | | | Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock) from 4.3.0 to 4.4.1. - [Release notes](https://github.com/M6Web/RedisMock/releases) - [Commits](https://github.com/M6Web/RedisMock/compare/v4.3.0...4.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>