diff --git a/.travis.yml b/.travis.yml index b71b9eef83c..1179efa1259 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,14 +7,11 @@ php: #- 5.5 - 5.6 - 7.0 - -matrix: - allow_failures: - - php: 7.0 + - 7.1 before_script: - composer install - cd app script: - - phpunit + - composer run-script test diff --git a/app/middlewares/VersionCheckMiddleware.php b/app/middlewares/VersionCheckMiddleware.php index 93f3d07d4c7..6b96d96b68e 100644 --- a/app/middlewares/VersionCheckMiddleware.php +++ b/app/middlewares/VersionCheckMiddleware.php @@ -20,7 +20,7 @@ class VersionCheckMiddleware implements HttpKernelInterface, PrioritizedMiddlewa const PRIORITY = 10; const MAUTIC_MINIMUM_PHP = '5.6.19'; - const MAUTIC_MAXIMUM_PHP = '7.0.999'; + const MAUTIC_MAXIMUM_PHP = '7.1.999'; /** * @var HttpKernelInterface diff --git a/composer.json b/composer.json index 79e04621ac5..3e1b508b492 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ] }, "require": { - "php": "~5.6.19|~7.0", + "php": "~5.6.19|~7.1", "symfony/console": "~2.8", "symfony/debug": "~2.8", diff --git a/composer.lock b/composer.lock index 7255a1ec278..21132b7c692 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" ], - "hash": "79c9882052953bdc08dcb66f0c206d6b", + "hash": "31a7683f6bd9f6d2e72b90687fd64cce", "content-hash": "84f6f30701b5f4539b3a833c211a5705", "packages": [ { @@ -121,16 +121,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.0.6", + "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "a795611394b3c05164fd0eb291b492b39339cba4" + "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/a795611394b3c05164fd0eb291b492b39339cba4", - "reference": "a795611394b3c05164fd0eb291b492b39339cba4", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", + "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", "shasum": "" }, "require": { @@ -139,6 +139,7 @@ "php": "^5.3.2 || ^7.0" }, "require-dev": { + "phpunit/phpunit": "^4.5", "psr/log": "^1.0", "symfony/process": "^2.5 || ^3.0" }, @@ -175,7 +176,7 @@ "ssl", "tls" ], - "time": "2016-11-02 18:11:27" + "time": "2017-03-06 11:59:08" }, { "name": "debril/rss-atom-bundle", @@ -372,28 +373,29 @@ }, { "name": "doctrine/collections", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" + "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", - "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", + "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", + "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "^5.6 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "doctrine/coding-standard": "~0.1@dev", + "phpunit/phpunit": "^5.7" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { @@ -434,7 +436,7 @@ "collections", "iterator" ], - "time": "2015-04-14 22:21:58" + "time": "2017-01-03 10:49:41" }, { "name": "doctrine/common", @@ -570,20 +572,20 @@ }, { "name": "doctrine/dbal", - "version": "v2.5.5", + "version": "v2.5.12", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9" + "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", - "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44", + "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44", "shasum": "" }, "require": { - "doctrine/common": ">=2.4,<2.7-dev", + "doctrine/common": ">=2.4,<2.8-dev", "php": ">=5.3.2" }, "require-dev": { @@ -637,41 +639,41 @@ "persistence", "queryobject" ], - "time": "2016-09-09 19:13:33" + "time": "2017-02-08 12:53:47" }, { "name": "doctrine/doctrine-bundle", - "version": "1.6.4", + "version": "1.6.7", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7" + "reference": "a01d99bc6c9a6c8a8ace0012690099dd957ce9b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7", - "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a01d99bc6c9a6c8a8ace0012690099dd957ce9b9", + "reference": "a01d99bc6c9a6c8a8ace0012690099dd957ce9b9", "shasum": "" }, "require": { "doctrine/dbal": "~2.3", "doctrine/doctrine-cache-bundle": "~1.0", "jdorn/sql-formatter": "~1.1", - "php": ">=5.3.2", - "symfony/console": "~2.3|~3.0", - "symfony/dependency-injection": "~2.3|~3.0", - "symfony/doctrine-bridge": "~2.2|~3.0", - "symfony/framework-bundle": "~2.3|~3.0" + "php": ">=5.5.9", + "symfony/console": "~2.7|~3.0", + "symfony/dependency-injection": "~2.7|~3.0", + "symfony/doctrine-bridge": "~2.7|~3.0", + "symfony/framework-bundle": "~2.7|~3.0" }, "require-dev": { "doctrine/orm": "~2.3", "phpunit/phpunit": "~4", - "satooshi/php-coveralls": "~0.6.1", + "satooshi/php-coveralls": "^1.0", "symfony/phpunit-bridge": "~2.7|~3.0", "symfony/property-info": "~2.8|~3.0", - "symfony/validator": "~2.2|~3.0", - "symfony/yaml": "~2.2|~3.0", - "twig/twig": "~1.10" + "symfony/validator": "~2.7|~3.0", + "symfony/yaml": "~2.7|~3.0", + "twig/twig": "~1.10|~2.0" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", @@ -718,7 +720,7 @@ "orm", "persistence" ], - "time": "2016-08-10 15:35:22" + "time": "2017-01-16 12:01:26" }, { "name": "doctrine/doctrine-cache-bundle", @@ -1562,16 +1564,16 @@ }, { "name": "geoip2/geoip2", - "version": "v2.4.4", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/maxmind/GeoIP2-php.git", - "reference": "57e0384a83d0935db4c4cdb3f411aa131481ae80" + "reference": "87602e1c9f5014291b06e126847123360cb6c2db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/57e0384a83d0935db4c4cdb3f411aa131481ae80", - "reference": "57e0384a83d0935db4c4cdb3f411aa131481ae80", + "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/87602e1c9f5014291b06e126847123360cb6c2db", + "reference": "87602e1c9f5014291b06e126847123360cb6c2db", "shasum": "" }, "require": { @@ -1580,6 +1582,7 @@ "php": ">=5.3.1" }, "require-dev": { + "apigen/apigen": "^4.1", "phpunit/phpunit": "4.2.*", "squizlabs/php_codesniffer": "2.*" }, @@ -1609,25 +1612,25 @@ "geolocation", "maxmind" ], - "time": "2016-10-11 21:58:42" + "time": "2017-05-08 20:05:30" }, { "name": "giggsey/libphonenumber-for-php", - "version": "8.0", + "version": "8.4.2", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", - "reference": "9aae8b8948f0c2b7e2cfc87327f71c41670cd136" + "reference": "01c72a52c38a0a55e4aebb972d65124f618d570a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/9aae8b8948f0c2b7e2cfc87327f71c41670cd136", - "reference": "9aae8b8948f0c2b7e2cfc87327f71c41670cd136", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/01c72a52c38a0a55e4aebb972d65124f618d570a", + "reference": "01c72a52c38a0a55e4aebb972d65124f618d570a", "shasum": "" }, "require": { "ext-mbstring": "*", - "giggsey/locale": "^1.0", + "giggsey/locale": "^1.2", "php": ">=5.3.2" }, "require-dev": { @@ -1648,7 +1651,13 @@ "autoload": { "psr-4": { "libphonenumber\\": "src/" - } + }, + "exclude-from-classmap": [ + "/src/data/", + "/src/carrier/data/", + "/src/geocoding/data/", + "/src/timezone/data/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1671,20 +1680,20 @@ "phonenumber", "validation" ], - "time": "2016-12-12 09:08:42" + "time": "2017-04-25 12:16:41" }, { "name": "giggsey/locale", - "version": "1.1.1", + "version": "1.3", "source": { "type": "git", "url": "https://github.com/giggsey/Locale.git", - "reference": "8238764fa3f2c5bd8bdf981e2e019401d49229e3" + "reference": "e6eb1883c1452df7734a03fb183a2ec5175c16f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/Locale/zipball/8238764fa3f2c5bd8bdf981e2e019401d49229e3", - "reference": "8238764fa3f2c5bd8bdf981e2e019401d49229e3", + "url": "https://api.github.com/repos/giggsey/Locale/zipball/e6eb1883c1452df7734a03fb183a2ec5175c16f2", + "reference": "e6eb1883c1452df7734a03fb183a2ec5175c16f2", "shasum": "" }, "require": { @@ -1720,7 +1729,7 @@ } ], "description": "Locale functions required by libphonenumber-for-php", - "time": "2016-10-24 20:49:55" + "time": "2017-04-07 18:45:42" }, { "name": "guzzle/guzzle", @@ -1820,21 +1829,21 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.2.2", + "version": "6.2.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", - "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.3.1", + "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { @@ -1878,7 +1887,7 @@ "rest", "web service" ], - "time": "2016-10-08 15:01:37" + "time": "2017-02-28 22:50:30" }, { "name": "guzzlehttp/promises", @@ -1933,16 +1942,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.3.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "shasum": "" }, "require": { @@ -1978,16 +1987,23 @@ "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Schultze", + "homepage": "https://github.com/Tobion" } ], - "description": "PSR-7 message implementation", + "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", + "request", + "response", "stream", - "uri" + "uri", + "url" ], - "time": "2016-06-24 23:00:38" + "time": "2017-03-20 17:10:46" }, { "name": "ip2location/ip2location-php", @@ -2263,16 +2279,16 @@ }, { "name": "jms/serializer", - "version": "1.4.2", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b" + "reference": "b8683d206e7297f54034f67a877f966c14dc12ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f39d8b4660d5cef43b0c3265ce642173d9b2c58b", - "reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/b8683d206e7297f54034f67a877f966c14dc12ea", + "reference": "b8683d206e7297f54034f67a877f966c14dc12ea", "shasum": "" }, "require": { @@ -2285,6 +2301,7 @@ "phpoption/phpoption": "^1.1" }, "conflict": { + "jms/serializer-bundle": "<1.2.1", "twig/twig": "<1.12" }, "require-dev": { @@ -2294,20 +2311,23 @@ "jackalope/jackalope-doctrine-dbal": "^1.1.5", "phpunit/phpunit": "^4.8|^5.0", "propel/propel1": "~1.7", + "symfony/expression-language": "^2.6|^3.0", "symfony/filesystem": "^2.1", - "symfony/form": "~2.1", - "symfony/translation": "^2.1", - "symfony/validator": "^2.2", - "symfony/yaml": "^2.1", + "symfony/form": "~2.1|^3.0", + "symfony/translation": "^2.1|^3.0", + "symfony/validator": "^2.2|^3.0", + "symfony/yaml": "^2.1|^3.0", "twig/twig": "~1.12|~2.0" }, "suggest": { + "doctrine/cache": "Required if you like to use cache functionality.", + "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", "symfony/yaml": "Required if you'd like to serialize data to YAML format." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.6-dev" } }, "autoload": { @@ -2334,25 +2354,25 @@ "serialization", "xml" ], - "time": "2016-11-13 10:20:11" + "time": "2017-04-17 15:27:46" }, { "name": "jms/serializer-bundle", - "version": "1.1.0", + "version": "1.4.0", "target-dir": "JMS/SerializerBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", - "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e" + "reference": "fdd73dbc8642940084deda2a96fa5db62d0f2384" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e", - "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e", + "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/fdd73dbc8642940084deda2a96fa5db62d0f2384", + "reference": "fdd73dbc8642940084deda2a96fa5db62d0f2384", "shasum": "" }, "require": { - "jms/serializer": "^1.0.0", + "jms/serializer": "^1.6", "php": ">=5.4.0", "phpoption/phpoption": "^1.1.0", "symfony/framework-bundle": "~2.3|~3.0" @@ -2360,9 +2380,11 @@ "require-dev": { "doctrine/doctrine-bundle": "*", "doctrine/orm": "*", + "phpunit/phpunit": "^4.2|^5.0", "symfony/browser-kit": "*", "symfony/class-loader": "*", "symfony/css-selector": "*", + "symfony/expression-language": "~2.6|~3.0", "symfony/finder": "*", "symfony/form": "*", "symfony/process": "*", @@ -2377,7 +2399,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -2404,7 +2426,7 @@ "serialization", "xml" ], - "time": "2015-11-10 12:26:42" + "time": "2017-04-10 12:31:39" }, { "name": "joomla/filter", @@ -2820,16 +2842,16 @@ }, { "name": "lightsaml/lightsaml", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/lightSAML/lightSAML.git", - "reference": "3f3b93325e1bffc15021c1250b43f2053c42b0d2" + "reference": "6caf53af2f7ecd2162ebae244c6e1a562f7cadc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lightSAML/lightSAML/zipball/3f3b93325e1bffc15021c1250b43f2053c42b0d2", - "reference": "3f3b93325e1bffc15021c1250b43f2053c42b0d2", + "url": "https://api.github.com/repos/lightSAML/lightSAML/zipball/6caf53af2f7ecd2162ebae244c6e1a562f7cadc8", + "reference": "6caf53af2f7ecd2162ebae244c6e1a562f7cadc8", "shasum": "" }, "require": { @@ -2879,20 +2901,20 @@ "lightSAML", "php" ], - "time": "2016-11-18 08:30:01" + "time": "2017-01-16 10:24:10" }, { "name": "lightsaml/sp-bundle", - "version": "1.0.3", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/lightSAML/SpBundle.git", - "reference": "25b4f3c109c539800ed8fecea0eb9a80ab12a4fe" + "reference": "2cb00e7bbfdb68c6eb7117cf1a35756e9cbddbe7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lightSAML/SpBundle/zipball/25b4f3c109c539800ed8fecea0eb9a80ab12a4fe", - "reference": "25b4f3c109c539800ed8fecea0eb9a80ab12a4fe", + "url": "https://api.github.com/repos/lightSAML/SpBundle/zipball/2cb00e7bbfdb68c6eb7117cf1a35756e9cbddbe7", + "reference": "2cb00e7bbfdb68c6eb7117cf1a35756e9cbddbe7", "shasum": "" }, "require": { @@ -2928,7 +2950,7 @@ ], "description": "Light SAML2 SP Symfony Bundle", "homepage": "http://www.lightsaml.com/SP-Bundle/", - "time": "2016-11-04 13:58:13" + "time": "2017-01-31 07:57:43" }, { "name": "lightsaml/symfony-bridge", @@ -2983,16 +3005,16 @@ }, { "name": "maxmind-db/reader", - "version": "v1.1.2", + "version": "v1.1.3", "source": { "type": "git", "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", - "reference": "571279051c3339414dc91b422fb61af540c3431d" + "reference": "7eeccf61b078bb23bb07b1a151a7e5db52871e65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/571279051c3339414dc91b422fb61af540c3431d", - "reference": "571279051c3339414dc91b422fb61af540c3431d", + "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/7eeccf61b078bb23bb07b1a151a7e5db52871e65", + "reference": "7eeccf61b078bb23bb07b1a151a7e5db52871e65", "shasum": "" }, "require": { @@ -3034,7 +3056,7 @@ "geolocation", "maxmind" ], - "time": "2016-11-21 21:33:24" + "time": "2017-01-19 23:49:38" }, { "name": "maxmind/web-service-common", @@ -3149,16 +3171,16 @@ }, { "name": "monolog/monolog", - "version": "1.22.0", + "version": "1.22.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "bad29cb8d18ab0315e6c477751418a82c850d558" + "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558", - "reference": "bad29cb8d18ab0315e6c477751418a82c850d558", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0", + "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0", "shasum": "" }, "require": { @@ -3223,7 +3245,7 @@ "logging", "psr-3" ], - "time": "2016-11-26 00:15:39" + "time": "2017-03-13 07:08:03" }, { "name": "mrclay/minify", @@ -3267,16 +3289,16 @@ }, { "name": "mustangostang/spyc", - "version": "0.6.1", + "version": "0.6.2", "source": { "type": "git", "url": "https://github.com/mustangostang/spyc.git", - "reference": "022532641d61d383fd3ae666982bd46e61e5915e" + "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mustangostang/spyc/zipball/022532641d61d383fd3ae666982bd46e61e5915e", - "reference": "022532641d61d383fd3ae666982bd46e61e5915e", + "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d", + "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d", "shasum": "" }, "require": { @@ -3313,21 +3335,21 @@ "yaml", "yml" ], - "time": "2016-10-21 00:03:34" + "time": "2017-02-24 16:06:33" }, { "name": "oneup/uploader-bundle", - "version": "1.7.4", + "version": "1.7.7", "target-dir": "Oneup/UploaderBundle", "source": { "type": "git", "url": "https://github.com/1up-lab/OneupUploaderBundle.git", - "reference": "a832a6c9f8992fc4ec06579e13feb82f6ed64515" + "reference": "5b1b2076daab43b3e8aaed9e0b43cb537142c456" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/1up-lab/OneupUploaderBundle/zipball/a832a6c9f8992fc4ec06579e13feb82f6ed64515", - "reference": "a832a6c9f8992fc4ec06579e13feb82f6ed64515", + "url": "https://api.github.com/repos/1up-lab/OneupUploaderBundle/zipball/5b1b2076daab43b3e8aaed9e0b43cb537142c456", + "reference": "5b1b2076daab43b3e8aaed9e0b43cb537142c456", "shasum": "" }, "require": { @@ -3382,20 +3404,20 @@ "plupload", "upload" ], - "time": "2016-12-15 08:33:29" + "time": "2017-05-03 09:01:35" }, { "name": "paragonie/random_compat", - "version": "v2.0.4", + "version": "v2.0.10", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" + "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", - "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", + "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", "shasum": "" }, "require": { @@ -3430,20 +3452,20 @@ "pseudorandom", "random" ], - "time": "2016-11-07 23:38:38" + "time": "2017-03-13 16:27:32" }, { "name": "php-http/discovery", - "version": "v1.1.1", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "47fc36bd73ab615b55c31f4134e6bae70f1c04c1" + "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/47fc36bd73ab615b55c31f4134e6bae70f1c04c1", - "reference": "47fc36bd73ab615b55c31f4134e6bae70f1c04c1", + "url": "https://api.github.com/repos/php-http/discovery/zipball/6b33475a3239439bc7ced287d0de0bb82e04d2f0", + "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0", "shasum": "" }, "require": { @@ -3463,7 +3485,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.3-dev" } }, "autoload": { @@ -3492,7 +3514,7 @@ "message", "psr7" ], - "time": "2016-11-27 12:21:25" + "time": "2017-03-02 06:56:00" }, { "name": "php-http/guzzle6-adapter", @@ -3612,16 +3634,16 @@ }, { "name": "php-http/message", - "version": "v1.4.1", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/php-http/message.git", - "reference": "bfd895a4e753bdde99bed64d75b999e0c9fa6147" + "reference": "13df8c48f40ca7925303aa336f19be4b80984f01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/message/zipball/bfd895a4e753bdde99bed64d75b999e0c9fa6147", - "reference": "bfd895a4e753bdde99bed64d75b999e0c9fa6147", + "url": "https://api.github.com/repos/php-http/message/zipball/13df8c48f40ca7925303aa336f19be4b80984f01", + "reference": "13df8c48f40ca7925303aa336f19be4b80984f01", "shasum": "" }, "require": { @@ -3649,7 +3671,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.6-dev" } }, "autoload": { @@ -3677,7 +3699,7 @@ "message", "psr-7" ], - "time": "2016-12-16 21:09:21" + "time": "2017-02-14 08:58:37" }, { "name": "php-http/message-factory", @@ -3936,16 +3958,16 @@ }, { "name": "piwik/device-detector", - "version": "3.7.5", + "version": "3.7.7", "source": { "type": "git", "url": "https://github.com/piwik/device-detector.git", - "reference": "119bbad5d04dd1512333d2b4a0658cf9b824ef52" + "reference": "f0e5d6bc159241fdfc2e02f7abd4ab5d519d2c30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/piwik/device-detector/zipball/119bbad5d04dd1512333d2b4a0658cf9b824ef52", - "reference": "119bbad5d04dd1512333d2b4a0658cf9b824ef52", + "url": "https://api.github.com/repos/piwik/device-detector/zipball/f0e5d6bc159241fdfc2e02f7abd4ab5d519d2c30", + "reference": "f0e5d6bc159241fdfc2e02f7abd4ab5d519d2c30", "shasum": "" }, "require": { @@ -3983,7 +4005,7 @@ "parser", "useragent" ], - "time": "2016-12-06 20:57:53" + "time": "2017-04-02 17:25:50" }, { "name": "psr/cache", @@ -4236,16 +4258,16 @@ }, { "name": "sensio/distribution-bundle", - "version": "v5.0.17", + "version": "v5.0.19", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", - "reference": "4e98a1a6d3935d05414bd11e421a2047c93619f7" + "reference": "654c4fa3d11448c8005400a244987896243a990a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/4e98a1a6d3935d05414bd11e421a2047c93619f7", - "reference": "4e98a1a6d3935d05414bd11e421a2047c93619f7", + "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/654c4fa3d11448c8005400a244987896243a990a", + "reference": "654c4fa3d11448c8005400a244987896243a990a", "shasum": "" }, "require": { @@ -4284,23 +4306,24 @@ "configuration", "distribution" ], - "time": "2017-01-04 13:35:35" + "time": "2017-04-23 22:28:23" }, { "name": "sensiolabs/security-checker", - "version": "v4.0.0", + "version": "v4.0.4", "source": { "type": "git", "url": "https://github.com/sensiolabs/security-checker.git", - "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c" + "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", - "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", + "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/9e69eddf3bc49d1ee5c7908564da3141796d4bbc", + "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc", "shasum": "" }, "require": { + "composer/ca-bundle": "^1.0", "symfony/console": "~2.7|~3.0" }, "bin": [ @@ -4328,20 +4351,20 @@ } ], "description": "A security checker for your composer.lock", - "time": "2016-09-23 18:09:57" + "time": "2017-03-31 14:50:32" }, { "name": "sonata-project/exporter", - "version": "1.7.0", + "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/sonata-project/exporter.git", - "reference": "3be6e971533bf2cbb24803e2ccb06c6e3046d5d2" + "reference": "8ee7c0e804dc5e162187d8ed440d260adb3f1bce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/exporter/zipball/3be6e971533bf2cbb24803e2ccb06c6e3046d5d2", - "reference": "3be6e971533bf2cbb24803e2ccb06c6e3046d5d2", + "url": "https://api.github.com/repos/sonata-project/exporter/zipball/8ee7c0e804dc5e162187d8ed440d260adb3f1bce", + "reference": "8ee7c0e804dc5e162187d8ed440d260adb3f1bce", "shasum": "" }, "require": { @@ -4397,7 +4420,7 @@ "export", "xls" ], - "time": "2016-08-17 08:25:58" + "time": "2017-02-09 16:39:40" }, { "name": "sparkpost/sparkpost", @@ -4545,16 +4568,16 @@ }, { "name": "swiftmailer/swiftmailer", - "version": "v5.4.5", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "cd142238a339459b10da3d8234220963f392540c" + "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/cd142238a339459b10da3d8234220963f392540c", - "reference": "cd142238a339459b10da3d8234220963f392540c", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517", + "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517", "shasum": "" }, "require": { @@ -4595,20 +4618,20 @@ "mail", "mailer" ], - "time": "2016-12-29 10:02:40" + "time": "2017-05-01 15:54:03" }, { "name": "symfony/asset", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "df2cb3686ae534e3f8775fdd0274b9bbff8bb83c" + "reference": "ffe58502c503846831a06604bdb032bd4b758743" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/df2cb3686ae534e3f8775fdd0274b9bbff8bb83c", - "reference": "df2cb3686ae534e3f8775fdd0274b9bbff8bb83c", + "url": "https://api.github.com/repos/symfony/asset/zipball/ffe58502c503846831a06604bdb032bd4b758743", + "reference": "ffe58502c503846831a06604bdb032bd4b758743", "shasum": "" }, "require": { @@ -4650,20 +4673,20 @@ ], "description": "Symfony Asset Component", "homepage": "https://symfony.com", - "time": "2016-09-24 15:56:40" + "time": "2017-05-01 14:31:55" }, { "name": "symfony/browser-kit", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "165bf6d1e72cd72f2fe170a070aa2a1f17f2d744" + "reference": "4386755566fc8d29bddf89694663b0e96cb01e61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/165bf6d1e72cd72f2fe170a070aa2a1f17f2d744", - "reference": "165bf6d1e72cd72f2fe170a070aa2a1f17f2d744", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/4386755566fc8d29bddf89694663b0e96cb01e61", + "reference": "4386755566fc8d29bddf89694663b0e96cb01e61", "shasum": "" }, "require": { @@ -4671,8 +4694,8 @@ "symfony/dom-crawler": "~2.1|~3.0.0" }, "require-dev": { - "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", - "symfony/process": "~2.3.34|~2.7,>=2.7.6|~3.0.0" + "symfony/css-selector": "^2.0.5|~3.0.0", + "symfony/process": "~2.3.34|^2.7.6|~3.0.0" }, "suggest": { "symfony/process": "" @@ -4707,20 +4730,20 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2016-09-06 10:55:00" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/cache", - "version": "v3.2.1", + "version": "v3.2.8", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "a2503bbf8ef729f4eb7b134efee6217f49ecd56d" + "reference": "ce81ce67baa387c556d03f389fb3c9efc11286aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/a2503bbf8ef729f4eb7b134efee6217f49ecd56d", - "reference": "a2503bbf8ef729f4eb7b134efee6217f49ecd56d", + "url": "https://api.github.com/repos/symfony/cache/zipball/ce81ce67baa387c556d03f389fb3c9efc11286aa", + "reference": "ce81ce67baa387c556d03f389fb3c9efc11286aa", "shasum": "" }, "require": { @@ -4774,20 +4797,20 @@ "caching", "psr6" ], - "time": "2016-12-13 08:24:57" + "time": "2017-04-12 14:14:23" }, { "name": "symfony/class-loader", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", - "reference": "f7fe9d14e194d0bf0ee476f051e3ffe20ee45032" + "reference": "6789dc86c94c5686d90aa416ef63eb911e73fd26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/class-loader/zipball/f7fe9d14e194d0bf0ee476f051e3ffe20ee45032", - "reference": "f7fe9d14e194d0bf0ee476f051e3ffe20ee45032", + "url": "https://api.github.com/repos/symfony/class-loader/zipball/6789dc86c94c5686d90aa416ef63eb911e73fd26", + "reference": "6789dc86c94c5686d90aa416ef63eb911e73fd26", "shasum": "" }, "require": { @@ -4795,7 +4818,7 @@ "symfony/polyfill-apcu": "~1.1" }, "require-dev": { - "symfony/finder": "~2.0,>=2.0.5|~3.0.0" + "symfony/finder": "^2.0.5|~3.0.0" }, "type": "library", "extra": { @@ -4827,20 +4850,20 @@ ], "description": "Symfony ClassLoader Component", "homepage": "https://symfony.com", - "time": "2016-11-29 08:25:54" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/config", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "b522856007b258f46d5ee35d3b7b235c11e76e86" + "reference": "0b8541d18507d10204a08384640ff6df3c739ebe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/b522856007b258f46d5ee35d3b7b235c11e76e86", - "reference": "b522856007b258f46d5ee35d3b7b235c11e76e86", + "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe", + "reference": "0b8541d18507d10204a08384640ff6df3c739ebe", "shasum": "" }, "require": { @@ -4883,25 +4906,25 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2016-12-10 08:21:45" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/console", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d5643cd095e5e37d31e004bb2606b5dd7e96602f" + "reference": "2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d5643cd095e5e37d31e004bb2606b5dd7e96602f", - "reference": "d5643cd095e5e37d31e004bb2606b5dd7e96602f", + "url": "https://api.github.com/repos/symfony/console/zipball/2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e", + "reference": "2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e", "shasum": "" }, "require": { "php": ">=5.3.9", - "symfony/debug": "~2.7,>=2.7.2|~3.0.0", + "symfony/debug": "^2.7.2|~3.0.0", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { @@ -4944,20 +4967,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2016-12-06 11:59:35" + "time": "2017-04-26 01:38:53" }, { "name": "symfony/debug", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "62a68f640456f6761d752c62d81631428ef0d8a1" + "reference": "344f50ce827413b3640bfcb1e37386a67d06ea1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/62a68f640456f6761d752c62d81631428ef0d8a1", - "reference": "62a68f640456f6761d752c62d81631428ef0d8a1", + "url": "https://api.github.com/repos/symfony/debug/zipball/344f50ce827413b3640bfcb1e37386a67d06ea1f", + "reference": "344f50ce827413b3640bfcb1e37386a67d06ea1f", "shasum": "" }, "require": { @@ -4969,7 +4992,7 @@ }, "require-dev": { "symfony/class-loader": "~2.2|~3.0.0", - "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0" + "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0" }, "type": "library", "extra": { @@ -5001,20 +5024,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2016-11-15 12:53:17" + "time": "2017-04-19 19:56:30" }, { "name": "symfony/dependency-injection", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "51a7b5385fb0f42e5edbdb2cfbad1a011ecdaee7" + "reference": "e1c722dfe4dd04453aeb6b7a6deefb400c878394" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/51a7b5385fb0f42e5edbdb2cfbad1a011ecdaee7", - "reference": "51a7b5385fb0f42e5edbdb2cfbad1a011ecdaee7", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e1c722dfe4dd04453aeb6b7a6deefb400c878394", + "reference": "e1c722dfe4dd04453aeb6b7a6deefb400c878394", "shasum": "" }, "require": { @@ -5064,20 +5087,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2016-12-08 14:41:31" + "time": "2017-04-26 01:38:53" }, { "name": "symfony/doctrine-bridge", - "version": "v2.8.15", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "7dc66206111f8aa59ad5c1714e5b568c098af1ec" + "reference": "0fbb39510182593885da1f731d9119ace42b7d27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/7dc66206111f8aa59ad5c1714e5b568c098af1ec", - "reference": "7dc66206111f8aa59ad5c1714e5b568c098af1ec", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/0fbb39510182593885da1f731d9119ace42b7d27", + "reference": "0fbb39510182593885da1f731d9119ace42b7d27", "shasum": "" }, "require": { @@ -5138,20 +5161,20 @@ ], "description": "Symfony Doctrine Bridge", "homepage": "https://symfony.com", - "time": "2016-11-24 00:43:03" + "time": "2017-01-27 23:54:58" }, { "name": "symfony/dom-crawler", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "adb9f190b13884d6a70ec094a487363675575c1a" + "reference": "dd2fc76e011cb480b2d163c3b2deebd3de4471c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/adb9f190b13884d6a70ec094a487363675575c1a", - "reference": "adb9f190b13884d6a70ec094a487363675575c1a", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/dd2fc76e011cb480b2d163c3b2deebd3de4471c8", + "reference": "dd2fc76e011cb480b2d163c3b2deebd3de4471c8", "shasum": "" }, "require": { @@ -5194,20 +5217,20 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2016-12-10 14:24:35" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/event-dispatcher", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934" + "reference": "7fc8e2b4118ff316550596357325dfd92a51f531" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/25c576abd4e0f212e678fe8b2bd9a9a98c7ea934", - "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7fc8e2b4118ff316550596357325dfd92a51f531", + "reference": "7fc8e2b4118ff316550596357325dfd92a51f531", "shasum": "" }, "require": { @@ -5215,7 +5238,7 @@ }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "~2.0,>=2.0.5|~3.0.0", + "symfony/config": "^2.0.5|~3.0.0", "symfony/dependency-injection": "~2.6|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0" @@ -5254,20 +5277,20 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2016-10-13 01:43:15" + "time": "2017-04-26 16:56:54" }, { "name": "symfony/expression-language", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "2b667229749832a918e4b1d22e185f4ed98b63ac" + "reference": "3de003c1d37ab8a8432ccd112d52228bf0fce134" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/2b667229749832a918e4b1d22e185f4ed98b63ac", - "reference": "2b667229749832a918e4b1d22e185f4ed98b63ac", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/3de003c1d37ab8a8432ccd112d52228bf0fce134", + "reference": "3de003c1d37ab8a8432ccd112d52228bf0fce134", "shasum": "" }, "require": { @@ -5303,20 +5326,20 @@ ], "description": "Symfony ExpressionLanguage Component", "homepage": "https://symfony.com", - "time": "2016-11-03 07:52:58" + "time": "2017-05-01 14:31:55" }, { "name": "symfony/filesystem", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "a3784111af9f95f102b6411548376e1ae7c93898" + "reference": "dc40154e26a0116995e4f2f0c71cb9c2fe0775a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/a3784111af9f95f102b6411548376e1ae7c93898", - "reference": "a3784111af9f95f102b6411548376e1ae7c93898", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/dc40154e26a0116995e4f2f0c71cb9c2fe0775a3", + "reference": "dc40154e26a0116995e4f2f0c71cb9c2fe0775a3", "shasum": "" }, "require": { @@ -5352,20 +5375,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2016-10-18 04:28:30" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/finder", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "c0f10576335743b881ac1ed39d18c0fa66048775" + "reference": "16d55394b31547e4a8494551b85c9b9915545347" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/c0f10576335743b881ac1ed39d18c0fa66048775", - "reference": "c0f10576335743b881ac1ed39d18c0fa66048775", + "url": "https://api.github.com/repos/symfony/finder/zipball/16d55394b31547e4a8494551b85c9b9915545347", + "reference": "16d55394b31547e4a8494551b85c9b9915545347", "shasum": "" }, "require": { @@ -5401,20 +5424,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2016-12-13 09:38:12" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/form", - "version": "v2.8.15", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "12ad059050859d7b8001a635e5fda5554e511bc5" + "reference": "724b4a84b3b81800fde85703749ac2b8fc84c651" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/12ad059050859d7b8001a635e5fda5554e511bc5", - "reference": "12ad059050859d7b8001a635e5fda5554e511bc5", + "url": "https://api.github.com/repos/symfony/form/zipball/724b4a84b3b81800fde85703749ac2b8fc84c651", + "reference": "724b4a84b3b81800fde85703749ac2b8fc84c651", "shasum": "" }, "require": { @@ -5475,20 +5498,20 @@ ], "description": "Symfony Form Component", "homepage": "https://symfony.com", - "time": "2016-12-06 14:06:08" + "time": "2017-02-06 12:27:13" }, { "name": "symfony/framework-bundle", - "version": "v2.8.15", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "e9af03ff66fbcd6fccd77e8cc6fa01547ecbef61" + "reference": "1c6bf2f6bf0e960881aedf99b9bba88b6f2c5810" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/e9af03ff66fbcd6fccd77e8cc6fa01547ecbef61", - "reference": "e9af03ff66fbcd6fccd77e8cc6fa01547ecbef61", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/1c6bf2f6bf0e960881aedf99b9bba88b6f2c5810", + "reference": "1c6bf2f6bf0e960881aedf99b9bba88b6f2c5810", "shasum": "" }, "require": { @@ -5503,9 +5526,9 @@ "symfony/filesystem": "~2.3|~3.0.0", "symfony/finder": "~2.0,>=2.0.5|~3.0.0", "symfony/http-foundation": "~2.7", - "symfony/http-kernel": "~2.8.8", + "symfony/http-kernel": "~2.8.16", "symfony/polyfill-mbstring": "~1.0", - "symfony/routing": "~2.8|~3.0.0", + "symfony/routing": "~2.8.17", "symfony/security-core": "~2.6.13|~2.7.9|~2.8|~3.0.0", "symfony/security-csrf": "~2.6|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0", @@ -5514,12 +5537,13 @@ }, "require-dev": { "phpdocumentor/reflection": "^1.0.7", + "sensio/framework-extra-bundle": "^3.0.2", "symfony/browser-kit": "~2.4|~3.0.0", "symfony/console": "~2.8.8|~3.0.8", "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", - "symfony/form": "^2.8.4", + "symfony/form": "^2.8.16", "symfony/polyfill-intl-icu": "~1.0", "symfony/process": "~2.0,>=2.0.5|~3.0.0", "symfony/property-info": "~2.8|~3.0.0", @@ -5567,20 +5591,20 @@ ], "description": "Symfony FrameworkBundle", "homepage": "https://symfony.com", - "time": "2016-12-13 09:38:12" + "time": "2017-02-06 12:04:06" }, { "name": "symfony/http-foundation", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "216c111ac427f5f773c6a8bfc0c15f0a7dd74876" + "reference": "cfa9013809ad18514855144d14bb321cf4673561" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/216c111ac427f5f773c6a8bfc0c15f0a7dd74876", - "reference": "216c111ac427f5f773c6a8bfc0c15f0a7dd74876", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cfa9013809ad18514855144d14bb321cf4673561", + "reference": "cfa9013809ad18514855144d14bb321cf4673561", "shasum": "" }, "require": { @@ -5622,27 +5646,27 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2016-11-27 04:20:28" + "time": "2017-05-01 14:31:55" }, { "name": "symfony/http-kernel", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "7c678be978b0b788cad4667b11f13df365d65e4d" + "reference": "30813aa885b2a19b30d7768bec58af089d66f146" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7c678be978b0b788cad4667b11f13df365d65e4d", - "reference": "7c678be978b0b788cad4667b11f13df365d65e4d", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/30813aa885b2a19b30d7768bec58af089d66f146", + "reference": "30813aa885b2a19b30d7768bec58af089d66f146", "shasum": "" }, "require": { "php": ">=5.3.9", "psr/log": "~1.0", - "symfony/debug": "~2.6,>=2.6.2", - "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0", + "symfony/debug": "^2.6.2", + "symfony/event-dispatcher": "^2.6.7|~3.0.0", "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6" }, "conflict": { @@ -5653,16 +5677,16 @@ "symfony/class-loader": "~2.1|~3.0.0", "symfony/config": "~2.8", "symfony/console": "~2.3|~3.0.0", - "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", + "symfony/css-selector": "^2.0.5|~3.0.0", "symfony/dependency-injection": "~2.8|~3.0.0", - "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", + "symfony/dom-crawler": "^2.0.5|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", - "symfony/finder": "~2.0,>=2.0.5|~3.0.0", - "symfony/process": "~2.0,>=2.0.5|~3.0.0", + "symfony/finder": "^2.0.5|~3.0.0", + "symfony/process": "^2.0.5|~3.0.0", "symfony/routing": "~2.8|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0", "symfony/templating": "~2.2|~3.0.0", - "symfony/translation": "~2.0,>=2.0.5|~3.0.0", + "symfony/translation": "^2.0.5|~3.0.0", "symfony/var-dumper": "~2.6|~3.0.0" }, "suggest": { @@ -5704,20 +5728,20 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2016-12-13 12:16:15" + "time": "2017-05-01 16:14:16" }, { "name": "symfony/intl", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "36a13a8fc1a56cbfdc709135a1723323b53f3460" + "reference": "b1abf566251f3fcd6a5b6ce57279b3ae31398e45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/36a13a8fc1a56cbfdc709135a1723323b53f3460", - "reference": "36a13a8fc1a56cbfdc709135a1723323b53f3460", + "url": "https://api.github.com/repos/symfony/intl/zipball/b1abf566251f3fcd6a5b6ce57279b3ae31398e45", + "reference": "b1abf566251f3fcd6a5b6ce57279b3ae31398e45", "shasum": "" }, "require": { @@ -5780,20 +5804,20 @@ "l10n", "localization" ], - "time": "2016-11-18 21:10:01" + "time": "2017-05-01 14:31:55" }, { "name": "symfony/monolog-bridge", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "1f39500fc320e280b514b2b497233249be60e1e7" + "reference": "63fa3b07e58c8d9c89ea5075780dfddb93d7aef3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/1f39500fc320e280b514b2b497233249be60e1e7", - "reference": "1f39500fc320e280b514b2b497233249be60e1e7", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/63fa3b07e58c8d9c89ea5075780dfddb93d7aef3", + "reference": "63fa3b07e58c8d9c89ea5075780dfddb93d7aef3", "shasum": "" }, "require": { @@ -5843,7 +5867,7 @@ ], "description": "Symfony Monolog Bridge", "homepage": "https://symfony.com", - "time": "2016-06-29 05:29:29" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/monolog-bundle", @@ -5907,16 +5931,16 @@ }, { "name": "symfony/options-resolver", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "4820e0d73b95b788986a5a61434a75aa2f87eb87" + "reference": "55bf349a3395afad81a369d57b3b99c373fbbdf5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4820e0d73b95b788986a5a61434a75aa2f87eb87", - "reference": "4820e0d73b95b788986a5a61434a75aa2f87eb87", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/55bf349a3395afad81a369d57b3b99c373fbbdf5", + "reference": "55bf349a3395afad81a369d57b3b99c373fbbdf5", "shasum": "" }, "require": { @@ -5957,7 +5981,7 @@ "configuration", "options" ], - "time": "2016-10-18 04:28:30" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/polyfill-apcu", @@ -6412,16 +6436,16 @@ }, { "name": "symfony/process", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "1a1bd056395540d0bc549d39818316513565d278" + "reference": "aff35fb3dee799c84a7313c576b72208b046ef8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/1a1bd056395540d0bc549d39818316513565d278", - "reference": "1a1bd056395540d0bc549d39818316513565d278", + "url": "https://api.github.com/repos/symfony/process/zipball/aff35fb3dee799c84a7313c576b72208b046ef8d", + "reference": "aff35fb3dee799c84a7313c576b72208b046ef8d", "shasum": "" }, "require": { @@ -6457,20 +6481,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2016-11-24 00:43:03" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/property-access", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "2dafa20e25cb964268ce3ed83fc9af9b9d2ae14d" + "reference": "28a9b519a9cd1131b486362bfc6a00cdb9779a42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/2dafa20e25cb964268ce3ed83fc9af9b9d2ae14d", - "reference": "2dafa20e25cb964268ce3ed83fc9af9b9d2ae14d", + "url": "https://api.github.com/repos/symfony/property-access/zipball/28a9b519a9cd1131b486362bfc6a00cdb9779a42", + "reference": "28a9b519a9cd1131b486362bfc6a00cdb9779a42", "shasum": "" }, "require": { @@ -6517,20 +6541,20 @@ "property path", "reflection" ], - "time": "2016-07-30 07:20:35" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/routing", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "ef15c9f105f43a0714fa96b9e718fa4f23bc27a6" + "reference": "a8f328c7e701b7bb05a93fca62a5ab2b6b3e500e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/ef15c9f105f43a0714fa96b9e718fa4f23bc27a6", - "reference": "ef15c9f105f43a0714fa96b9e718fa4f23bc27a6", + "url": "https://api.github.com/repos/symfony/routing/zipball/a8f328c7e701b7bb05a93fca62a5ab2b6b3e500e", + "reference": "a8f328c7e701b7bb05a93fca62a5ab2b6b3e500e", "shasum": "" }, "require": { @@ -6546,7 +6570,7 @@ "symfony/config": "~2.7|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", "symfony/http-foundation": "~2.3|~3.0.0", - "symfony/yaml": "~2.0,>=2.0.5|~3.0.0" + "symfony/yaml": "^2.0.5|~3.0.0" }, "suggest": { "doctrine/annotations": "For using the annotation loader", @@ -6592,20 +6616,20 @@ "uri", "url" ], - "time": "2016-11-25 12:26:42" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/security", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/security.git", - "reference": "c5b0c58603619794b2d2d5461ec03b5360118264" + "reference": "6482bca72f4f582ff06f232b70b68ecd3be18eaf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security/zipball/c5b0c58603619794b2d2d5461ec03b5360118264", - "reference": "c5b0c58603619794b2d2d5461ec03b5360118264", + "url": "https://api.github.com/repos/symfony/security/zipball/6482bca72f4f582ff06f232b70b68ecd3be18eaf", + "reference": "6482bca72f4f582ff06f232b70b68ecd3be18eaf", "shasum": "" }, "require": { @@ -6633,7 +6657,7 @@ "symfony/ldap": "~2.8|~3.0.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/routing": "~2.2|~3.0.0", - "symfony/validator": "~2.5,>=2.5.9|~3.0.0" + "symfony/validator": "~2.7.25|^2.8.18|~3.2.5" }, "suggest": { "symfony/expression-language": "For using the expression voter", @@ -6672,7 +6696,7 @@ ], "description": "Symfony Security Component", "homepage": "https://symfony.com", - "time": "2016-12-08 14:41:31" + "time": "2017-05-01 14:31:55" }, { "name": "symfony/security-acl", @@ -6737,21 +6761,21 @@ }, { "name": "symfony/security-bundle", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "7205ead5e6f5c165e5f37ca46013030da9349fce" + "reference": "f5ae85908723996e0ded0843e58423befa9126a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/7205ead5e6f5c165e5f37ca46013030da9349fce", - "reference": "7205ead5e6f5c165e5f37ca46013030da9349fce", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/f5ae85908723996e0ded0843e58423befa9126a4", + "reference": "f5ae85908723996e0ded0843e58423befa9126a4", "shasum": "" }, "require": { "php": ">=5.3.9", - "symfony/http-kernel": "~2.2|~3.0.0", + "symfony/http-kernel": "~2.7|~3.0.0", "symfony/polyfill-php70": "~1.0", "symfony/security": "~2.8|~3.0.0", "symfony/security-acl": "~2.7|~3.0.0" @@ -6760,17 +6784,17 @@ "doctrine/doctrine-bundle": "~1.2", "symfony/browser-kit": "~2.4|~3.0.0", "symfony/console": "~2.7|~3.0.0", - "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", - "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", + "symfony/css-selector": "^2.0.5|~3.0.0", + "symfony/dom-crawler": "^2.0.5|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", - "symfony/form": "~2.8", - "symfony/framework-bundle": "~2.8", - "symfony/http-foundation": "~2.4|~3.0.0", - "symfony/process": "~2.0,>=2.0.5|~3.0.0", - "symfony/twig-bridge": "~2.7,>=2.7.4|~3.1.0", + "symfony/form": "^2.8.18", + "symfony/framework-bundle": "^2.8.18", + "symfony/http-foundation": "~2.7|~3.0.0", + "symfony/process": "^2.0.5|~3.0.0", + "symfony/twig-bridge": "^2.7.4|~3.1.0", "symfony/twig-bundle": "~2.7|~3.1.0", - "symfony/validator": "~2.5|~3.0.0", - "symfony/yaml": "~2.0,>=2.0.5|~3.0.0", + "symfony/validator": "~2.7.25|^2.8.18|~3.2.5", + "symfony/yaml": "^2.0.5|~3.0.0", "twig/twig": "~1.28|~2.0" }, "type": "symfony-bundle", @@ -6803,20 +6827,20 @@ ], "description": "Symfony SecurityBundle", "homepage": "https://symfony.com", - "time": "2016-11-25 12:26:42" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/stopwatch", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "35bae476693150728b0eb51647faac82faf9aaca" + "reference": "e02577b841394a78306d7b547701bb7bb705bad5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/35bae476693150728b0eb51647faac82faf9aaca", - "reference": "35bae476693150728b0eb51647faac82faf9aaca", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e02577b841394a78306d7b547701bb7bb705bad5", + "reference": "e02577b841394a78306d7b547701bb7bb705bad5", "shasum": "" }, "require": { @@ -6852,20 +6876,20 @@ ], "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", - "time": "2016-06-29 05:29:29" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/swiftmailer-bundle", - "version": "v2.4.2", + "version": "v2.5.4", "source": { "type": "git", "url": "https://github.com/symfony/swiftmailer-bundle.git", - "reference": "ad751095576ce0c12a284e30e3fff80c91f27225" + "reference": "8ab32ce31a7156621fb92e0466586186beb89759" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/ad751095576ce0c12a284e30e3fff80c91f27225", - "reference": "ad751095576ce0c12a284e30e3fff80c91f27225", + "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/8ab32ce31a7156621fb92e0466586186beb89759", + "reference": "8ab32ce31a7156621fb92e0466586186beb89759", "shasum": "" }, "require": { @@ -6887,7 +6911,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.5-dev" } }, "autoload": { @@ -6911,20 +6935,20 @@ ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com", - "time": "2016-12-20 04:44:33" + "time": "2017-03-21 21:47:36" }, { "name": "symfony/templating", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/templating.git", - "reference": "3cb06c69801f450803b67095b1d8aeff110b5815" + "reference": "f6fc2ce080a9b7775d248af096cc520f05bba8be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/templating/zipball/3cb06c69801f450803b67095b1d8aeff110b5815", - "reference": "3cb06c69801f450803b67095b1d8aeff110b5815", + "url": "https://api.github.com/repos/symfony/templating/zipball/f6fc2ce080a9b7775d248af096cc520f05bba8be", + "reference": "f6fc2ce080a9b7775d248af096cc520f05bba8be", "shasum": "" }, "require": { @@ -6966,7 +6990,7 @@ ], "description": "Symfony Templating Component", "homepage": "https://symfony.com", - "time": "2016-09-06 10:55:00" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/translation", @@ -7115,32 +7139,32 @@ }, { "name": "symfony/twig-bundle", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "cf6763e0d07ebf1e1d3f8500d3c34131d4d32748" + "reference": "9bc77d184e016f0d13a12d24adedd87e6ae7663d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/cf6763e0d07ebf1e1d3f8500d3c34131d4d32748", - "reference": "cf6763e0d07ebf1e1d3f8500d3c34131d4d32748", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/9bc77d184e016f0d13a12d24adedd87e6ae7663d", + "reference": "9bc77d184e016f0d13a12d24adedd87e6ae7663d", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/asset": "~2.7|~3.0.0", "symfony/http-foundation": "~2.5|~3.0.0", - "symfony/http-kernel": "~2.7", + "symfony/http-kernel": "~2.7.23|^2.8.16", "symfony/twig-bridge": "~2.7|~3.0.0", "twig/twig": "~1.28|~2.0" }, "require-dev": { "doctrine/annotations": "~1.0", "symfony/config": "~2.8|~3.0.0", - "symfony/dependency-injection": "~2.6,>=2.6.6|~3.0.0", + "symfony/dependency-injection": "^2.6.6|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", - "symfony/finder": "~2.0,>=2.0.5", + "symfony/finder": "^2.0.5", "symfony/framework-bundle": "~2.7|~3.0.0", "symfony/routing": "~2.1|~3.0.0", "symfony/stopwatch": "~2.2|~3.0.0", @@ -7177,20 +7201,20 @@ ], "description": "Symfony TwigBundle", "homepage": "https://symfony.com", - "time": "2016-12-13 09:38:12" + "time": "2017-04-12 16:49:00" }, { "name": "symfony/validator", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "1a2bad8d4669f55dc4f9fcd26071b5e78fb37bce" + "reference": "e125c9ec86d615231817302115a1558cd74d9aa1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/1a2bad8d4669f55dc4f9fcd26071b5e78fb37bce", - "reference": "1a2bad8d4669f55dc4f9fcd26071b5e78fb37bce", + "url": "https://api.github.com/repos/symfony/validator/zipball/e125c9ec86d615231817302115a1558cd74d9aa1", + "reference": "e125c9ec86d615231817302115a1558cd74d9aa1", "shasum": "" }, "require": { @@ -7201,13 +7225,13 @@ "require-dev": { "doctrine/annotations": "~1.0", "doctrine/cache": "~1.0", - "egulias/email-validator": "~1.2,>=1.2.1", + "egulias/email-validator": "^1.2.1", "symfony/config": "~2.2|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", "symfony/http-foundation": "~2.3|~3.0.0", - "symfony/intl": "~2.7.4|~2.8|~3.0.0", + "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", "symfony/property-access": "~2.3|~3.0.0", - "symfony/yaml": "~2.0,>=2.0.5|~3.0.0" + "symfony/yaml": "^2.0.5|~3.0.0" }, "suggest": { "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", @@ -7250,20 +7274,20 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2016-12-08 15:59:39" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/yaml", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "befb26a3713c97af90d25dd12e75621ef14d91ff" + "reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/befb26a3713c97af90d25dd12e75621ef14d91ff", - "reference": "befb26a3713c97af90d25dd12e75621ef14d91ff", + "url": "https://api.github.com/repos/symfony/yaml/zipball/93ccdde79f4b079c7558da4656a3cb1c50c68e02", + "reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02", "shasum": "" }, "require": { @@ -7299,33 +7323,35 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2016-11-14 16:15:57" + "time": "2017-05-01 14:31:55" }, { "name": "twig/twig", - "version": "v1.30.0", + "version": "v2.3.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "c6ff71094fde15d12398eaba029434b013dc5e59" + "reference": "85e8372c451510165c04bf781295f9d922fa524b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/c6ff71094fde15d12398eaba029434b013dc5e59", - "reference": "c6ff71094fde15d12398eaba029434b013dc5e59", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/85e8372c451510165c04bf781295f9d922fa524b", + "reference": "85e8372c451510165c04bf781295f9d922fa524b", "shasum": "" }, "require": { - "php": ">=5.2.7" + "php": "^7.0", + "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { + "psr/container": "^1.0", "symfony/debug": "~2.7", - "symfony/phpunit-bridge": "~3.2@dev" + "symfony/phpunit-bridge": "~3.3@dev" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.30-dev" + "dev-master": "2.3-dev" } }, "autoload": { @@ -7360,7 +7386,7 @@ "keywords": [ "templating" ], - "time": "2016-12-23 11:06:22" + "time": "2017-04-21 00:13:02" }, { "name": "twilio/sdk", @@ -7507,7 +7533,7 @@ "source": { "type": "git", "url": "https://github.com/mautic/BazingaOAuthServerBundle.git", - "reference": "81834da2cddeb7f21873ae2da76fdccd1e530920" + "reference": "d4d2e94bb69c20ae4a5fc136c0fe40253368787e" }, "require": { "php": ">=5.3.3", @@ -7543,7 +7569,7 @@ "oauth", "server" ], - "time": "2016-08-18 17:10:55" + "time": "2017-05-10 00:39:21" } ], "packages-dev": [ @@ -7659,28 +7685,29 @@ }, { "name": "liip/functional-test-bundle", - "version": "1.6.3", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/liip/LiipFunctionalTestBundle.git", - "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e" + "reference": "fac05bc216c88e8cc855e0cd5fb3e2e81e54593a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/f3606bff7fcf7208a482f88d4cd216ebf4af194e", - "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e", + "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/fac05bc216c88e8cc855e0cd5fb3e2e81e54593a", + "reference": "fac05bc216c88e8cc855e0cd5fb3e2e81e54593a", "shasum": "" }, "require": { "doctrine/common": "~2.0", - "php": "^5.3.9|^7.0", + "php": "^5.6.0|^7.0", "symfony/browser-kit": "~2.3|~3.0", "symfony/framework-bundle": "2.3.*|~2.7|~3.0" }, "require-dev": { "brianium/paratest": "~0.12.0|~0.13.2", + "doctrine/data-fixtures": "1.2.2", "doctrine/doctrine-fixtures-bundle": "~2.3", - "doctrine/orm": "^2.4.8", + "doctrine/orm": "~2.5", "doctrine/phpcr-bundle": "~1.3", "doctrine/phpcr-odm": "~1.3", "hautelook/alice-bundle": "~0.2|~1.2", @@ -7688,8 +7715,10 @@ "nelmio/alice": "~1.7|~2.0", "phpunit/phpunit": "4.8.*|~5.2", "symfony/assetic-bundle": "~2.3", + "symfony/console": "~2.5|~3.0", "symfony/monolog-bundle": "~2.4", - "symfony/symfony": "~2.3.1|~2.7|~3.0", + "symfony/phpunit-bridge": "^2.7|~3.0", + "symfony/symfony": "~2.3.27|~2.7|~3.0", "twig/twig": "~1.12" }, "suggest": { @@ -7704,7 +7733,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.7.x-dev" } }, "autoload": { @@ -7730,7 +7759,7 @@ "keywords": [ "Symfony2" ], - "time": "2016-05-10 22:04:27" + "time": "2017-04-21 17:22:21" }, { "name": "phpdocumentor/reflection-docblock", @@ -7990,25 +8019,30 @@ }, { "name": "phpunit/php-timer", - "version": "1.0.8", + "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^5.3.3 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "~4|~5" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, "autoload": { "classmap": [ "src/" @@ -8030,20 +8064,20 @@ "keywords": [ "timer" ], - "time": "2016-05-12 18:03:57" + "time": "2017-02-26 11:10:40" }, { "name": "phpunit/php-token-stream", - "version": "1.4.9", + "version": "1.4.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" + "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", - "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", + "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", "shasum": "" }, "require": { @@ -8079,7 +8113,7 @@ "keywords": [ "tokenizer" ], - "time": "2016-11-15 14:06:22" + "time": "2017-02-27 10:12:30" }, { "name": "phpunit/phpunit", @@ -8211,16 +8245,16 @@ }, { "name": "sebastian/comparator", - "version": "1.2.2", + "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f" + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f", - "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "shasum": "" }, "require": { @@ -8271,7 +8305,7 @@ "compare", "equality" ], - "time": "2016-11-19 09:18:40" + "time": "2017-01-29 09:50:25" }, { "name": "sebastian/diff", @@ -8495,16 +8529,16 @@ }, { "name": "sebastian/recursion-context", - "version": "1.0.2", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "913401df809e99e4f47b27cdd781f4a258d58791" + "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", - "reference": "913401df809e99e4f47b27cdd781f4a258d58791", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", + "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", "shasum": "" }, "require": { @@ -8544,7 +8578,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": "2016-10-03 07:41:43" }, { "name": "sebastian/version", @@ -8583,16 +8617,16 @@ }, { "name": "sensio/generator-bundle", - "version": "v3.1.2", + "version": "v3.1.4", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", - "reference": "ec278c0bd530edf155c4a00900577b5cb80f559e" + "reference": "37f9f4e165b033fb76cc2320838321cc57140e65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ec278c0bd530edf155c4a00900577b5cb80f559e", - "reference": "ec278c0bd530edf155c4a00900577b5cb80f559e", + "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/37f9f4e165b033fb76cc2320838321cc57140e65", + "reference": "37f9f4e165b033fb76cc2320838321cc57140e65", "shasum": "" }, "require": { @@ -8604,7 +8638,9 @@ }, "require-dev": { "doctrine/orm": "~2.4", - "symfony/doctrine-bridge": "~2.7|~3.0" + "symfony/doctrine-bridge": "~2.7|~3.0", + "symfony/filesystem": "~2.7|~3.0", + "symfony/phpunit-bridge": "^3.3" }, "type": "symfony-bundle", "extra": { @@ -8631,20 +8667,20 @@ } ], "description": "This bundle generates code for you", - "time": "2016-12-05 16:01:19" + "time": "2017-03-15 01:02:10" }, { "name": "symfony/var-dumper", - "version": "v3.2.2", + "version": "v3.2.4", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "b54b23f9a19b465e76fdaac0f6732410467c83b2" + "reference": "cb50260b674ee1c2d4ab49f2395a42e0b4681e20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b54b23f9a19b465e76fdaac0f6732410467c83b2", - "reference": "b54b23f9a19b465e76fdaac0f6732410467c83b2", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cb50260b674ee1c2d4ab49f2395a42e0b4681e20", + "reference": "cb50260b674ee1c2d4ab49f2395a42e0b4681e20", "shasum": "" }, "require": { @@ -8694,20 +8730,20 @@ "debug", "dump" ], - "time": "2017-01-03 08:53:57" + "time": "2017-02-16 22:46:52" }, { "name": "symfony/web-profiler-bundle", - "version": "v2.8.15", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "f54bd911efe8070c7917ccbca5297c51dd22a10e" + "reference": "9b5160af794c2f6e1263432f672f71b890ab91ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/f54bd911efe8070c7917ccbca5297c51dd22a10e", - "reference": "f54bd911efe8070c7917ccbca5297c51dd22a10e", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/9b5160af794c2f6e1263432f672f71b890ab91ac", + "reference": "9b5160af794c2f6e1263432f672f71b890ab91ac", "shasum": "" }, "require": { @@ -8753,7 +8789,7 @@ ], "description": "Symfony WebProfilerBundle", "homepage": "https://symfony.com", - "time": "2016-12-09 07:40:14" + "time": "2017-04-25 14:22:01" }, { "name": "webfactory/exceptions-bundle",