remove pagerfanta bundle (#1458)

This commit is contained in:
Kevin Papst
2020-02-10 16:38:26 +01:00
committed by GitHub
parent 733aa58de8
commit 465d7166d4
30 changed files with 249 additions and 380 deletions

63
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "937e678d15c03f8508dd269116d57d82",
"content-hash": "b2981837e799c1f3dc53a03fb19ba617",
"packages": [
{
"name": "beberlei/doctrineextensions",
@@ -9216,67 +9216,6 @@
],
"time": "2019-11-24T13:36:37+00:00"
},
{
"name": "white-october/pagerfanta-bundle",
"version": "v1.3.2",
"source": {
"type": "git",
"url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
"reference": "6df560869b5e09a3acf920890ab40598998b30ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
"reference": "6df560869b5e09a3acf920890ab40598998b30ae",
"shasum": ""
},
"require": {
"pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3|~3.0|~4.0",
"symfony/property-access": "~2.3|~3.0|~4.0",
"symfony/translation": "~2.3|~3.0|~4.0",
"symfony/twig-bundle": "~2.3|~3.0|~4.0"
},
"conflict": {
"twig/twig": "<1.34|>=2.0,<2.4"
},
"require-dev": {
"phpunit/phpunit": "~3.7|~4.0|^5.0",
"symfony/symfony": "~2.3|~3.0|~4.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"WhiteOctober\\PagerfantaBundle\\": ""
},
"exclude-from-classmap": [
"Tests/",
"TestsProject/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Pablo Díez",
"email": "pablodip@gmail.com"
}
],
"description": "Bundle to use Pagerfanta with Symfony2",
"keywords": [
"page",
"paging"
],
"time": "2019-12-02T14:19:37+00:00"
},
{
"name": "willdurand/jsonp-callback-validator",
"version": "v1.1.0",