Updated datatables-bundle.

This commit is contained in:
Jan Böhmer 2020-07-04 23:49:25 +02:00
parent a11b53b455
commit 330733ef0c
3 changed files with 25 additions and 96 deletions

View file

@ -24,7 +24,7 @@
"nelmio/security-bundle": "^2.9",
"nyholm/psr7": "^1.1",
"ocramius/proxy-manager": "2.2.*",
"omines/datatables-bundle": "^0.4.0",
"omines/datatables-bundle": "^0.5.0",
"php-translation/symfony-bundle": "^0.12.0",
"r/u2f-two-factor-bundle": "^0.8.0",
"s9e/text-formatter": "^2.1",

116
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": "00430370b53cd18db3a0a78b70ab6b93",
"content-hash": "aafa447b8262f85a2b09f5d843b6489a",
"packages": [
{
"name": "beberlei/assert",
@ -2793,28 +2793,28 @@
},
{
"name": "omines/datatables-bundle",
"version": "0.4.2",
"version": "0.5.0",
"source": {
"type": "git",
"url": "https://github.com/omines/datatables-bundle.git",
"reference": "351227d3b3346727b020e44cc30ae880821cfeee"
"reference": "64e6f1b5a247829134d747051805901b5290669e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/351227d3b3346727b020e44cc30ae880821cfeee",
"reference": "351227d3b3346727b020e44cc30ae880821cfeee",
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/64e6f1b5a247829134d747051805901b5290669e",
"reference": "64e6f1b5a247829134d747051805901b5290669e",
"shasum": ""
},
"require": {
"php": "^7.2",
"symfony/contracts": "^1.1|^2.0",
"symfony/framework-bundle": "^4.1|^5.0",
"symfony/property-access": "^4.1|^5.0",
"symfony/translation": "^4.1|^5.0"
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0"
},
"require-dev": {
"doctrine/common": "^2.6",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/doctrine-bundle": "^2.1",
"doctrine/orm": "^2.6.3",
"doctrine/persistence": "^1.3.4",
"ext-curl": "*",
@ -2824,28 +2824,31 @@
"friendsofphp/php-cs-fixer": "^2.7",
"mongodb/mongodb": "^1.2",
"ocramius/package-versions": "1.4.*",
"phpoffice/phpspreadsheet": "^1.6",
"phpunit/phpunit": "^8.5|^9.0",
"ruflin/elastica": "^6.0|^7.0",
"symfony/browser-kit": "^4.1|^5.0",
"symfony/css-selector": "^4.1|^5.0",
"symfony/dom-crawler": "^4.1|^5.0",
"symfony/intl": "^4.1|^5.0",
"symfony/phpunit-bridge": "^4.1|^5.0",
"symfony/twig-bundle": "^4.1|^5.0",
"symfony/var-dumper": "^4.1|^5.0",
"symfony/yaml": "^4.1|^5.0"
"ruflin/elastica": "^6.0",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0",
"symfony/intl": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/phpunit-bridge": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0"
},
"suggest": {
"doctrine/doctrine-bundle": "For integrated access to Doctrine object managers",
"doctrine/orm": "For full automated integration with Doctrine entities",
"mongodb/mongodb": "For integration with MongoDB collections",
"phpoffice/phpspreadsheet": "To export the data from DataTables to Excel",
"ruflin/elastica": "For integration with Elasticsearch indexes",
"symfony/twig-bundle": "To use default Twig based rendering and TwigColumn"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.4-dev"
"dev-master": "0.5-dev"
}
},
"autoload": {
@ -2881,7 +2884,7 @@
"orm",
"symfony"
],
"time": "2020-04-02T09:08:23+00:00"
"time": "2020-07-02T23:30:24+00:00"
},
{
"name": "paragonie/constant_time_encoding",
@ -5023,77 +5026,6 @@
"homepage": "https://symfony.com",
"time": "2020-06-15T12:59:21+00:00"
},
{
"name": "symfony/contracts",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
"reference": "d3636025e8253c6144358ec0a62773cae588395b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b",
"reference": "d3636025e8253c6144358ec0a62773cae588395b",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"psr/cache": "^1.0",
"psr/container": "^1.0",
"symfony/polyfill-intl-idn": "^1.10"
},
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
"symfony/cache-contracts-implementation": "",
"symfony/event-dispatcher-implementation": "",
"symfony/http-client-contracts-implementation": "",
"symfony/service-contracts-implementation": "",
"symfony/translation-contracts-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\": ""
},
"exclude-from-classmap": [
"**/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A set of abstractions extracted out of the Symfony components",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-04-27T14:29:50+00:00"
},
{
"name": "symfony/css-selector",
"version": "v5.1.2",

View file

@ -506,9 +506,6 @@
"./bin/console"
]
},
"symfony/contracts": {
"version": "v1.1.0"
},
"symfony/css-selector": {
"version": "v4.2.3"
},