|
|
|
@ -4,8 +4,57 @@
|
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
|
|
"This file is @generated automatically"
|
|
|
|
|
],
|
|
|
|
|
"content-hash": "104b8c116015bbc6f7f3efa3d0618a90",
|
|
|
|
|
"content-hash": "9f35ffaf799b2f21e80284cb4800a791",
|
|
|
|
|
"packages": [
|
|
|
|
|
{
|
|
|
|
|
"name": "behat/transliterator",
|
|
|
|
|
"version": "v1.3.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/Behat/Transliterator.git",
|
|
|
|
|
"reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
|
|
|
|
|
"reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"chuyskywalker/rolling-curl": "^3.1",
|
|
|
|
|
"php-yaoi/php-yaoi": "^1.0",
|
|
|
|
|
"phpunit/phpunit": "^4.8.36|^6.3"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.2-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Behat\\Transliterator\\": "src/Behat/Transliterator"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"Artistic-1.0"
|
|
|
|
|
],
|
|
|
|
|
"description": "String transliterator",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"i18n",
|
|
|
|
|
"slug",
|
|
|
|
|
"transliterator"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/Behat/Transliterator/issues",
|
|
|
|
|
"source": "https://github.com/Behat/Transliterator/tree/v1.3.0"
|
|
|
|
|
},
|
|
|
|
|
"time": "2020-01-14T16:39:13+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "composer/package-versions-deprecated",
|
|
|
|
|
"version": "1.11.99.1",
|
|
|
|
@ -1682,6 +1731,104 @@
|
|
|
|
|
},
|
|
|
|
|
"time": "2021-01-02T11:26:24+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "gedmo/doctrine-extensions",
|
|
|
|
|
"version": "v3.0.5",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/doctrine-extensions/DoctrineExtensions.git",
|
|
|
|
|
"reference": "f956c3c4d0c0ffdc5dd879288073772e439b6c1a"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/doctrine-extensions/DoctrineExtensions/zipball/f956c3c4d0c0ffdc5dd879288073772e439b6c1a",
|
|
|
|
|
"reference": "f956c3c4d0c0ffdc5dd879288073772e439b6c1a",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"behat/transliterator": "~1.2",
|
|
|
|
|
"doctrine/annotations": "^1.2",
|
|
|
|
|
"doctrine/cache": "^1.0",
|
|
|
|
|
"doctrine/collections": "^1.0",
|
|
|
|
|
"doctrine/common": "^2.13 || ^3.0",
|
|
|
|
|
"doctrine/event-manager": "^1.0",
|
|
|
|
|
"php": "^7.2 || ^8.0"
|
|
|
|
|
},
|
|
|
|
|
"conflict": {
|
|
|
|
|
"doctrine/mongodb": "<1.3",
|
|
|
|
|
"doctrine/mongodb-odm": "<2.0",
|
|
|
|
|
"sebastian/comparator": "<2.0"
|
|
|
|
|
},
|
|
|
|
|
"provide": {
|
|
|
|
|
"ext-mongo": "1.6.12"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"alcaeus/mongo-php-adapter": "^1.1",
|
|
|
|
|
"doctrine/doctrine-bundle": "^2.3",
|
|
|
|
|
"doctrine/mongodb-odm": "^2.0",
|
|
|
|
|
"doctrine/orm": "^2.6.3",
|
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.16",
|
|
|
|
|
"phpunit/phpunit": "^8.5",
|
|
|
|
|
"symfony/yaml": "^4.1"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
|
|
|
|
|
"doctrine/orm": "to use the extensions with the ORM"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Gedmo\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Gediminas Morkevicius",
|
|
|
|
|
"email": "gediminas.morkevicius@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Gustavo Falco",
|
|
|
|
|
"email": "comfortablynumb84@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "David Buchmann",
|
|
|
|
|
"email": "david@liip.ch"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Doctrine2 behavioral extensions",
|
|
|
|
|
"homepage": "http://gediminasm.org/",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"Blameable",
|
|
|
|
|
"behaviors",
|
|
|
|
|
"doctrine2",
|
|
|
|
|
"extensions",
|
|
|
|
|
"gedmo",
|
|
|
|
|
"loggable",
|
|
|
|
|
"nestedset",
|
|
|
|
|
"sluggable",
|
|
|
|
|
"sortable",
|
|
|
|
|
"timestampable",
|
|
|
|
|
"translatable",
|
|
|
|
|
"tree",
|
|
|
|
|
"uploadable"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"email": "gediminas.morkevicius@gmail.com",
|
|
|
|
|
"issues": "https://github.com/doctrine-extensions/DoctrineExtensions/issues",
|
|
|
|
|
"source": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/v3.0.5",
|
|
|
|
|
"wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc"
|
|
|
|
|
},
|
|
|
|
|
"time": "2021-04-23T09:16:01+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "jms/metadata",
|
|
|
|
|
"version": "2.5.0",
|
|
|
|
|