|
@@ -4,8 +4,52 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "5cbb7f02357ce0c923d0bcce6d770c70",
|
|
|
+ "content-hash": "8e4dcce83d1e77fc532b3d399956a5fb",
|
|
|
"packages": [
|
|
|
+ {
|
|
|
+ "name": "behat/transliterator",
|
|
|
+ "version": "v1.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Behat/Transliterator.git",
|
|
|
+ "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
|
|
|
+ "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "chuyskywalker/rolling-curl": "^3.1",
|
|
|
+ "php-yaoi/php-yaoi": "^1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Behat\\Transliterator": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Artistic-1.0"
|
|
|
+ ],
|
|
|
+ "description": "String transliterator",
|
|
|
+ "keywords": [
|
|
|
+ "i18n",
|
|
|
+ "slug",
|
|
|
+ "transliterator"
|
|
|
+ ],
|
|
|
+ "time": "2017-04-04T11:38:05+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "composer/ca-bundle",
|
|
|
"version": "1.1.0",
|
|
@@ -980,6 +1024,84 @@
|
|
|
],
|
|
|
"time": "2017-12-20T00:38:15+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "gedmo/doctrine-extensions",
|
|
|
+ "version": "v2.4.33",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
|
|
|
+ "reference": "d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78",
|
|
|
+ "reference": "d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "behat/transliterator": "~1.2",
|
|
|
+ "doctrine/common": "~2.4",
|
|
|
+ "php": ">=5.3.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/common": ">=2.5.0",
|
|
|
+ "doctrine/mongodb-odm": ">=1.0.2",
|
|
|
+ "doctrine/orm": ">=2.5.0",
|
|
|
+ "phpunit/phpunit": "*",
|
|
|
+ "symfony/yaml": "~2.6|~3.0|~4.0"
|
|
|
+ },
|
|
|
+ "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": "2.4.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Gedmo\\": "lib/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "David Buchmann",
|
|
|
+ "email": "david@liip.ch"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Gediminas Morkevicius",
|
|
|
+ "email": "gediminas.morkevicius@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Gustavo Falco",
|
|
|
+ "email": "comfortablynumb84@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Doctrine2 behavioral extensions",
|
|
|
+ "homepage": "http://gediminasm.org/",
|
|
|
+ "keywords": [
|
|
|
+ "Blameable",
|
|
|
+ "behaviors",
|
|
|
+ "doctrine2",
|
|
|
+ "extensions",
|
|
|
+ "gedmo",
|
|
|
+ "loggable",
|
|
|
+ "nestedset",
|
|
|
+ "sluggable",
|
|
|
+ "sortable",
|
|
|
+ "timestampable",
|
|
|
+ "translatable",
|
|
|
+ "tree",
|
|
|
+ "uploadable"
|
|
|
+ ],
|
|
|
+ "time": "2018-01-08T14:13:45+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "jdorn/sql-formatter",
|
|
|
"version": "v1.2.17",
|
|
@@ -1452,6 +1574,71 @@
|
|
|
"description": "A security checker for your composer.lock",
|
|
|
"time": "2017-10-29T18:48:08+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "stof/doctrine-extensions-bundle",
|
|
|
+ "version": "v1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
|
|
|
+ "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
|
|
|
+ "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "gedmo/doctrine-extensions": "^2.3.4",
|
|
|
+ "php": ">=5.3.2",
|
|
|
+ "symfony/framework-bundle": "~2.7|~3.2|~4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/phpunit-bridge": "^4.0",
|
|
|
+ "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "doctrine/doctrine-bundle": "to use the ORM extensions",
|
|
|
+ "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
|
|
|
+ },
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.3.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Stof\\DoctrineExtensionsBundle\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Christophe Coevoet",
|
|
|
+ "email": "stof@notk.org"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
|
|
|
+ "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
|
|
|
+ "keywords": [
|
|
|
+ "behaviors",
|
|
|
+ "doctrine2",
|
|
|
+ "extensions",
|
|
|
+ "gedmo",
|
|
|
+ "loggable",
|
|
|
+ "nestedset",
|
|
|
+ "sluggable",
|
|
|
+ "sortable",
|
|
|
+ "timestampable",
|
|
|
+ "translatable",
|
|
|
+ "tree"
|
|
|
+ ],
|
|
|
+ "time": "2017-12-24T16:06:50+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/asset",
|
|
|
"version": "v4.0.3",
|