diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2019-11-22 09:57:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-22 09:57:29 +0100 |
commit | df5f0990ece6a048f2af5442a99238ef8d504f77 (patch) | |
tree | 91e43471d091b6ff3d02ff9afb6c65695527409c | |
parent | a43ebdb6a3b962f4b84fa6556effe49fa863e451 (diff) | |
parent | 4421e2a4023c85ec796febdac1b86ae05ebd1dd4 (diff) | |
download | wallabag-df5f0990ece6a048f2af5442a99238ef8d504f77.tar.gz wallabag-df5f0990ece6a048f2af5442a99238ef8d504f77.tar.zst wallabag-df5f0990ece6a048f2af5442a99238ef8d504f77.zip |
Merge pull request #4199 from wallabag/dependabot/composer/white-october/pagerfanta-bundle-1.3.1
Bump white-october/pagerfanta-bundle from 1.2.4 to 1.3.1
-rw-r--r-- | composer.lock | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock index ed4a79d9..ad18dcb1 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -9318,26 +9318,29 @@ | |||
9318 | }, | 9318 | }, |
9319 | { | 9319 | { |
9320 | "name": "white-october/pagerfanta-bundle", | 9320 | "name": "white-october/pagerfanta-bundle", |
9321 | "version": "v1.2.4", | 9321 | "version": "v1.3.1", |
9322 | "source": { | 9322 | "source": { |
9323 | "type": "git", | 9323 | "type": "git", |
9324 | "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", | 9324 | "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", |
9325 | "reference": "19bf14bf8c72e4205c9ca97028436701fe3991a6" | 9325 | "reference": "5421d5e79b72495b34b745d37e4d341e6fa2190d" |
9326 | }, | 9326 | }, |
9327 | "dist": { | 9327 | "dist": { |
9328 | "type": "zip", | 9328 | "type": "zip", |
9329 | "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/19bf14bf8c72e4205c9ca97028436701fe3991a6", | 9329 | "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/5421d5e79b72495b34b745d37e4d341e6fa2190d", |
9330 | "reference": "19bf14bf8c72e4205c9ca97028436701fe3991a6", | 9330 | "reference": "5421d5e79b72495b34b745d37e4d341e6fa2190d", |
9331 | "shasum": "" | 9331 | "shasum": "" |
9332 | }, | 9332 | }, |
9333 | "require": { | 9333 | "require": { |
9334 | "pagerfanta/pagerfanta": "^1.1.0|^2.0.0", | 9334 | "pagerfanta/pagerfanta": "^1.1.0|^2.0.0", |
9335 | "php": ">=5.3", | 9335 | "php": ">=5.3.3", |
9336 | "symfony/framework-bundle": "~2.3|~3.0|~4.0", | 9336 | "symfony/framework-bundle": "~2.3|~3.0|~4.0", |
9337 | "symfony/property-access": "~2.3|~3.0|~4.0", | 9337 | "symfony/property-access": "~2.3|~3.0|~4.0", |
9338 | "symfony/translation": "~2.3|~3.0|~4.0", | 9338 | "symfony/translation": "~2.3|~3.0|~4.0", |
9339 | "symfony/twig-bundle": "~2.3|~3.0|~4.0" | 9339 | "symfony/twig-bundle": "~2.3|~3.0|~4.0" |
9340 | }, | 9340 | }, |
9341 | "conflict": { | ||
9342 | "twig/twig": "<1.34|>=2.0,<2.4" | ||
9343 | }, | ||
9341 | "require-dev": { | 9344 | "require-dev": { |
9342 | "phpunit/phpunit": "~3.7|~4.0|^5.0", | 9345 | "phpunit/phpunit": "~3.7|~4.0|^5.0", |
9343 | "symfony/symfony": "~2.3|~3.0|~4.0" | 9346 | "symfony/symfony": "~2.3|~3.0|~4.0" |
@@ -9372,7 +9375,7 @@ | |||
9372 | "page", | 9375 | "page", |
9373 | "paging" | 9376 | "paging" |
9374 | ], | 9377 | ], |
9375 | "time": "2019-02-14T08:42:52+00:00" | 9378 | "time": "2019-11-21T17:13:04+00:00" |
9376 | }, | 9379 | }, |
9377 | { | 9380 | { |
9378 | "name": "willdurand/hateoas", | 9381 | "name": "willdurand/hateoas", |