|
@@ -4,7 +4,7 @@
|
|
|
"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": "57ddd7418b48bf0cbec0cd4faa8e8cb0",
|
|
|
+ "content-hash": "5cbb7f02357ce0c923d0bcce6d770c70",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "composer/ca-bundle",
|
|
@@ -653,20 +653,20 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/inflector",
|
|
|
- "version": "v1.2.0",
|
|
|
+ "version": "v1.3.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
|
- "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
|
|
|
+ "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
|
|
|
- "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
|
|
|
+ "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": "^7.0"
|
|
|
+ "php": "^7.1"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"phpunit/phpunit": "^6.2"
|
|
@@ -674,7 +674,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "1.2.x-dev"
|
|
|
+ "dev-master": "1.3.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -716,7 +716,7 @@
|
|
|
"singularize",
|
|
|
"string"
|
|
|
],
|
|
|
- "time": "2017-07-22T12:18:28+00:00"
|
|
|
+ "time": "2018-01-09T20:05:19+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/instantiator",
|
|
@@ -2074,16 +2074,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/flex",
|
|
|
- "version": "v1.0.57",
|
|
|
+ "version": "v1.0.60",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/flex.git",
|
|
|
- "reference": "73423de7560c492f159aeb3eb9687b470bc87aec"
|
|
|
+ "reference": "066fe955b1a134841cdcc068a9f843594fdb1adc"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/flex/zipball/73423de7560c492f159aeb3eb9687b470bc87aec",
|
|
|
- "reference": "73423de7560c492f159aeb3eb9687b470bc87aec",
|
|
|
+ "url": "https://api.github.com/repos/symfony/flex/zipball/066fe955b1a134841cdcc068a9f843594fdb1adc",
|
|
|
+ "reference": "066fe955b1a134841cdcc068a9f843594fdb1adc",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -2116,7 +2116,7 @@
|
|
|
"email": "fabien.potencier@gmail.com"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2018-01-03T11:28:30+00:00"
|
|
|
+ "time": "2018-01-10T07:00:13+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/framework-bundle",
|
|
@@ -3380,6 +3380,124 @@
|
|
|
}
|
|
|
],
|
|
|
"packages-dev": [
|
|
|
+ {
|
|
|
+ "name": "doctrine/data-fixtures",
|
|
|
+ "version": "v1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/data-fixtures.git",
|
|
|
+ "reference": "7b76ccc8e648c4502aad7f61347326c8a072bd3b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/7b76ccc8e648c4502aad7f61347326c8a072bd3b",
|
|
|
+ "reference": "7b76ccc8e648c4502aad7f61347326c8a072bd3b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/common": "~2.2",
|
|
|
+ "php": "^7.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/dbal": "^2.5.4",
|
|
|
+ "doctrine/orm": "^2.5.4",
|
|
|
+ "phpunit/phpunit": "^6.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
|
|
|
+ "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
|
|
|
+ "doctrine/orm": "For loading ORM fixtures",
|
|
|
+ "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.3.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jonathan Wage",
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Data Fixtures for all Doctrine Object Managers",
|
|
|
+ "homepage": "http://www.doctrine-project.org",
|
|
|
+ "keywords": [
|
|
|
+ "database"
|
|
|
+ ],
|
|
|
+ "time": "2017-11-27T18:48:06+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/doctrine-fixtures-bundle",
|
|
|
+ "version": "3.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
|
|
|
+ "reference": "7fc29d2b18c61ed99826b21fbfd1ff9969cc2e7f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/7fc29d2b18c61ed99826b21fbfd1ff9969cc2e7f",
|
|
|
+ "reference": "7fc29d2b18c61ed99826b21fbfd1ff9969cc2e7f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/data-fixtures": "~1.0",
|
|
|
+ "doctrine/doctrine-bundle": "~1.0",
|
|
|
+ "php": ">=5.5.9|^7.0",
|
|
|
+ "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
|
|
|
+ "symfony/framework-bundle": "^3.3|^4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/phpunit-bridge": "^3.3"
|
|
|
+ },
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Bundle\\FixturesBundle\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "http://symfony.com/contributors"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Doctrine Project",
|
|
|
+ "homepage": "http://www.doctrine-project.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony DoctrineFixturesBundle",
|
|
|
+ "homepage": "http://www.doctrine-project.org",
|
|
|
+ "keywords": [
|
|
|
+ "Fixture",
|
|
|
+ "persistence"
|
|
|
+ ],
|
|
|
+ "time": "2017-12-04T20:26:38+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "myclabs/deep-copy",
|
|
|
"version": "1.7.0",
|