|
@@ -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": "a21b39ff901abc79e1cb3db926838072",
|
|
|
|
|
|
+ "content-hash": "8d5c310c71ca5fd01478f5947cfe1903",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "composer/semver",
|
|
"name": "composer/semver",
|
|
@@ -1593,46 +1593,83 @@
|
|
"time": "2025-07-15T20:50:09+00:00"
|
|
"time": "2025-07-15T20:50:09+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name": "pentiminax/ux-datatables",
|
|
|
|
- "version": "v0.8.2",
|
|
|
|
|
|
+ "name": "omines/datatables-bundle",
|
|
|
|
+ "version": "0.10.2",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
- "url": "https://github.com/pentiminax/ux-datatables.git",
|
|
|
|
- "reference": "d25a59855ac17f69cf4e2dc9940c54099ad53afb"
|
|
|
|
|
|
+ "url": "https://github.com/omines/datatables-bundle.git",
|
|
|
|
+ "reference": "9c5138697281d22a8c354d706e27ee09fc94ee11"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/pentiminax/ux-datatables/zipball/d25a59855ac17f69cf4e2dc9940c54099ad53afb",
|
|
|
|
- "reference": "d25a59855ac17f69cf4e2dc9940c54099ad53afb",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/omines/datatables-bundle/zipball/9c5138697281d22a8c354d706e27ee09fc94ee11",
|
|
|
|
+ "reference": "9c5138697281d22a8c354d706e27ee09fc94ee11",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
- "php": ">=8.2",
|
|
|
|
- "symfony/config": "^7.0",
|
|
|
|
- "symfony/dependency-injection": "^7.0",
|
|
|
|
- "symfony/http-kernel": "^7.0",
|
|
|
|
- "symfony/stimulus-bundle": "^2.22"
|
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
+ "symfony/event-dispatcher": "^6.4|^7.1",
|
|
|
|
+ "symfony/framework-bundle": "^6.4|^7.1",
|
|
|
|
+ "symfony/options-resolver": "^6.4|^7.1",
|
|
|
|
+ "symfony/polyfill-mbstring": "^1.31.0",
|
|
|
|
+ "symfony/property-access": "^6.4|^7.1",
|
|
|
|
+ "symfony/translation": "^6.4|^7.1"
|
|
},
|
|
},
|
|
"conflict": {
|
|
"conflict": {
|
|
- "symfony/flex": "<1.13"
|
|
|
|
|
|
+ "doctrine/orm": "^3.0 <3.3"
|
|
},
|
|
},
|
|
"require-dev": {
|
|
"require-dev": {
|
|
- "phpunit/phpunit": "^11.5",
|
|
|
|
- "symfony/framework-bundle": "^7.0",
|
|
|
|
- "symfony/phpunit-bridge": "^7.0",
|
|
|
|
- "symfony/twig-bundle": "^7.0",
|
|
|
|
- "symfony/var-dumper": "^7.0"
|
|
|
|
|
|
+ "doctrine/common": "^3.5.0",
|
|
|
|
+ "doctrine/doctrine-bundle": "^2.15.0",
|
|
|
|
+ "doctrine/orm": "^2.19.3|^3.4.1",
|
|
|
|
+ "doctrine/persistence": "^3.4.0|^4.0.0",
|
|
|
|
+ "ext-curl": "*",
|
|
|
|
+ "ext-json": "*",
|
|
|
|
+ "ext-mbstring": "*",
|
|
|
|
+ "ext-mongodb": "*",
|
|
|
|
+ "ext-pdo_sqlite": "*",
|
|
|
|
+ "ext-zip": "*",
|
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.75.0",
|
|
|
|
+ "mongodb/mongodb": "^1.20.0|^2.1.0",
|
|
|
|
+ "ocramius/package-versions": "^2.10",
|
|
|
|
+ "openspout/openspout": "^4.30",
|
|
|
|
+ "phpoffice/phpspreadsheet": "^2.3.3|^3.9.2|^4.4.0",
|
|
|
|
+ "phpstan/extension-installer": "^1.4.3",
|
|
|
|
+ "phpstan/phpstan": "^2.1.17",
|
|
|
|
+ "phpstan/phpstan-doctrine": "^2.0.3",
|
|
|
|
+ "phpstan/phpstan-phpunit": "^2.0.6",
|
|
|
|
+ "phpstan/phpstan-symfony": "^2.0.6",
|
|
|
|
+ "phpunit/phpunit": "^10.5.38|^11.5.24",
|
|
|
|
+ "ruflin/elastica": "^7.3.2",
|
|
|
|
+ "symfony/browser-kit": "^6.4.13|^7.3",
|
|
|
|
+ "symfony/css-selector": "^6.4.13|^7.3",
|
|
|
|
+ "symfony/doctrine-bridge": "^6.4.13|^7.3",
|
|
|
|
+ "symfony/dom-crawler": "^6.4.13|^7.3",
|
|
|
|
+ "symfony/intl": "^6.4.13|^7.3",
|
|
|
|
+ "symfony/mime": "^6.4.13|^7.3",
|
|
|
|
+ "symfony/phpunit-bridge": "^7.3",
|
|
|
|
+ "symfony/twig-bundle": "^6.4|^7.3",
|
|
|
|
+ "symfony/var-dumper": "^6.4.13|^7.3",
|
|
|
|
+ "symfony/yaml": "^6.4.13|^7.3"
|
|
|
|
+ },
|
|
|
|
+ "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",
|
|
|
|
+ "openspout/openspout": "To use the OpenSpout Excel exporter",
|
|
|
|
+ "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",
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"extra": {
|
|
- "thanks": {
|
|
|
|
- "url": "https://github.com/symfony/ux",
|
|
|
|
- "name": "symfony/ux"
|
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "0.10-dev"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"autoload": {
|
|
"autoload": {
|
|
"psr-4": {
|
|
"psr-4": {
|
|
- "Pentiminax\\UX\\DataTables\\": "src/"
|
|
|
|
|
|
+ "Omines\\DataTablesBundle\\": "src/"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
@@ -1641,20 +1678,39 @@
|
|
],
|
|
],
|
|
"authors": [
|
|
"authors": [
|
|
{
|
|
{
|
|
- "name": "Tanguy Lemarié",
|
|
|
|
- "email": "tanguy.lemarie6@gmail.com"
|
|
|
|
|
|
+ "name": "Robbert Beesems",
|
|
|
|
+ "email": "robbert.beesems@omines.com",
|
|
|
|
+ "homepage": "https://www.omines.nl/"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Niels Keurentjes",
|
|
|
|
+ "email": "niels.keurentjes@omines.com",
|
|
|
|
+ "homepage": "https://www.omines.nl/"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- "description": "DataTables.net integration for Symfony",
|
|
|
|
- "homepage": "https://github.com/pentiminax/ux-datatables",
|
|
|
|
|
|
+ "description": "Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support",
|
|
"keywords": [
|
|
"keywords": [
|
|
- "symfony-ux"
|
|
|
|
|
|
+ "bundle",
|
|
|
|
+ "datatable",
|
|
|
|
+ "datatables",
|
|
|
|
+ "doctrine",
|
|
|
|
+ "elastica",
|
|
|
|
+ "jquery",
|
|
|
|
+ "mongodb",
|
|
|
|
+ "orm",
|
|
|
|
+ "symfony"
|
|
],
|
|
],
|
|
"support": {
|
|
"support": {
|
|
- "issues": "https://github.com/pentiminax/ux-datatables/issues",
|
|
|
|
- "source": "https://github.com/pentiminax/ux-datatables/tree/v0.8.2"
|
|
|
|
|
|
+ "issues": "https://github.com/omines/datatables-bundle/issues",
|
|
|
|
+ "source": "https://github.com/omines/datatables-bundle/tree/0.10.2"
|
|
},
|
|
},
|
|
- "time": "2025-07-12T10:09:31+00:00"
|
|
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/curry684",
|
|
|
|
+ "type": "github"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2025-06-23T13:27:47+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "phpdocumentor/reflection-common",
|
|
"name": "phpdocumentor/reflection-common",
|