mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Updated datatables-bundle
This commit is contained in:
parent
255fcbac1c
commit
50689cd4e6
2 changed files with 44 additions and 39 deletions
|
@ -40,7 +40,7 @@
|
||||||
"nelmio/cors-bundle": "^2.3",
|
"nelmio/cors-bundle": "^2.3",
|
||||||
"nelmio/security-bundle": "^3.0",
|
"nelmio/security-bundle": "^3.0",
|
||||||
"nyholm/psr7": "^1.1",
|
"nyholm/psr7": "^1.1",
|
||||||
"omines/datatables-bundle": "^0.8.0",
|
"omines/datatables-bundle": "^0.9.1",
|
||||||
"paragonie/sodium_compat": "^1.21",
|
"paragonie/sodium_compat": "^1.21",
|
||||||
"part-db/label-fonts": "^1.0",
|
"part-db/label-fonts": "^1.0",
|
||||||
"runtime/frankenphp-symfony": "^0.2.0",
|
"runtime/frankenphp-symfony": "^0.2.0",
|
||||||
|
|
81
composer.lock
generated
81
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "5195392508cfa6d9093686623ad72751",
|
"content-hash": "ca8701d95e24bae5d28ccdcfe242e8e4",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "amphp/amp",
|
"name": "amphp/amp",
|
||||||
|
@ -5755,58 +5755,63 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "omines/datatables-bundle",
|
"name": "omines/datatables-bundle",
|
||||||
"version": "0.8.2",
|
"version": "0.9.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/omines/datatables-bundle.git",
|
"url": "https://github.com/omines/datatables-bundle.git",
|
||||||
"reference": "1a1bd7814419831898d834ac1b3e980120fd7425"
|
"reference": "259ad042c736f4667111af26193182665ae0ed4f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/1a1bd7814419831898d834ac1b3e980120fd7425",
|
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/259ad042c736f4667111af26193182665ae0ed4f",
|
||||||
"reference": "1a1bd7814419831898d834ac1b3e980120fd7425",
|
"reference": "259ad042c736f4667111af26193182665ae0ed4f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.1",
|
"php": ">=8.1",
|
||||||
"symfony/event-dispatcher": "^6.3|^7.0",
|
"symfony/event-dispatcher": "^6.4|^7.1",
|
||||||
"symfony/framework-bundle": "^6.3|^7.0",
|
"symfony/framework-bundle": "^6.4|^7.1",
|
||||||
"symfony/options-resolver": "^6.3|^7.0",
|
"symfony/options-resolver": "^6.4|^7.1",
|
||||||
"symfony/property-access": "^6.3|^7.0",
|
"symfony/property-access": "^6.4|^7.1",
|
||||||
"symfony/translation": "^6.3|^7.0"
|
"symfony/translation": "^6.4|^7.1"
|
||||||
|
},
|
||||||
|
"conflict": {
|
||||||
|
"doctrine/orm": "^3.0 <3.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/common": "^3.4.3",
|
"doctrine/common": "^3.4.5",
|
||||||
"doctrine/doctrine-bundle": "^2.11.1",
|
"doctrine/doctrine-bundle": "^2.13.1",
|
||||||
"doctrine/orm": "^2.17.2",
|
"doctrine/orm": "^2.19.3|^3.3.0",
|
||||||
"doctrine/persistence": "^3.2.0",
|
"doctrine/persistence": "^3.4.0",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
|
"ext-mbstring": "*",
|
||||||
"ext-mongodb": "*",
|
"ext-mongodb": "*",
|
||||||
"ext-pdo_sqlite": "*",
|
"ext-pdo_sqlite": "*",
|
||||||
"ext-zip": "*",
|
"ext-zip": "*",
|
||||||
"friendsofphp/php-cs-fixer": "^v3.40.0",
|
"friendsofphp/php-cs-fixer": "^3.65.0",
|
||||||
"mongodb/mongodb": "^1.17",
|
"mongodb/mongodb": "^1.20.0",
|
||||||
"ocramius/package-versions": "^2.8",
|
"ocramius/package-versions": "^2.9",
|
||||||
"openspout/openspout": "^4.23",
|
"openspout/openspout": "^4.23",
|
||||||
"phpoffice/phpspreadsheet": "^1.29.0 || ^2.0",
|
"phpoffice/phpspreadsheet": "^2.3.3|^3.5",
|
||||||
"phpstan/extension-installer": "^1.3.1",
|
"phpstan/extension-installer": "^1.4.3",
|
||||||
"phpstan/phpstan": "^1.10.55",
|
"phpstan/phpstan": "^2.0.3",
|
||||||
"phpstan/phpstan-doctrine": "^1.3.54",
|
"phpstan/phpstan-doctrine": "^2.0.1",
|
||||||
"phpstan/phpstan-phpunit": "^1.3.15",
|
"phpstan/phpstan-phpunit": "^2.0.1",
|
||||||
"phpstan/phpstan-symfony": "^1.3.6",
|
"phpstan/phpstan-symfony": "^2.0.0",
|
||||||
"phpunit/phpunit": "^10.5.10 || ^11.0.3",
|
"phpunit/phpunit": "^10.5.38|^11.4.4",
|
||||||
"ruflin/elastica": "^6.2|^7.3.1",
|
"ruflin/elastica": "^6.2|^7.3.2",
|
||||||
"symfony/browser-kit": "^6.3|^7.0",
|
"symfony/browser-kit": "^6.4.13|^7.1",
|
||||||
"symfony/css-selector": "^6.3|^7.0",
|
"symfony/css-selector": "^6.4.13|^7.1",
|
||||||
"symfony/doctrine-bridge": "^6.3|^7.0.2",
|
"symfony/doctrine-bridge": "^6.4.13|^7.1",
|
||||||
"symfony/dom-crawler": "^6.3|^7.0",
|
"symfony/dom-crawler": "^6.4.13|^7.1",
|
||||||
"symfony/intl": "^6.3|^7.0.2",
|
"symfony/intl": "^6.4.13|^7.1",
|
||||||
"symfony/mime": "^6.3|^7.0",
|
"symfony/mime": "^6.4.13|^7.1",
|
||||||
"symfony/phpunit-bridge": "^6.3|^7.0.2",
|
"symfony/phpunit-bridge": "^7.2",
|
||||||
"symfony/twig-bundle": "^6.3|^7.0",
|
"symfony/polyfill-mbstring": "^1.31.0",
|
||||||
"symfony/var-dumper": "^6.3|^7.0.2",
|
"symfony/twig-bundle": "^6.4|^7.1",
|
||||||
"symfony/yaml": "^6.3|^7.0"
|
"symfony/var-dumper": "^6.4.13|^7.1",
|
||||||
|
"symfony/yaml": "^6.4.13|^7.1"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"doctrine/doctrine-bundle": "For integrated access to Doctrine object managers",
|
"doctrine/doctrine-bundle": "For integrated access to Doctrine object managers",
|
||||||
|
@ -5820,7 +5825,7 @@
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "0.8-dev"
|
"dev-master": "0.9-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -5858,7 +5863,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/omines/datatables-bundle/issues",
|
"issues": "https://github.com/omines/datatables-bundle/issues",
|
||||||
"source": "https://github.com/omines/datatables-bundle/tree/0.8.2"
|
"source": "https://github.com/omines/datatables-bundle/tree/0.9.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -5866,7 +5871,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-03-24T20:57:13+00:00"
|
"time": "2024-12-05T00:10:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "onelogin/php-saml",
|
"name": "onelogin/php-saml",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue