|
|
@ -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": "ed07bf1e98cc998eddcf49958cb2835f", |
|
|
|
"content-hash": "ca829d8e7eed95a138ef3f7742eaa728", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "behat/transliterator", |
|
|
@ -1714,6 +1714,167 @@ |
|
|
|
"time": "2023-12-04T17:19:43+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "knplabs/knp-components", |
|
|
|
"version": "v4.4.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/KnpLabs/knp-components.git", |
|
|
|
"reference": "59ef316e34e814449d8718d7151946bdbb5e553f" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/59ef316e34e814449d8718d7151946bdbb5e553f", |
|
|
|
"reference": "59ef316e34e814449d8718d7151946bdbb5e553f", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^8.0", |
|
|
|
"symfony/event-dispatcher-contracts": "^3.0" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
|
"doctrine/dbal": "<3.8" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"doctrine/dbal": "^3.8 || ^4.0", |
|
|
|
"doctrine/mongodb-odm": "^2.5.5", |
|
|
|
"doctrine/orm": "^2.13 || ^3.0", |
|
|
|
"doctrine/phpcr-odm": "^1.8 || ^2.0", |
|
|
|
"ext-pdo_sqlite": "*", |
|
|
|
"jackalope/jackalope-doctrine-dbal": "^1.12 || ^2.0", |
|
|
|
"phpunit/phpunit": "^9.6", |
|
|
|
"propel/propel1": "^1.7", |
|
|
|
"ruflin/elastica": "^7.0", |
|
|
|
"solarium/solarium": "^6.0", |
|
|
|
"symfony/http-foundation": "^5.4.38 || ^6.4.4 || ^7.0", |
|
|
|
"symfony/http-kernel": "^5.4.38 || ^6.4.4 || ^7.0", |
|
|
|
"symfony/property-access": "^5.4.38 || ^6.4.4 || ^7.0" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"doctrine/common": "to allow usage pagination with Doctrine ArrayCollection", |
|
|
|
"doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB", |
|
|
|
"doctrine/orm": "to allow usage pagination with Doctrine ORM", |
|
|
|
"doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR", |
|
|
|
"propel/propel1": "to allow usage pagination with Propel ORM", |
|
|
|
"ruflin/elastica": "to allow usage pagination with ElasticSearch Client", |
|
|
|
"solarium/solarium": "to allow usage pagination with Solarium Client", |
|
|
|
"symfony/http-foundation": "to retrieve arguments from Request", |
|
|
|
"symfony/property-access": "to allow sorting arrays" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "4.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Knp\\Component\\": "src/Knp/Component" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "KnpLabs Team", |
|
|
|
"homepage": "https://knplabs.com" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Symfony Community", |
|
|
|
"homepage": "https://github.com/KnpLabs/knp-components/contributors" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Knplabs component library", |
|
|
|
"homepage": "https://github.com/KnpLabs/knp-components", |
|
|
|
"keywords": [ |
|
|
|
"components", |
|
|
|
"knp", |
|
|
|
"knplabs", |
|
|
|
"pager", |
|
|
|
"paginator" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/KnpLabs/knp-components/issues", |
|
|
|
"source": "https://github.com/KnpLabs/knp-components/tree/v4.4.0" |
|
|
|
}, |
|
|
|
"time": "2024-04-23T07:05:01+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "knplabs/knp-paginator-bundle", |
|
|
|
"version": "v6.4.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/KnpLabs/KnpPaginatorBundle.git", |
|
|
|
"reference": "a9cbcb3c6be5868a2e16a599c7438149c40b4bda" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/a9cbcb3c6be5868a2e16a599c7438149c40b4bda", |
|
|
|
"reference": "a9cbcb3c6be5868a2e16a599c7438149c40b4bda", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"knplabs/knp-components": "^4.1", |
|
|
|
"php": "^8.1", |
|
|
|
"symfony/config": "^6.4 || ^7.0", |
|
|
|
"symfony/dependency-injection": "^6.4 || ^7.0", |
|
|
|
"symfony/event-dispatcher": "^6.4 || ^7.0", |
|
|
|
"symfony/http-foundation": "^6.4 || ^7.0", |
|
|
|
"symfony/http-kernel": "^6.4 || ^7.0", |
|
|
|
"symfony/routing": "^6.4 || ^7.0", |
|
|
|
"symfony/translation": "^6.4 || ^7.0", |
|
|
|
"twig/twig": "^3.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpstan/phpstan": "^1.11", |
|
|
|
"phpunit/phpunit": "^9.6", |
|
|
|
"symfony/expression-language": "^6.4 || ^7.0", |
|
|
|
"symfony/templating": "^6.4 || ^7.0" |
|
|
|
}, |
|
|
|
"type": "symfony-bundle", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "5.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Knp\\Bundle\\PaginatorBundle\\": "src" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "KnpLabs Team", |
|
|
|
"homepage": "https://knplabs.com" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Symfony Community", |
|
|
|
"homepage": "https://github.com/KnpLabs/KnpPaginatorBundle/contributors" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Paginator bundle for Symfony to automate pagination and simplify sorting and other features", |
|
|
|
"homepage": "https://github.com/KnpLabs/KnpPaginatorBundle", |
|
|
|
"keywords": [ |
|
|
|
"bundle", |
|
|
|
"knp", |
|
|
|
"knplabs", |
|
|
|
"pager", |
|
|
|
"pagination", |
|
|
|
"paginator", |
|
|
|
"symfony" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/KnpLabs/KnpPaginatorBundle/issues", |
|
|
|
"source": "https://github.com/KnpLabs/KnpPaginatorBundle/tree/v6.4.0" |
|
|
|
}, |
|
|
|
"time": "2024-05-21T16:15:16+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "league/commonmark", |
|
|
|
"version": "2.4.2", |
|
|
|
"source": { |
|
|
@ -5493,6 +5654,100 @@ |
|
|
|
"time": "2024-06-28T09:27:18+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/translation", |
|
|
|
"version": "v7.1.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/translation.git", |
|
|
|
"reference": "cf5ae136e124fc7681b34ce9fac9d5b9ae8ceee3" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/cf5ae136e124fc7681b34ce9fac9d5b9ae8ceee3", |
|
|
|
"reference": "cf5ae136e124fc7681b34ce9fac9d5b9ae8ceee3", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=8.2", |
|
|
|
"symfony/polyfill-mbstring": "~1.0", |
|
|
|
"symfony/translation-contracts": "^2.5|^3.0" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
|
"symfony/config": "<6.4", |
|
|
|
"symfony/console": "<6.4", |
|
|
|
"symfony/dependency-injection": "<6.4", |
|
|
|
"symfony/http-client-contracts": "<2.5", |
|
|
|
"symfony/http-kernel": "<6.4", |
|
|
|
"symfony/service-contracts": "<2.5", |
|
|
|
"symfony/twig-bundle": "<6.4", |
|
|
|
"symfony/yaml": "<6.4" |
|
|
|
}, |
|
|
|
"provide": { |
|
|
|
"symfony/translation-implementation": "2.3|3.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"nikic/php-parser": "^4.18|^5.0", |
|
|
|
"psr/log": "^1|^2|^3", |
|
|
|
"symfony/config": "^6.4|^7.0", |
|
|
|
"symfony/console": "^6.4|^7.0", |
|
|
|
"symfony/dependency-injection": "^6.4|^7.0", |
|
|
|
"symfony/finder": "^6.4|^7.0", |
|
|
|
"symfony/http-client-contracts": "^2.5|^3.0", |
|
|
|
"symfony/http-kernel": "^6.4|^7.0", |
|
|
|
"symfony/intl": "^6.4|^7.0", |
|
|
|
"symfony/polyfill-intl-icu": "^1.21", |
|
|
|
"symfony/routing": "^6.4|^7.0", |
|
|
|
"symfony/service-contracts": "^2.5|^3", |
|
|
|
"symfony/yaml": "^6.4|^7.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"files": [ |
|
|
|
"Resources/functions.php" |
|
|
|
], |
|
|
|
"psr-4": { |
|
|
|
"Symfony\\Component\\Translation\\": "" |
|
|
|
}, |
|
|
|
"exclude-from-classmap": [ |
|
|
|
"/Tests/" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Fabien Potencier", |
|
|
|
"email": "fabien@symfony.com" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Symfony Community", |
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Provides tools to internationalize your application", |
|
|
|
"homepage": "https://symfony.com", |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/symfony/translation/tree/v7.1.1" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://symfony.com/sponsor", |
|
|
|
"type": "custom" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/fabpot", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2024-05-31T14:57:53+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/translation-contracts", |
|
|
|
"version": "v3.5.0", |
|
|
|
"source": { |
|
|
|