diff --git a/composer.json b/composer.json index 38327e5e6e..ee9311f2ba 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "friends-of-behat/suite-settings-extension": "^1.0", "friends-of-behat/symfony-extension": "^1.0", "friends-of-behat/variadic-extension": "^1.0", - "lakion/api-test-case": "^2.0", + "lakion/api-test-case": "^3.0", "lakion/mink-debug-extension": "^1.2.3", "phpspec/phpspec": "^3.4", "phpunit/phpunit": "^6.5", diff --git a/composer.lock b/composer.lock index a429a41966..7d62b2f355 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "bcccb879e50e01e63a542f1c99a08caa", + "content-hash": "cbb5d088f37b9a1e8995f6457c63748e", "packages": [ { "name": "behat/transliterator", @@ -169,16 +169,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288" + "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/943b2c4fcad1ef178d16a713c2468bf7e579c288", - "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169", + "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169", "shasum": "" }, "require": { @@ -187,7 +187,7 @@ "php": "^5.3.2 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", "psr/log": "^1.0", "symfony/process": "^2.5 || ^3.0 || ^4.0" }, @@ -221,7 +221,7 @@ "ssl", "tls" ], - "time": "2017-11-29T09:37:33+00:00" + "time": "2018-03-29T19:57:20+00:00" }, { "name": "doctrine/annotations", @@ -564,16 +564,16 @@ }, { "name": "doctrine/dbal", - "version": "v2.6.3", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13" + "reference": "f76bf5ef631cec551a86c2291fc749534febebf1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13", - "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/f76bf5ef631cec551a86c2291fc749534febebf1", + "reference": "f76bf5ef631cec551a86c2291fc749534febebf1", "shasum": "" }, "require": { @@ -582,9 +582,11 @@ "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^5.4.6", + "doctrine/coding-standard": "^4.0", + "phpunit/phpunit": "^7.0", "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", - "symfony/console": "2.*||^3.0" + "symfony/console": "^2.0.5||^3.0", + "symfony/phpunit-bridge": "^3.4.5|^4.0.5" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -595,7 +597,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6.x-dev" + "dev-master": "2.7.x-dev" } }, "autoload": { @@ -633,7 +635,7 @@ "persistence", "queryobject" ], - "time": "2017-11-19T13:38:54+00:00" + "time": "2018-04-01T23:33:17+00:00" }, { "name": "doctrine/doctrine-bundle", @@ -722,39 +724,39 @@ }, { "name": "doctrine/doctrine-cache-bundle", - "version": "1.3.2", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineCacheBundle.git", - "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1" + "reference": "4c8e363f96427924e7e519c5b5119b4f54512697" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1", - "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1", + "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/4c8e363f96427924e7e519c5b5119b4f54512697", + "reference": "4c8e363f96427924e7e519c5b5119b4f54512697", "shasum": "" }, "require": { "doctrine/cache": "^1.4.2", "doctrine/inflector": "~1.0", "php": ">=5.3.2", - "symfony/doctrine-bridge": "~2.2|~3.0|~4.0" + "symfony/doctrine-bridge": "~2.7|~3.3|~4.0" }, "require-dev": { "instaclick/coding-standard": "~1.1", "instaclick/object-calisthenics-sniffs": "dev-master", "instaclick/symfony2-coding-standard": "dev-remaster", - "phpunit/phpunit": "~4", + "phpunit/phpunit": "~4|~5", "predis/predis": "~0.8", "satooshi/php-coveralls": "^1.0", "squizlabs/php_codesniffer": "~1.5", - "symfony/console": "~2.2|~3.0|~4.0", - "symfony/finder": "~2.2|~3.0|~4.0", - "symfony/framework-bundle": "~2.2|~3.0|~4.0", - "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", - "symfony/security-acl": "~2.3|~3.0", - "symfony/validator": "~2.2|~3.0|~4.0", - "symfony/yaml": "~2.2|~3.0|~4.0" + "symfony/console": "~2.7|~3.3|~4.0", + "symfony/finder": "~2.7|~3.3|~4.0", + "symfony/framework-bundle": "~2.7|~3.3|~4.0", + "symfony/phpunit-bridge": "~2.7|~3.3|~4.0", + "symfony/security-acl": "~2.7|~3.3", + "symfony/validator": "~2.7|~3.3|~4.0", + "symfony/yaml": "~2.7|~3.3|~4.0" }, "suggest": { "symfony/security-acl": "For using this bundle to cache ACLs" @@ -806,7 +808,7 @@ "cache", "caching" ], - "time": "2017-10-12T17:23:29+00:00" + "time": "2018-03-27T09:22:12+00:00" }, { "name": "doctrine/doctrine-fixtures-bundle", @@ -1724,16 +1726,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.3.0", + "version": "6.3.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" + "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", - "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90", + "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90", "shasum": "" }, "require": { @@ -1743,7 +1745,7 @@ }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "^4.0 || ^5.0", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4", "psr/log": "^1.0" }, "suggest": { @@ -1752,7 +1754,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.2-dev" + "dev-master": "6.3-dev" } }, "autoload": { @@ -1785,7 +1787,7 @@ "rest", "web service" ], - "time": "2017-06-22T18:50:49+00:00" + "time": "2018-03-26T16:33:04+00:00" }, { "name": "guzzlehttp/promises", @@ -2356,16 +2358,16 @@ }, { "name": "knplabs/gaufrette", - "version": "v0.5.0", + "version": "v0.6.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/Gaufrette.git", - "reference": "2f228650fd4cc50c3d3c1d6541546ffc169b2240" + "reference": "a7c71edef4528d9881f534515f9061660255afe3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/2f228650fd4cc50c3d3c1d6541546ffc169b2240", - "reference": "2f228650fd4cc50c3d3c1d6541546ffc169b2240", + "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/a7c71edef4528d9881f534515f9061660255afe3", + "reference": "a7c71edef4528d9881f534515f9061660255afe3", "shasum": "" }, "require": { @@ -2382,8 +2384,7 @@ "dropbox-php/dropbox-php": "*", "google/apiclient": "~1.1.3", "league/flysystem": "~1.0", - "microsoft/azure-storage": "~0.15.0", - "microsoft/windowsazure": "~0.4", + "microsoft/azure-storage-blob": "^1.0", "mikey179/vfsstream": "~1.2.0", "mongodb/mongodb": "^1.1", "phpseclib/phpseclib": "^2.0", @@ -2412,7 +2413,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.5.x-dev" + "dev-master": "0.7.x-dev" } }, "autoload": { @@ -2442,7 +2443,7 @@ "filesystem", "media" ], - "time": "2018-01-04T19:50:08+00:00" + "time": "2018-03-26T12:19:49+00:00" }, { "name": "knplabs/knp-gaufrette-bundle", @@ -5288,16 +5289,16 @@ }, { "name": "sylius/sylius", - "version": "v1.1.2", + "version": "v1.1.3", "source": { "type": "git", "url": "https://github.com/Sylius/Sylius.git", - "reference": "6a6162d73899fd4e04b0be446184836f110a43c7" + "reference": "538df1be845803cb1fc753101ac0fedf78d1644a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Sylius/Sylius/zipball/6a6162d73899fd4e04b0be446184836f110a43c7", - "reference": "6a6162d73899fd4e04b0be446184836f110a43c7", + "url": "https://api.github.com/repos/Sylius/Sylius/zipball/538df1be845803cb1fc753101ac0fedf78d1644a", + "reference": "538df1be845803cb1fc753101ac0fedf78d1644a", "shasum": "" }, "require": { @@ -5344,12 +5345,16 @@ "twig/twig": "^2.0", "webmozart/assert": "^1.1", "white-october/pagerfanta-bundle": "^1.0.8", - "willdurand/hateoas": "~2.10.0", + "willdurand/hateoas": "^2.10", "willdurand/hateoas-bundle": "^1.2", "winzou/state-machine-bundle": "^0.3", "zendframework/zend-hydrator": "^2.2", "zendframework/zend-stdlib": "^3.1" }, + "conflict": { + "symfony/symfony": "3.4.7 || 4.0.7", + "willdurand/hateoas": "^2.11" + }, "replace": { "sylius/addressing": "self.version", "sylius/addressing-bundle": "self.version", @@ -5409,7 +5414,7 @@ "friends-of-behat/symfony-extension": "^1.0", "friends-of-behat/variadic-extension": "^1.0", "hwi/oauth-bundle": "^0.5", - "lakion/api-test-case": "^2.0", + "lakion/api-test-case": "^3.0", "lakion/mink-debug-extension": "^1.2.3", "matthiasnoback/symfony-config-test": "^3.0", "matthiasnoback/symfony-dependency-injection-test": "^2.0", @@ -5472,7 +5477,7 @@ ], "description": "E-Commerce platform for PHP, based on Symfony framework.", "homepage": "http://sylius.com", - "time": "2018-03-16T07:30:27+00:00" + "time": "2018-04-04T11:14:49+00:00" }, { "name": "symfony/monolog-bundle", @@ -5771,16 +5776,16 @@ }, { "name": "symfony/swiftmailer-bundle", - "version": "v3.2.1", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/symfony/swiftmailer-bundle.git", - "reference": "20e71c247a5a43ceb655db9712394d08c09b33ef" + "reference": "f1ba0552a9cd4df0191a58845fbd5541cf9eda2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/20e71c247a5a43ceb655db9712394d08c09b33ef", - "reference": "20e71c247a5a43ceb655db9712394d08c09b33ef", + "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/f1ba0552a9cd4df0191a58845fbd5541cf9eda2d", + "reference": "f1ba0552a9cd4df0191a58845fbd5541cf9eda2d", "shasum": "" }, "require": { @@ -5829,7 +5834,7 @@ ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com", - "time": "2018-03-08T16:39:26+00:00" + "time": "2018-04-03T16:29:41+00:00" }, { "name": "symfony/symfony", @@ -6086,16 +6091,16 @@ }, { "name": "twig/twig", - "version": "v2.4.6", + "version": "v2.4.8", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "d2117ec118c1ff3d28ccddca8212d82787a4809f" + "reference": "7b604c89da162034bdf4bb66310f358d313dd16d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/d2117ec118c1ff3d28ccddca8212d82787a4809f", - "reference": "d2117ec118c1ff3d28ccddca8212d82787a4809f", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/7b604c89da162034bdf4bb66310f358d313dd16d", + "reference": "7b604c89da162034bdf4bb66310f358d313dd16d", "shasum": "" }, "require": { @@ -6104,8 +6109,8 @@ }, "require-dev": { "psr/container": "^1.0", - "symfony/debug": "~2.7", - "symfony/phpunit-bridge": "~3.3@dev" + "symfony/debug": "^2.7", + "symfony/phpunit-bridge": "^3.3" }, "type": "library", "extra": { @@ -6148,7 +6153,7 @@ "keywords": [ "templating" ], - "time": "2018-03-03T16:23:01+00:00" + "time": "2018-04-02T09:24:19+00:00" }, { "name": "webmozart/assert", @@ -7156,16 +7161,16 @@ }, { "name": "coduo/php-matcher", - "version": "2.4.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/coduo/php-matcher.git", - "reference": "8b9d57257a18e57b9785fabe25a6c99441cc5e41" + "reference": "590eb82e1404d3385756e4d1ba6d5edc4a554a23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/coduo/php-matcher/zipball/8b9d57257a18e57b9785fabe25a6c99441cc5e41", - "reference": "8b9d57257a18e57b9785fabe25a6c99441cc5e41", + "url": "https://api.github.com/repos/coduo/php-matcher/zipball/590eb82e1404d3385756e4d1ba6d5edc4a554a23", + "reference": "590eb82e1404d3385756e4d1ba6d5edc4a554a23", "shasum": "" }, "require": { @@ -7173,17 +7178,18 @@ "doctrine/lexer": "1.0.*", "ext-filter": "*", "openlss/lib-array2xml": "~0.0.9", - "php": ">=5.3.0", - "symfony/expression-language": "^2.3|^3.0", - "symfony/property-access": "^2.3|^3.0" + "php": ">=7.0.0", + "symfony/expression-language": "^2.3|^3.0|^4.0", + "symfony/property-access": "^2.3|^3.0|^4.0" }, "require-dev": { - "phpunit/phpunit": "^4.8" + "friendsofphp/php-cs-fixer": "^2.4", + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.5-dev" + "dev-master": "3.1-dev" } }, "autoload": { @@ -7212,7 +7218,7 @@ "matcher", "tests" ], - "time": "2018-02-18T21:49:00+00:00" + "time": "2018-03-08T16:17:26+00:00" }, { "name": "coduo/php-to-string", @@ -7871,39 +7877,40 @@ }, { "name": "lakion/api-test-case", - "version": "v2.0.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/Lakion/ApiTestCase.git", - "reference": "0a1e83fc693503e292ca525cd751ad3158b2e47c" + "reference": "f930b5c156dff94cfacaee147da640deecc38625" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Lakion/ApiTestCase/zipball/0a1e83fc693503e292ca525cd751ad3158b2e47c", - "reference": "0a1e83fc693503e292ca525cd751ad3158b2e47c", + "url": "https://api.github.com/repos/Lakion/ApiTestCase/zipball/f930b5c156dff94cfacaee147da640deecc38625", + "reference": "f930b5c156dff94cfacaee147da640deecc38625", "shasum": "" }, "require": { - "coduo/php-matcher": "^2.1", + "coduo/php-matcher": "^2.3|^3.0", "doctrine/data-fixtures": "^1.2", "doctrine/doctrine-bundle": "^1.6", "doctrine/orm": "^2.5", - "nelmio/alice": "^2.2", - "php": "^7.0", + "nelmio/alice": "^3.1", + "php": "^7.1", "phpspec/php-diff": "^1.1", - "phpunit/phpunit": "^6.0", + "phpunit/phpunit": "^6.0|^7.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0", - "symfony/browser-kit": "^3.2", - "symfony/finder": "^3.2", - "symfony/framework-bundle": "^3.2" + "symfony/browser-kit": "^3.4|^4.0", + "symfony/finder": "^3.4|^4.0", + "symfony/framework-bundle": "^3.4|^4.0", + "theofidry/alice-data-fixtures": "^1.0" }, "require-dev": { - "symfony/serializer": "^3.2" + "symfony/serializer": "^3.4|^4.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -7944,7 +7951,7 @@ "symfony", "xml" ], - "time": "2017-06-27T07:50:08+00:00" + "time": "2018-03-20T12:16:40+00:00" }, { "name": "lakion/mink-debug-extension", @@ -8053,34 +8060,54 @@ }, { "name": "nelmio/alice", - "version": "v2.3.4", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/nelmio/alice.git", - "reference": "41fc89e2dfbb9d6d13a0f350393e5a91e9064d69" + "reference": "34ee0035297903dea0bee6dbb9d88daac302f31f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nelmio/alice/zipball/41fc89e2dfbb9d6d13a0f350393e5a91e9064d69", - "reference": "41fc89e2dfbb9d6d13a0f350393e5a91e9064d69", + "url": "https://api.github.com/repos/nelmio/alice/zipball/34ee0035297903dea0bee6dbb9d88daac302f31f", + "reference": "34ee0035297903dea0bee6dbb9d88daac302f31f", "shasum": "" }, "require": { - "fzaninotto/faker": "^1.5", - "php": "^5.6||^7.0", - "symfony/yaml": "^2.0||^3.0" + "fzaninotto/faker": "^1.6", + "myclabs/deep-copy": "^1.5.2", + "php": "^7.1", + "symfony/property-access": "^2.8 || ^3.4 || ^4.0", + "symfony/yaml": "^2.8 || ^3.4 || ^4.0" + }, + "conflict": { + "symfony/framework-bundle": "<3.4" }, "require-dev": { - "doctrine/common": "^2.3", - "phpspec/prophecy": "^1.5.0", - "phpunit/phpunit": "^5.6||^6.0", - "symfony/phpunit-bridge": "^3.0", - "symfony/property-access": "^2.2||^3.0" + "bamarni/composer-bin-plugin": "^1.1.0", + "php-mock/php-mock": "^2.0", + "phpspec/prophecy": "^1.6", + "phpunit/phpunit": "^6.0", + "symfony/phpunit-bridge": "^3.4 || ^4.0", + "symfony/var-dumper": "^3.4 || ^4.0" + }, + "suggest": { + "theofidry/alice-data-fixtures": "Wrapper for Alice to provide a persistence layer." }, "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": false + }, + "branch-alias": { + "dev-master": "3.1.0-dev" + } + }, "autoload": { + "files": [ + "src/deep_clone.php" + ], "psr-4": { - "Nelmio\\Alice\\": "src/Nelmio/Alice" + "Nelmio\\Alice\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -8105,10 +8132,10 @@ "keywords": [ "Fixture", "data", - "orm", + "faker", "test" ], - "time": "2017-10-31T11:42:39+00:00" + "time": "2018-03-17T22:13:13+00:00" }, { "name": "nette/bootstrap", @@ -8188,16 +8215,16 @@ }, { "name": "nette/caching", - "version": "v2.5.6", + "version": "v2.5.8", "source": { "type": "git", "url": "https://github.com/nette/caching.git", - "reference": "1231735b5135ca02bd381b70482c052d2a90bdc9" + "reference": "7fba7c7ab2585fafb7b31152f2595e1551120555" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/caching/zipball/1231735b5135ca02bd381b70482c052d2a90bdc9", - "reference": "1231735b5135ca02bd381b70482c052d2a90bdc9", + "url": "https://api.github.com/repos/nette/caching/zipball/7fba7c7ab2585fafb7b31152f2595e1551120555", + "reference": "7fba7c7ab2585fafb7b31152f2595e1551120555", "shasum": "" }, "require": { @@ -8253,20 +8280,20 @@ "nette", "sqlite" ], - "time": "2017-08-30T12:12:25+00:00" + "time": "2018-03-21T11:04:32+00:00" }, { "name": "nette/di", - "version": "v2.4.10", + "version": "v2.4.11", "source": { "type": "git", "url": "https://github.com/nette/di.git", - "reference": "a4b3be935b755f23aebea1ce33d7e3c832cdff98" + "reference": "a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/di/zipball/a4b3be935b755f23aebea1ce33d7e3c832cdff98", - "reference": "a4b3be935b755f23aebea1ce33d7e3c832cdff98", + "url": "https://api.github.com/repos/nette/di/zipball/a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9", + "reference": "a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9", "shasum": "" }, "require": { @@ -8322,7 +8349,7 @@ "nette", "static" ], - "time": "2017-08-31T22:42:00+00:00" + "time": "2018-03-28T23:53:36+00:00" }, { "name": "nette/finder", @@ -8436,16 +8463,16 @@ }, { "name": "nette/php-generator", - "version": "v3.0.2", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/nette/php-generator.git", - "reference": "1652635d312a8db4291b16f3ebf87cb1a15a6257" + "reference": "18a26e9c302ce98b7a573fae8c6032a6909339e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/php-generator/zipball/1652635d312a8db4291b16f3ebf87cb1a15a6257", - "reference": "1652635d312a8db4291b16f3ebf87cb1a15a6257", + "url": "https://api.github.com/repos/nette/php-generator/zipball/18a26e9c302ce98b7a573fae8c6032a6909339e5", + "reference": "18a26e9c302ce98b7a573fae8c6032a6909339e5", "shasum": "" }, "require": { @@ -8494,7 +8521,7 @@ "php", "scaffolding" ], - "time": "2017-09-26T11:19:32+00:00" + "time": "2018-03-30T14:01:03+00:00" }, { "name": "nette/robot-loader", @@ -10656,6 +10683,79 @@ ], "time": "2018-03-10T11:56:31+00:00" }, + { + "name": "theofidry/alice-data-fixtures", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/theofidry/AliceDataFixtures.git", + "reference": "5752bbf979a012bb804c00641478d4d3f879e51d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theofidry/AliceDataFixtures/zipball/5752bbf979a012bb804c00641478d4d3f879e51d", + "reference": "5752bbf979a012bb804c00641478d4d3f879e51d", + "shasum": "" + }, + "require": { + "nelmio/alice": "^3.1", + "php": "^7.1", + "psr/log": "^1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.1", + "phpspec/prophecy": "^1.7", + "phpunit/phpunit": "^6.0", + "symfony/phpunit-bridge": "^3.3.2 || ^4.0" + }, + "suggest": { + "alcaeus/mongo-php-adapter": "To use Doctrine with the MongoDB flavour", + "doctrine/data-fixtures": "To use Doctrine", + "doctrine/dbal": "To use Doctrine with the PHPCR flavour", + "doctrine/mongodb": "To use Doctrine with the MongoDB flavour", + "doctrine/mongodb-odm": "To use Doctrine with the MongoDB flavour", + "doctrine/orm": "To use Doctrine ORM", + "doctrine/phpcr-odm": "To use Doctrine with the PHPCR flavour", + "illuminate/database": "To use Eloquent", + "jackalope/jackalope-doctrine-dbal": "To use Doctrine with the PHPCR flavour", + "ocramius/proxy-manager": "To avoid database connection on kernel boot" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": false + }, + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Fidry\\AliceDataFixtures\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Théo FIDRY", + "email": "theo.fidry@gmail.com", + "homepage": "https://github.com/theofidry" + } + ], + "description": "Nelmio alice extension to persist the loaded fixtures.", + "keywords": [ + "Fixture", + "alice", + "data", + "faker", + "orm", + "tests" + ], + "time": "2017-12-21T21:36:53+00:00" + }, { "name": "theseer/tokenizer", "version": "1.1.0",