diff --git a/composer.lock b/composer.lock index cca2d7a..d9b8d5b 100644 --- a/composer.lock +++ b/composer.lock @@ -1,12 +1,82 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "427037a9205943ca00bf7c8fdc3d38e1", - "content-hash": "1b320edc1488ca0f0b3c595501decd83", + "content-hash": "92e5c3bb6b8a949ff35bc03f1fc96221", "packages": [ + { + "name": "composer/ca-bundle", + "version": "1.3.7", + "source": { + "type": "git", + "url": "https://github.com/composer/ca-bundle.git", + "reference": "76e46335014860eec1aa5a724799a00a2e47cc85" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/76e46335014860eec1aa5a724799a00a2e47cc85", + "reference": "76e46335014860eec1aa5a724799a00a2e47cc85", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "ext-pcre": "*", + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.55", + "psr/log": "^1.0", + "symfony/phpunit-bridge": "^4.2 || ^5", + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\CaBundle\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", + "keywords": [ + "cabundle", + "cacert", + "certificate", + "ssl", + "tls" + ], + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2023-08-30T09:31:38+00:00" + }, { "name": "csanquer/colibri-csv", "version": "v1.1.2", @@ -64,7 +134,63 @@ "reader", "writer" ], - "time": "2014-11-09 11:14:39" + "time": "2014-11-09T11:14:39+00:00" + }, + { + "name": "davedevelopment/twig-inflection", + "version": "1.0", + "source": { + "type": "git", + "url": "https://github.com/davedevelopment/twig-inflection.git", + "reference": "c5c64de5673580f1a30790bb8784a64ac6191dde" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/davedevelopment/twig-inflection/zipball/c5c64de5673580f1a30790bb8784a64ac6191dde", + "reference": "c5c64de5673580f1a30790bb8784a64ac6191dde", + "shasum": "" + }, + "require": { + "doctrine/inflector": "~1.0", + "php": ">=5.3.2", + "twig/twig": "~1.12" + }, + "require-dev": { + "phpunit/phpunit": "~3.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "DaveDevelopment\\TwigInflection": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dave Marshall", + "email": "dave.marshall@atstsolutions.co.uk", + "homepage": "http://davedevelopment.co.uk" + } + ], + "description": "Twig filters for inflection", + "homepage": "http://github.com/davedevelopment/twig-inflection", + "keywords": [ + "inflection", + "inflector", + "pluralise", + "pluralize", + "twig", + "twig extension" + ], + "time": "2013-02-19T00:24:51+00:00" }, { "name": "doctrine/annotations", @@ -132,34 +258,37 @@ "docblock", "parser" ], - "time": "2015-08-31 12:32:49" + "time": "2015-08-31T12:32:49+00:00" }, { - "name": "doctrine/lexer", - "version": "v1.0.1", + "name": "doctrine/inflector", + "version": "v1.1.0", "source": { "type": "git", - "url": "https://github.com/doctrine/lexer.git", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" + "url": "https://github.com/doctrine/inflector.git", + "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", + "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", "shasum": "" }, "require": { "php": ">=5.3.2" }, + "require-dev": { + "phpunit/phpunit": "4.*" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { - "Doctrine\\Common\\Lexer\\": "lib/" + "Doctrine\\Common\\Inflector\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -171,56 +300,59 @@ "name": "Roman Borschel", "email": "roman@code-factory.org" }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], - "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", + "description": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ - "lexer", - "parser" + "inflection", + "pluralize", + "singularize", + "string" ], - "time": "2014-09-09 13:34:57" + "time": "2015-11-06T14:35:42+00:00" }, { - "name": "fzaninotto/faker", - "version": "v1.5.0", + "name": "doctrine/lexer", + "version": "v1.0.1", "source": { "type": "git", - "url": "https://github.com/fzaninotto/Faker.git", - "reference": "d0190b156bcca848d401fb80f31f504f37141c8d" + "url": "https://github.com/doctrine/lexer.git", + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d", - "reference": "d0190b156bcca848d401fb80f31f504f37141c8d", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", "shasum": "" }, "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~1.5" - }, - "suggest": { - "ext-intl": "*" + "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-4": { - "Faker\\": "src/Faker/" + "psr-0": { + "Doctrine\\Common\\Lexer\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -229,16 +361,25 @@ ], "authors": [ { - "name": "François Zaninotto" + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" } ], - "description": "Faker is a PHP library that generates fake data for you.", + "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "http://www.doctrine-project.org", "keywords": [ - "data", - "faker", - "fixtures" + "lexer", + "parser" ], - "time": "2015-05-29 06:29:14" + "time": "2014-09-09T13:34:57+00:00" }, { "name": "guzzle/guzzle", @@ -333,7 +474,8 @@ "rest", "web service" ], - "time": "2015-03-18 18:23:50" + "abandoned": "guzzlehttp/guzzle", + "time": "2015-03-18T18:23:50+00:00" }, { "name": "inetprocess/libinventoryclient", @@ -383,7 +525,7 @@ "keywords": [ "sugarcrm" ], - "time": "2016-04-15 11:40:43" + "time": "2016-04-15T11:40:43+00:00" }, { "name": "inetprocess/libsugarcrm", @@ -436,54 +578,7 @@ "sugarcli", "sugarcrm" ], - "time": "2016-04-15 11:34:39" - }, - { - "name": "inetprocess/neuralyzer", - "version": "v0.8", - "source": { - "type": "git", - "url": "https://github.com/inetprocess/neuralyzer.git", - "reference": "ffefc43eba60f05444c77b072d80d07da6bd678e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/inetprocess/neuralyzer/zipball/ffefc43eba60f05444c77b072d80d07da6bd678e", - "reference": "ffefc43eba60f05444c77b072d80d07da6bd678e", - "shasum": "" - }, - "require": { - "fzaninotto/faker": "@stable", - "php": ">=5.3", - "symfony/config": "~2", - "symfony/console": "^2.8", - "symfony/yaml": "~2" - }, - "require-dev": { - "phpunit/dbunit": "~1.3", - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Inet\\Neuralyzer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0" - ], - "authors": [ - { - "name": "Emmanuel Dyan", - "email": "emmanuel.dyan@inetprocess.com" - } - ], - "description": "Library and CLI for Data anonymization", - "keywords": [ - "anonymization" - ], - "time": "2016-03-10 09:01:34" + "time": "2016-04-15T11:34:39+00:00" }, { "name": "jms/metadata", @@ -535,7 +630,7 @@ "xml", "yaml" ], - "time": "2014-07-12 07:13:19" + "time": "2014-07-12T07:13:19+00:00" }, { "name": "jms/parser-lib", @@ -570,7 +665,7 @@ "Apache2" ], "description": "A library for easily creating recursive-descent parsers.", - "time": "2012-11-18 18:08:43" + "time": "2012-11-18T18:08:43+00:00" }, { "name": "jms/serializer", @@ -640,7 +735,7 @@ "serialization", "xml" ], - "time": "2014-03-18 08:39:00" + "time": "2014-03-18T08:39:00+00:00" }, { "name": "linfo/linfo", @@ -690,41 +785,49 @@ "specs", "system" ], - "time": "2015-10-21 09:24:48" + "time": "2015-10-21T09:24:48+00:00" }, { "name": "padraic/humbug_get_contents", - "version": "1.0.4", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/padraic/file_get_contents.git", - "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a" + "url": "https://github.com/humbug/file_get_contents.git", + "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/padraic/file_get_contents/zipball/66797199019d0cb4529cb8d29c6f0b4c5085b53a", - "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a", + "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/dcb086060c9dd6b2f51d8f7a895500307110b7a7", + "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7", "shasum": "" }, "require": { - "php": ">=5.3" + "composer/ca-bundle": "^1.0", + "ext-openssl": "*", + "php": "^5.3 || ^7.0 || ^7.1 || ^7.2" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "bamarni/composer-bin-plugin": "^1.1", + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" }, "type": "library", "extra": { + "bamarni-bin": { + "bin-links": false + }, "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "2.0-dev" } }, "autoload": { - "psr-4": { - "Humbug\\": "src/Humbug/" - }, "files": [ - "src/function.php" - ] + "src/function.php", + "src/functions.php" + ], + "psr-4": { + "Humbug\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -735,6 +838,10 @@ "name": "Pádraic Brady", "email": "padraic.brady@gmail.com", "homepage": "http://blog.astrumfutura.com" + }, + { + "name": "Théo Fidry", + "email": "theo.fidry@gmail.com" } ], "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+", @@ -747,19 +854,19 @@ "ssl", "tls" ], - "time": "2015-04-22 18:45:00" + "time": "2018-02-12T18:47:17+00:00" }, { "name": "padraic/phar-updater", "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/padraic/phar-updater.git", + "url": "https://github.com/humbug/phar-updater.git", "reference": "c17eeb3887dc4269d1b4837dc875d39e9f8149a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/padraic/phar-updater/zipball/c17eeb3887dc4269d1b4837dc875d39e9f8149a8", + "url": "https://api.github.com/repos/humbug/phar-updater/zipball/c17eeb3887dc4269d1b4837dc875d39e9f8149a8", "reference": "c17eeb3887dc4269d1b4837dc875d39e9f8149a8", "shasum": "" }, @@ -799,7 +906,8 @@ "self-update", "update" ], - "time": "2016-01-05 23:08:01" + "abandoned": true, + "time": "2016-01-05T23:08:01+00:00" }, { "name": "phpcollection/phpcollection", @@ -849,7 +957,7 @@ "sequence", "set" ], - "time": "2014-03-11 13:46:42" + "time": "2014-03-11T13:46:42+00:00" }, { "name": "phpoption/phpoption", @@ -899,7 +1007,7 @@ "php", "type" ], - "time": "2015-07-25 16:39:46" + "time": "2015-07-25T16:39:46+00:00" }, { "name": "psr/log", @@ -937,7 +1045,7 @@ "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "time": "2012-12-21T11:40:51+00:00" }, { "name": "ramsey/array_column", @@ -982,7 +1090,8 @@ "array_column", "column" ], - "time": "2015-03-20 22:07:39" + "abandoned": "it-for-free/array_column", + "time": "2015-03-20T22:07:39+00:00" }, { "name": "symfony/config", @@ -1035,7 +1144,7 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2016-03-04 07:54:35" + "time": "2016-03-04T07:54:35+00:00" }, { "name": "symfony/console", @@ -1095,7 +1204,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2016-03-17 09:19:04" + "time": "2016-03-17T09:19:04+00:00" }, { "name": "symfony/dependency-injection", @@ -1157,7 +1266,7 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2016-03-21 07:27:21" + "time": "2016-03-21T07:27:21+00:00" }, { "name": "symfony/event-dispatcher", @@ -1217,7 +1326,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2016-03-07 14:04:32" + "time": "2016-03-07T14:04:32+00:00" }, { "name": "symfony/filesystem", @@ -1266,7 +1375,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2016-03-27 10:20:16" + "time": "2016-03-27T10:20:16+00:00" }, { "name": "symfony/finder", @@ -1315,7 +1424,83 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2016-03-10 10:53:53" + "time": "2016-03-10T10:53:53+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.19.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b", + "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.19-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "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": "2020-10-23T09:01:57+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -1344,12 +1529,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1374,7 +1559,7 @@ "portable", "shim" ], - "time": "2016-01-20 09:13:37" + "time": "2016-01-20T09:13:37+00:00" }, { "name": "symfony/process", @@ -1423,7 +1608,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2016-03-23 13:11:46" + "time": "2016-03-23T13:11:46+00:00" }, { "name": "symfony/stopwatch", @@ -1472,7 +1657,7 @@ ], "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", - "time": "2016-03-04 07:54:35" + "time": "2016-03-04T07:54:35+00:00" }, { "name": "symfony/yaml", @@ -1521,7 +1706,73 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2016-03-04 07:54:35" + "time": "2016-03-04T07:54:35+00:00" + }, + { + "name": "twig/twig", + "version": "v1.36.0", + "source": { + "type": "git", + "url": "https://github.com/twigphp/Twig.git", + "reference": "730c9c4471b5152d23061feb02b03382264c8a15" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/730c9c4471b5152d23061feb02b03382264c8a15", + "reference": "730c9c4471b5152d23061feb02b03382264c8a15", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/polyfill-ctype": "^1.8" + }, + "require-dev": { + "psr/container": "^1.0", + "symfony/debug": "^2.7", + "symfony/phpunit-bridge": "^3.4.19|^4.1.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.36-dev" + } + }, + "autoload": { + "psr-0": { + "Twig_": "lib/" + }, + "psr-4": { + "Twig\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + }, + { + "name": "Twig Team", + "homepage": "https://twig.symfony.com/contributors", + "role": "Contributors" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", + "keywords": [ + "templating" + ], + "time": "2018-12-16T10:34:11+00:00" } ], "packages-dev": [ @@ -1577,7 +1828,21 @@ "constructor", "instantiate" ], - "time": "2015-06-14 21:17:01" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2015-06-14T21:17:01+00:00" }, { "name": "fabpot/php-cs-fixer", @@ -1631,7 +1896,109 @@ } ], "description": "A tool to automatically fix PHP code style", - "time": "2016-02-26 07:37:29" + "abandoned": "friendsofphp/php-cs-fixer", + "time": "2016-02-26T07:37:29+00:00" + }, + { + "name": "fzaninotto/faker", + "version": "v1.5.0", + "source": { + "type": "git", + "url": "https://github.com/fzaninotto/Faker.git", + "reference": "d0190b156bcca848d401fb80f31f504f37141c8d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d", + "reference": "d0190b156bcca848d401fb80f31f504f37141c8d", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "~1.5" + }, + "suggest": { + "ext-intl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5.x-dev" + } + }, + "autoload": { + "psr-4": { + "Faker\\": "src/Faker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "François Zaninotto" + } + ], + "description": "Faker is a PHP library that generates fake data for you.", + "keywords": [ + "data", + "faker", + "fixtures" + ], + "abandoned": true, + "time": "2015-05-29T06:29:14+00:00" + }, + { + "name": "inetprocess/neuralyzer", + "version": "v0.8", + "source": { + "type": "git", + "url": "https://github.com/edyan/neuralyzer.git", + "reference": "ffefc43eba60f05444c77b072d80d07da6bd678e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/edyan/neuralyzer/zipball/ffefc43eba60f05444c77b072d80d07da6bd678e", + "reference": "ffefc43eba60f05444c77b072d80d07da6bd678e", + "shasum": "" + }, + "require": { + "fzaninotto/faker": "@stable", + "php": ">=5.3", + "symfony/config": "~2", + "symfony/console": "^2.8", + "symfony/yaml": "~2" + }, + "require-dev": { + "phpunit/dbunit": "~1.3", + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Inet\\Neuralyzer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Emmanuel Dyan", + "email": "emmanuel.dyan@inetprocess.com" + } + ], + "description": "Library and CLI for Data anonymization", + "keywords": [ + "anonymization" + ], + "abandoned": "edyan/neuralyzer", + "time": "2016-03-10T09:01:34+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -1680,7 +2047,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-02-03 12:10:50" + "time": "2015-02-03T12:10:50+00:00" }, { "name": "phpspec/prophecy", @@ -1742,7 +2109,7 @@ "spy", "stub" ], - "time": "2016-02-15 07:46:21" + "time": "2016-02-15T07:46:21+00:00" }, { "name": "phpunit/dbunit", @@ -1801,7 +2168,8 @@ "testing", "xunit" ], - "time": "2015-08-07 04:57:38" + "abandoned": true, + "time": "2015-08-07T04:57:38+00:00" }, { "name": "phpunit/php-code-coverage", @@ -1863,7 +2231,7 @@ "testing", "xunit" ], - "time": "2015-10-06 15:47:00" + "time": "2015-10-06T15:47:00+00:00" }, { "name": "phpunit/php-file-iterator", @@ -1910,7 +2278,7 @@ "filesystem", "iterator" ], - "time": "2015-06-21 13:08:43" + "time": "2015-06-21T13:08:43+00:00" }, { "name": "phpunit/php-text-template", @@ -1951,7 +2319,7 @@ "keywords": [ "template" ], - "time": "2015-06-21 13:50:34" + "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", @@ -1992,7 +2360,7 @@ "keywords": [ "timer" ], - "time": "2015-06-21 08:01:12" + "time": "2015-06-21T08:01:12+00:00" }, { "name": "phpunit/php-token-stream", @@ -2041,7 +2409,8 @@ "keywords": [ "tokenizer" ], - "time": "2015-09-15 10:49:45" + "abandoned": true, + "time": "2015-09-15T10:49:45+00:00" }, { "name": "phpunit/phpunit", @@ -2113,7 +2482,7 @@ "testing", "xunit" ], - "time": "2016-03-14 06:16:08" + "time": "2016-03-14T06:16:08+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -2169,7 +2538,8 @@ "mock", "xunit" ], - "time": "2015-10-02 06:51:40" + "abandoned": true, + "time": "2015-10-02T06:51:40+00:00" }, { "name": "sebastian/comparator", @@ -2233,7 +2603,7 @@ "compare", "equality" ], - "time": "2015-07-26 15:48:44" + "time": "2015-07-26T15:48:44+00:00" }, { "name": "sebastian/diff", @@ -2285,7 +2655,7 @@ "keywords": [ "diff" ], - "time": "2015-12-08 07:14:41" + "time": "2015-12-08T07:14:41+00:00" }, { "name": "sebastian/environment", @@ -2335,7 +2705,7 @@ "environment", "hhvm" ], - "time": "2016-02-26 18:40:46" + "time": "2016-02-26T18:40:46+00:00" }, { "name": "sebastian/exporter", @@ -2401,7 +2771,7 @@ "export", "exporter" ], - "time": "2015-06-21 07:55:53" + "time": "2015-06-21T07:55:53+00:00" }, { "name": "sebastian/global-state", @@ -2452,7 +2822,7 @@ "keywords": [ "global state" ], - "time": "2015-10-12 03:26:01" + "time": "2015-10-12T03:26:01+00:00" }, { "name": "sebastian/recursion-context", @@ -2505,7 +2875,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2015-11-11 19:50:13" + "time": "2015-11-11T19:50:13+00:00" }, { "name": "sebastian/version", @@ -2540,7 +2910,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-06-21 13:59:46" + "time": "2015-06-21T13:59:46+00:00" } ], "aliases": [], @@ -2556,5 +2926,6 @@ "platform-dev": [], "platform-overrides": { "php": "5.3.9" - } + }, + "plugin-api-version": "1.1.0" }