From 40e13a510724070910a80c1996b4c841c5d77156 Mon Sep 17 00:00:00 2001 From: ElectricMaxxx Date: Fri, 14 Jul 2017 10:58:12 +0200 Subject: [PATCH] prepare version 2.0.0 release improve testing Apply fixes from StyleCI [ci skip] [skip ci] remove HHVM support readd hhvm readd hhvm - memory line --- .travis.yml | 5 +- Makefile | 4 + app/AppCache.php | 9 + app/AppKernel.php | 9 + app/autoload.php | 9 + composer.json | 3 +- composer.lock | 956 ++++++++++++------ src/AppBundle/AppBundle.php | 9 + .../Controller/DefaultController.php | 9 + .../Controller/DefaultControllerTest.php | 9 + web/app.php | 9 + web/app_dev.php | 9 + 12 files changed, 732 insertions(+), 308 deletions(-) create mode 100644 Makefile diff --git a/.travis.yml b/.travis.yml index 376b772821..084442bc22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: php php: - 5.6 - 7.0 - - hhvm sudo: false @@ -20,6 +19,8 @@ matrix: include: - php: 7.1 env: COMPOSER_CMD=install + - php: hhvm + dist: trusty before_install: - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi @@ -32,7 +33,7 @@ before_script: - bin/console doctrine:phpcr:init:dbal --force -e=test - bin/console doctrine:phpcr:repository:init -e=test -script: phpunit +script: make test notifications: irc: "irc.freenode.org#symfony-cmf" diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..fba26382eb --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +# Makefile symfony-cmf/standard-edition + +test: + vendor/bin/simple-phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml diff --git a/app/AppCache.php b/app/AppCache.php index 639ec2cd7e..acde2fefc8 100644 --- a/app/AppCache.php +++ b/app/AppCache.php @@ -1,5 +1,14 @@ =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" + "symfony/console": "~2.7|~3.0|~4.0", + "symfony/dependency-injection": "~2.7|~3.0|~4.0", + "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", + "symfony/framework-bundle": "~2.7|~3.0|~4.0" }, "require-dev": { "doctrine/orm": "~2.3", "phpunit/phpunit": "~4", "satooshi/php-coveralls": "^1.0", - "symfony/phpunit-bridge": "~2.7|~3.0", - "symfony/property-info": "~2.8|~3.0", - "symfony/validator": "~2.7|~3.0", - "symfony/yaml": "~2.7|~3.0", - "twig/twig": "~1.10|~2.0" + "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", + "symfony/property-info": "~2.8|~3.0|~4.0", + "symfony/validator": "~2.7|~3.0|~4.0", + "symfony/yaml": "~2.7|~3.0|~4.0", + "twig/twig": "~1.12|~2.0" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", @@ -557,7 +617,7 @@ "orm", "persistence" ], - "time": "2017-01-16T12:01:26+00:00" + "time": "2017-05-18 08:15:18" }, { "name": "doctrine/doctrine-cache-bundle", @@ -645,7 +705,7 @@ "cache", "caching" ], - "time": "2016-01-26T17:28:51+00:00" + "time": "2016-01-26 17:28:51" }, { "name": "doctrine/inflector", @@ -712,7 +772,7 @@ "singularize", "string" ], - "time": "2015-11-06T14:35:42+00:00" + "time": "2015-11-06 14:35:42" }, { "name": "doctrine/instantiator", @@ -766,7 +826,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14T21:17:01+00:00" + "time": "2015-06-14 21:17:01" }, { "name": "doctrine/lexer", @@ -820,7 +880,7 @@ "lexer", "parser" ], - "time": "2014-09-09T13:34:57+00:00" + "time": "2014-09-09 13:34:57" }, { "name": "doctrine/orm", @@ -896,20 +956,20 @@ "database", "orm" ], - "time": "2016-12-18T15:42:34+00:00" + "time": "2016-12-18 15:42:34" }, { "name": "doctrine/phpcr-bundle", - "version": "1.3.5", + "version": "1.3.6", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrinePHPCRBundle.git", - "reference": "4477935788935f66f218b919a89fac8704ce9b11" + "reference": "9898c812620831c4482518d9a6d4ce9740d55f79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrinePHPCRBundle/zipball/4477935788935f66f218b919a89fac8704ce9b11", - "reference": "4477935788935f66f218b919a89fac8704ce9b11", + "url": "https://api.github.com/repos/doctrine/DoctrinePHPCRBundle/zipball/9898c812620831c4482518d9a6d4ce9740d55f79", + "reference": "9898c812620831c4482518d9a6d4ce9740d55f79", "shasum": "" }, "require": { @@ -974,20 +1034,20 @@ "persistence", "phpcr" ], - "time": "2016-12-19T16:49:17+00:00" + "time": "2017-01-31 10:13:35" }, { "name": "doctrine/phpcr-odm", - "version": "1.4.0", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/doctrine/phpcr-odm.git", - "reference": "7de1d3f50b570f466da76bda8287e8dae38a9462" + "reference": "2fe2c55e73c3a0b609ae8b24b6a32336382d5607" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/7de1d3f50b570f466da76bda8287e8dae38a9462", - "reference": "7de1d3f50b570f466da76bda8287e8dae38a9462", + "url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/2fe2c55e73c3a0b609ae8b24b6a32336382d5607", + "reference": "2fe2c55e73c3a0b609ae8b24b6a32336382d5607", "shasum": "" }, "require": { @@ -1055,36 +1115,93 @@ "odm", "phpcr" ], - "time": "2016-08-31T09:33:44+00:00" + "time": "2017-02-09 12:13:23" + }, + { + "name": "fig/link-util", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/link-util.git", + "reference": "1a07821801a148be4add11ab0603e4af55a72fac" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac", + "reference": "1a07821801a148be4add11ab0603e4af55a72fac", + "shasum": "" + }, + "require": { + "php": ">=5.5.0", + "psr/link": "~1.0@dev" + }, + "require-dev": { + "phpunit/phpunit": "^5.1", + "squizlabs/php_codesniffer": "^2.3.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Fig\\Link\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common utility implementations for HTTP links", + "keywords": [ + "http", + "http-link", + "link", + "psr", + "psr-13", + "rest" + ], + "time": "2016-10-17 18:31:11" }, { "name": "jackalope/jackalope", - "version": "1.2.7", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/jackalope/jackalope.git", - "reference": "d908efddf111a97ad2c02a4e180cb23c8f0d0275" + "reference": "0e92e4c9018e32ba147411b4127f20ea6c35113f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jackalope/jackalope/zipball/d908efddf111a97ad2c02a4e180cb23c8f0d0275", - "reference": "d908efddf111a97ad2c02a4e180cb23c8f0d0275", + "url": "https://api.github.com/repos/jackalope/jackalope/zipball/0e92e4c9018e32ba147411b4127f20ea6c35113f", + "reference": "0e92e4c9018e32ba147411b4127f20ea6c35113f", "shasum": "" }, "require": { "ext-xml": "*", "jackalope/jackalope-transport": "*", - "php": ">=5.3.3", + "php": "^5.6|^7.0", "phpcr/phpcr": "~2.1.0,>=2.1.0-beta12", - "phpcr/phpcr-utils": "~1.2,>=1.2.6" + "phpcr/phpcr-utils": "^1.2.6" }, "provide": { "phpcr/phpcr-implementation": "2.1.0" }, + "require-dev": { + "phpunit/phpunit": "^5.7" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.3-dev" } }, "autoload": { @@ -1108,37 +1225,37 @@ "keywords": [ "phpcr" ], - "time": "2015-12-01T13:48:15+00:00" + "time": "2017-04-18 20:09:58" }, { "name": "jackalope/jackalope-doctrine-dbal", - "version": "1.2.8", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/jackalope/jackalope-doctrine-dbal.git", - "reference": "2116bbe24e72a9c4cd22eeb6d7e857ce62de094a" + "reference": "67c8f17225dd727b052dbb5a0db7e52061a1896e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jackalope/jackalope-doctrine-dbal/zipball/2116bbe24e72a9c4cd22eeb6d7e857ce62de094a", - "reference": "2116bbe24e72a9c4cd22eeb6d7e857ce62de094a", + "url": "https://api.github.com/repos/jackalope/jackalope-doctrine-dbal/zipball/67c8f17225dd727b052dbb5a0db7e52061a1896e", + "reference": "67c8f17225dd727b052dbb5a0db7e52061a1896e", "shasum": "" }, "require": { - "doctrine/dbal": ">=2.4.5,<3.0.x-dev", - "jackalope/jackalope": "~1.2.6", - "php": ">=5.3.3", + "doctrine/dbal": "^2.4.5", + "jackalope/jackalope": "^1.3.0", + "php": "^5.6|^7.0", "phpcr/phpcr": "~2.1.2", "phpcr/phpcr-utils": "^1.2.9" }, "provide": { - "jackalope/jackalope-transport": "1.1.0" + "jackalope/jackalope-transport": "1.3.0" }, "require-dev": { - "phpcr/phpcr-api-tests": "2.1.15", - "phpunit/dbunit": "~1.3", - "phpunit/phpunit": "4.7.*", - "psr/log": "~1.0" + "phpcr/phpcr-api-tests": "2.1.17", + "phpunit/dbunit": "^1.3", + "phpunit/phpunit": "^5.7", + "psr/log": "^1.0" }, "bin": [ "bin/jackalope" @@ -1172,7 +1289,7 @@ "phpcr", "transport implementation" ], - "time": "2016-06-09T06:33:29+00:00" + "time": "2017-04-07 11:18:50" }, { "name": "jdorn/sql-formatter", @@ -1222,7 +1339,7 @@ "highlight", "sql" ], - "time": "2014-01-12T16:20:24+00:00" + "time": "2014-01-12 16:20:24" }, { "name": "knplabs/knp-menu", @@ -1274,7 +1391,7 @@ "email": "stof@notk.org" }, { - "name": "Knplabs", + "name": "KnpLabs", "homepage": "http://knplabs.com" }, { @@ -1288,7 +1405,7 @@ "menu", "tree" ], - "time": "2016-09-22T07:36:19+00:00" + "time": "2016-09-22 07:36:19" }, { "name": "knplabs/knp-menu-bundle", @@ -1345,20 +1462,20 @@ "keywords": [ "menu" ], - "time": "2016-09-22T12:24:40+00:00" + "time": "2016-09-22 12:24:40" }, { "name": "monolog/monolog", - "version": "1.22.0", + "version": "1.23.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "bad29cb8d18ab0315e6c477751418a82c850d558" + "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558", - "reference": "bad29cb8d18ab0315e6c477751418a82c850d558", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", + "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", "shasum": "" }, "require": { @@ -1379,7 +1496,7 @@ "phpunit/phpunit-mock-objects": "2.3.0", "ruflin/elastica": ">=0.90 <3.0", "sentry/sentry": "^0.13", - "swiftmailer/swiftmailer": "~5.3" + "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", @@ -1423,20 +1540,20 @@ "logging", "psr-3" ], - "time": "2016-11-26T00:15:39+00:00" + "time": "2017-06-19 01:22:40" }, { "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": { @@ -1471,20 +1588,20 @@ "pseudorandom", "random" ], - "time": "2016-11-07T23:38:38+00:00" + "time": "2017-03-13 16:27:32" }, { "name": "phpcr/phpcr", - "version": "2.1.3", + "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/phpcr/phpcr.git", - "reference": "1d6639ea36f849fca197a27d288a7bf6a5a24df2" + "reference": "db909970ca7449d69ccecd1912dedb857817eba7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpcr/phpcr/zipball/1d6639ea36f849fca197a27d288a7bf6a5a24df2", - "reference": "1d6639ea36f849fca197a27d288a7bf6a5a24df2", + "url": "https://api.github.com/repos/phpcr/phpcr/zipball/db909970ca7449d69ccecd1912dedb857817eba7", + "reference": "db909970ca7449d69ccecd1912dedb857817eba7", "shasum": "" }, "require": { @@ -1529,30 +1646,34 @@ "contentrepository", "phpcr" ], - "time": "2017-01-30T07:33:35+00:00" + "time": "2017-02-08 13:54:11" }, { "name": "phpcr/phpcr-utils", - "version": "1.2.10", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/phpcr/phpcr-utils.git", - "reference": "f212d3f27cce243de90d037c9d71135a27889d5f" + "reference": "b222c2ad9f4772257106c77da8048f9ced5af111" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/f212d3f27cce243de90d037c9d71135a27889d5f", - "reference": "f212d3f27cce243de90d037c9d71135a27889d5f", + "url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/b222c2ad9f4772257106c77da8048f9ced5af111", + "reference": "b222c2ad9f4772257106c77da8048f9ced5af111", "shasum": "" }, "require": { - "php": "^5.3.3|7.0.x|7.1.x", + "php": "^5.6|7.0.x|7.1.x", "phpcr/phpcr": "~2.1.0", "symfony/console": "~2.3|~3.0" }, "conflict": { "jackalope/jackalope-jackrabbit": "<1.2.1" }, + "require-dev": { + "phpunit/phpunit": "^5.7", + "ramsey/uuid": "^3.5" + }, "suggest": { "ramsey/uuid": "A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID)." }, @@ -1562,7 +1683,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.3-dev" } }, "autoload": { @@ -1600,7 +1721,7 @@ "contentrepository", "phpcr" ], - "time": "2016-12-06T00:12:18+00:00" + "time": "2017-03-02 07:29:32" }, { "name": "psr/cache", @@ -1646,7 +1767,105 @@ "psr", "psr-6" ], - "time": "2016-08-06T20:24:11+00:00" + "time": "2016-08-06 20:24:11" + }, + { + "name": "psr/container", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "time": "2017-02-14 16:28:37" + }, + { + "name": "psr/link", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/link.git", + "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", + "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Link\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for HTTP links", + "keywords": [ + "http", + "http-link", + "link", + "psr", + "psr-13", + "rest" + ], + "time": "2016-10-28 16:06:13" }, { "name": "psr/log", @@ -1693,20 +1912,68 @@ "psr", "psr-3" ], - "time": "2016-10-10T12:19:37+00:00" + "time": "2016-10-10 12:19:37" + }, + { + "name": "psr/simple-cache", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", + "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for simple caching", + "keywords": [ + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" + ], + "time": "2017-01-02 13:31:39" }, { "name": "sensio/distribution-bundle", - "version": "v5.0.18", + "version": "v5.0.20", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", - "reference": "17846680901003d26d823c2e3ac9228702837916" + "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/17846680901003d26d823c2e3ac9228702837916", - "reference": "17846680901003d26d823c2e3ac9228702837916", + "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/4b019d4c0bd64438c42e4b6b0726085b409be8d9", + "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9", "shasum": "" }, "require": { @@ -1745,20 +2012,20 @@ "configuration", "distribution" ], - "time": "2017-01-10T14:58:45+00:00" + "time": "2017-05-11 16:21:03" }, { "name": "sensio/framework-extra-bundle", - "version": "v3.0.20", + "version": "v3.0.26", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", - "reference": "0d8fa024edb41f9228daf78f96552f9d9079854e" + "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/0d8fa024edb41f9228daf78f96552f9d9079854e", - "reference": "0d8fa024edb41f9228daf78f96552f9d9079854e", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/6d6cbe971554f0a2cc84965850481eb04a2a0059", + "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059", "shasum": "" }, "require": { @@ -1767,6 +2034,8 @@ "symfony/framework-bundle": "~2.3|~3.0" }, "require-dev": { + "doctrine/doctrine-bundle": "~1.5", + "doctrine/orm": "~2.4,>=2.4.5", "symfony/asset": "~2.7|~3.0", "symfony/browser-kit": "~2.3|~3.0", "symfony/dom-crawler": "~2.3|~3.0", @@ -1779,7 +2048,7 @@ "symfony/translation": "~2.3|~3.0", "symfony/twig-bundle": "~2.3|~3.0", "symfony/yaml": "~2.3|~3.0", - "twig/twig": "~1.11|~2.0", + "twig/twig": "~1.12|~2.0", "zendframework/zend-diactoros": "^1.3" }, "suggest": { @@ -1813,23 +2082,24 @@ "annotations", "controllers" ], - "time": "2017-02-01T15:59:54+00:00" + "time": "2017-05-11 17:01:57" }, { "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": [ @@ -1857,20 +2127,20 @@ } ], "description": "A security checker for your composer.lock", - "time": "2016-09-23T18:09:57+00:00" + "time": "2017-03-31 14:50:32" }, { "name": "sonata-project/block-bundle", - "version": "3.3.0", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataBlockBundle.git", - "reference": "3d8d6c3a4945035f4856ae41ab282bb225f4652d" + "reference": "7cdf6e5620696cdd962eb4c404beeedaf20c3570" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/3d8d6c3a4945035f4856ae41ab282bb225f4652d", - "reference": "3d8d6c3a4945035f4856ae41ab282bb225f4652d", + "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/7cdf6e5620696cdd962eb4c404beeedaf20c3570", + "reference": "7cdf6e5620696cdd962eb4c404beeedaf20c3570", "shasum": "" }, "require": { @@ -1929,7 +2199,7 @@ "block", "sonata" ], - "time": "2017-01-17T11:56:59+00:00" + "time": "2017-03-23 12:54:15" }, { "name": "sonata-project/cache", @@ -1992,27 +2262,29 @@ "mongodb", "redis" ], - "time": "2015-09-18T14:40:58+00:00" + "time": "2015-09-18 14:40:58" }, { "name": "sonata-project/core-bundle", - "version": "3.2.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataCoreBundle.git", - "reference": "b15998d497a8b1d1fdd7334ae569b7d734c0c401" + "reference": "a1b837101262af856c45b22e8f0887553edf0fb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/b15998d497a8b1d1fdd7334ae569b7d734c0c401", - "reference": "b15998d497a8b1d1fdd7334ae569b7d734c0c401", + "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/a1b837101262af856c45b22e8f0887553edf0fb0", + "reference": "a1b837101262af856c45b22e8f0887553edf0fb0", "shasum": "" }, "require": { "cocur/slugify": "^1.4 || ^2.0", "php": "^5.3 || ^7.0", + "sonata-project/datagrid-bundle": "^2.0", "symfony/config": "^2.3 || ^3.0", "symfony/form": "^2.3.5 || ^3.0", + "symfony/framework-bundle": "^2.3 || ^3.0", "symfony/http-foundation": "^2.3 || ^3.0", "symfony/property-access": "^2.3 || ^3.0", "symfony/security": "^2.3 || ^3.0", @@ -2069,20 +2341,81 @@ "keywords": [ "sonata" ], - "time": "2017-01-20T09:25:37+00:00" + "time": "2017-05-09 15:05:32" + }, + { + "name": "sonata-project/datagrid-bundle", + "version": "2.2.1", + "source": { + "type": "git", + "url": "https://github.com/sonata-project/SonataDatagridBundle.git", + "reference": "8aa9183f2ba1724b290faacb83fb003123bae548" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/8aa9183f2ba1724b290faacb83fb003123bae548", + "reference": "8aa9183f2ba1724b290faacb83fb003123bae548", + "shasum": "" + }, + "require": { + "php": "^5.3 || ^7.0", + "symfony/dependency-injection": "^2.3 || ^3.0", + "symfony/form": "^2.3 || ^3.0" + }, + "require-dev": { + "doctrine/orm": "^2.4", + "sllh/php-cs-fixer-styleci-bridge": "^2.0", + "symfony/phpunit-bridge": "^2.7 || ^3.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Sonata\\DatagridBundle\\": "" + }, + "exclude-from-classmap": [ + "Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sonata Community", + "homepage": "https://github.com/sonata-project/SonataDatagridBundle/contributors" + }, + { + "name": "Thomas Rabaix", + "email": "thomas.rabaix@sonata-project.org", + "homepage": "https://sonata-project.org" + } + ], + "description": "Symfony SonataDatagridBundle", + "homepage": "https://sonata-project.org/bundles/datagrid", + "keywords": [ + "datagrid", + "sonata" + ], + "time": "2017-02-09 16:25:20" }, { "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": { @@ -2123,25 +2456,25 @@ "mail", "mailer" ], - "time": "2016-12-29T10:02:40+00:00" + "time": "2017-05-01 15:54:03" }, { "name": "symfony-cmf/block-bundle", - "version": "2.0.0-RC1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/symfony-cmf/block-bundle.git", - "reference": "c488b90904cff70d6b958d77de083060a907e38e" + "reference": "8d2c0e335ba016e2fdfd8c47041f8d6bc02e8c96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/block-bundle/zipball/c488b90904cff70d6b958d77de083060a907e38e", - "reference": "c488b90904cff70d6b958d77de083060a907e38e", + "url": "https://api.github.com/repos/symfony-cmf/block-bundle/zipball/8d2c0e335ba016e2fdfd8c47041f8d6bc02e8c96", + "reference": "8d2c0e335ba016e2fdfd8c47041f8d6bc02e8c96", "shasum": "" }, "require": { "doctrine/phpcr-bundle": "^1.0", - "doctrine/phpcr-odm": "^1.4|^2.0", + "doctrine/phpcr-odm": "^1.4.2", "php": "^5.6|^7.0", "sonata-project/block-bundle": "^3.3", "symfony-cmf/core-bundle": "^2.0", @@ -2151,15 +2484,13 @@ "sonata-project/cache-bundle": "^2.1.3,<2.3", "sonata-project/core-bundle": "^3.0", "symfony-cmf/menu-bundle": "^2.0", - "symfony-cmf/testing": "^1.3|^2.0", + "symfony-cmf/testing": "^2.0", "symfony/phpunit-bridge": "^3.2", "twig/twig": "^1.14.2|^2.0" }, "suggest": { "eko/feedbundle": "When using the RssBlock", - "liip/imagine-bundle": "When using the ImagineBlock", - "sonata-project/cache-bundle": "To add caching support for block loading", - "symfony-cmf/media-bundle": "When using the ImagineBlock" + "sonata-project/cache-bundle": "To add caching support for block loading" }, "type": "symfony-bundle", "extra": { @@ -2189,31 +2520,31 @@ "block", "content fragments" ], - "time": "2017-02-01T15:38:22+00:00" + "time": "2017-02-27 14:42:59" }, { "name": "symfony-cmf/content-bundle", - "version": "2.0.0-RC1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/symfony-cmf/content-bundle.git", - "reference": "ba7c24a19715fc433d224f94b62621b64e4612b6" + "reference": "0fb389d4669cefebc1b3f98889eb975b74a40245" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/content-bundle/zipball/ba7c24a19715fc433d224f94b62621b64e4612b6", - "reference": "ba7c24a19715fc433d224f94b62621b64e4612b6", + "url": "https://api.github.com/repos/symfony-cmf/content-bundle/zipball/0fb389d4669cefebc1b3f98889eb975b74a40245", + "reference": "0fb389d4669cefebc1b3f98889eb975b74a40245", "shasum": "" }, "require": { "php": "^5.6|^7.0", - "symfony-cmf/core-bundle": "^1.1|^2.0", - "symfony-cmf/menu-bundle": "^1.1|^2.0", - "symfony-cmf/routing-bundle": "^1.2|^2.0", + "symfony-cmf/core-bundle": "^2.0", + "symfony-cmf/menu-bundle": "^2.0", + "symfony-cmf/routing-bundle": "^2.0", "symfony/framework-bundle": "^2.8|^3.0" }, "require-dev": { - "doctrine/phpcr-odm": "^1.4|^2.0", + "doctrine/phpcr-odm": "^1.4", "symfony-cmf/testing": "^2.0", "symfony/phpunit-bridge": "^3.2" }, @@ -2249,20 +2580,20 @@ "keywords": [ "Symfony CMF" ], - "time": "2017-01-30T18:35:15+00:00" + "time": "2017-02-27 09:35:36" }, { "name": "symfony-cmf/core-bundle", - "version": "2.0.0-RC2", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/symfony-cmf/core-bundle.git", - "reference": "bd2c2c61c10fd8479ff363d5106b96aa2ce6cb73" + "reference": "f48a63ebdcfa510c58e8b5628fd9857aa9f75e55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/core-bundle/zipball/bd2c2c61c10fd8479ff363d5106b96aa2ce6cb73", - "reference": "bd2c2c61c10fd8479ff363d5106b96aa2ce6cb73", + "url": "https://api.github.com/repos/symfony-cmf/core-bundle/zipball/f48a63ebdcfa510c58e8b5628fd9857aa9f75e55", + "reference": "f48a63ebdcfa510c58e8b5628fd9857aa9f75e55", "shasum": "" }, "require": { @@ -2271,17 +2602,17 @@ }, "require-dev": { "doctrine/dbal": "2.5.*", - "doctrine/phpcr-odm": "^1.0|^2.0", + "doctrine/phpcr-odm": "^1.0", "mockery/mockery": "^0.9.4", "symfony-cmf/routing-bundle": "^2.0", - "symfony-cmf/testing": "^1.3|^2.0", + "symfony-cmf/testing": "^2.0", "symfony/phpunit-bridge": "^3.2", "symfony/security-bundle": "^2.8|^3.0" }, "suggest": { "doctrine/phpcr-bundle": "To be able to use the CMF twig extension (^1.0)", "doctrine/phpcr-odm": "To be able to use the CMF twig extension (^1.0)", - "symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable (^1.2)", + "symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable (^2.0)", "symfony-cmf/routing-bundle": "To be able to enable the publish_workflow_listener (^2.0)", "symfony-cmf/sonata-admin-integration-bundle": "To provide an admin interface for the PHPCR ODM documents.", "symfony/security-bundle": "To be able to use the publish workflow system (^2.1)", @@ -2313,25 +2644,25 @@ "keywords": [ "Symfony CMF" ], - "time": "2017-01-29T12:12:04+00:00" + "time": "2017-02-27 08:19:17" }, { "name": "symfony-cmf/menu-bundle", - "version": "2.1.0-RC1", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/symfony-cmf/menu-bundle.git", - "reference": "587efb3d152a38f8cbfa09cd9844fbaa478408a0" + "reference": "a0408a808c25f884c570be7315b983d809408673" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/menu-bundle/zipball/587efb3d152a38f8cbfa09cd9844fbaa478408a0", - "reference": "587efb3d152a38f8cbfa09cd9844fbaa478408a0", + "url": "https://api.github.com/repos/symfony-cmf/menu-bundle/zipball/a0408a808c25f884c570be7315b983d809408673", + "reference": "a0408a808c25f884c570be7315b983d809408673", "shasum": "" }, "require": { "doctrine/phpcr-bundle": "^1.1", - "doctrine/phpcr-odm": "^1.4|^2.0", + "doctrine/phpcr-odm": "^1.4.2", "knplabs/knp-menu": "^2.0.0", "knplabs/knp-menu-bundle": "^2.0.0", "php": "^5.6|^7.0", @@ -2374,34 +2705,35 @@ "Symfony CMF", "menu" ], - "time": "2017-01-21T16:58:57+00:00" + "time": "2017-02-27 08:29:52" }, { "name": "symfony-cmf/routing", - "version": "1.4.0", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/symfony-cmf/Routing.git", - "reference": "b93704ca098334f56e9b317932f21a4362e620db" + "url": "https://github.com/symfony-cmf/routing.git", + "reference": "97def24f83063ab3c96872c5e4b83ccc19e8f240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/b93704ca098334f56e9b317932f21a4362e620db", - "reference": "b93704ca098334f56e9b317932f21a4362e620db", + "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/97def24f83063ab3c96872c5e4b83ccc19e8f240", + "reference": "97def24f83063ab3c96872c5e4b83ccc19e8f240", "shasum": "" }, "require": { - "php": "^5.3.9|^7.0", - "psr/log": "1.*", - "symfony/http-kernel": "^2.2|3.*", - "symfony/routing": "^2.2|3.*" + "php": "^5.6.0|^7.0", + "psr/log": "^1.0", + "symfony/http-kernel": "^2.8|^3.0", + "symfony/routing": "^2.8|^3.0" }, "require-dev": { "friendsofsymfony/jsrouting-bundle": "^1.1", - "symfony-cmf/testing": "^1.3", - "symfony/config": "^2.2|3.*", - "symfony/dependency-injection": "^2.0.5|3.*", - "symfony/event-dispatcher": "^2.1|3.*" + "symfony-cmf/testing": "^2.0", + "symfony/config": "^2.8|^3.0", + "symfony/dependency-injection": "^2.8|^3.0", + "symfony/event-dispatcher": "^2.8|^3.0", + "symfony/phpunit-bridge": "^3.2" }, "suggest": { "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)" @@ -2409,12 +2741,12 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { - "Symfony\\Cmf\\Component\\Routing\\": "" + "Symfony\\Cmf\\Component\\Routing\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -2427,31 +2759,31 @@ "homepage": "https://github.com/symfony-cmf/Routing/contributors" } ], - "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers", + "description": "Extends the Symfony routing component for dynamic routes and chaining several routers", "homepage": "http://cmf.symfony.com", "keywords": [ "database", "routing" ], - "time": "2016-03-31T09:11:39+00:00" + "time": "2017-05-09 08:14:24" }, { "name": "symfony-cmf/routing-bundle", - "version": "2.0.0-RC1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/symfony-cmf/routing-bundle.git", - "reference": "6e71a10ccb8f8f3343dd755d76d087f0a1f4e02d" + "reference": "201ca313b599bda335cea350256045da05972412" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/6e71a10ccb8f8f3343dd755d76d087f0a1f4e02d", - "reference": "6e71a10ccb8f8f3343dd755d76d087f0a1f4e02d", + "url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/201ca313b599bda335cea350256045da05972412", + "reference": "201ca313b599bda335cea350256045da05972412", "shasum": "" }, "require": { "php": "^5.6|^7.0", - "symfony-cmf/routing": "^1.4|^2.0", + "symfony-cmf/routing": "^2.0", "symfony/framework-bundle": "^2.8|^3.0" }, "conflict": { @@ -2460,21 +2792,16 @@ "require-dev": { "doctrine/data-fixtures": "^1.0.0", "doctrine/orm": "^2.5", - "doctrine/phpcr-odm": "^1.4|^2.0", + "doctrine/phpcr-odm": "^1.4", "matthiasnoback/symfony-config-test": "^1.3.1", "matthiasnoback/symfony-dependency-injection-test": "~0.6", - "phpunit/php-code-coverage": "@stable", - "symfony-cmf/core-bundle": "^2.0@dev", "symfony-cmf/testing": "^2.0", - "symfony/monolog-bundle": "^2.3|^3.0", "symfony/phpunit-bridge": "^3.2" }, "suggest": { "doctrine/orm": "To enable support for the ORM entities (^2.5)", "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents", - "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)", - "symfony-cmf/content-bundle": "To optionally use the configured value for 'content_basepath' from the CoreBundle", - "symfony-cmf/core-bundle": "To use the RouteTypeType form type and for easier configuration (^2.0)" + "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)" }, "type": "symfony-bundle", "extra": { @@ -2503,20 +2830,20 @@ "database", "routing" ], - "time": "2017-01-20T16:48:24+00:00" + "time": "2017-02-24 18:36:52" }, { "name": "symfony-cmf/symfony-cmf", - "version": "2.0.0-RC1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/symfony-cmf/symfony-cmf.git", - "reference": "1aec329e1c121cd4a4221347fc170e49aed6f884" + "reference": "b7b2a137022b200eccac8f54d0d1a85bfaac6e8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/symfony-cmf/zipball/1aec329e1c121cd4a4221347fc170e49aed6f884", - "reference": "1aec329e1c121cd4a4221347fc170e49aed6f884", + "url": "https://api.github.com/repos/symfony-cmf/symfony-cmf/zipball/b7b2a137022b200eccac8f54d0d1a85bfaac6e8b", + "reference": "b7b2a137022b200eccac8f54d0d1a85bfaac6e8b", "shasum": "" }, "require": { @@ -2559,20 +2886,20 @@ ], "description": "Symfony Content Management Framework", "homepage": "http://cmf.symfony.com", - "time": "2017-02-01T16:01:06+00:00" + "time": "2017-03-01 16:57:03" }, { "name": "symfony/monolog-bundle", - "version": "v3.0.3", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", - "reference": "ebce76a39a65495a66c34eb1574cc4b9e35a4e64" + "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/ebce76a39a65495a66c34eb1574cc4b9e35a4e64", - "reference": "ebce76a39a65495a66c34eb1574cc4b9e35a4e64", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/6f96c7dbb6b2ef70b307a1a6f897153cbca3da47", + "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47", "shasum": "" }, "require": { @@ -2619,20 +2946,20 @@ "log", "logging" ], - "time": "2017-01-10T20:01:51+00:00" + "time": "2017-03-26 11:55:59" }, { "name": "symfony/polyfill-apcu", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-apcu.git", - "reference": "5d4474f447403c3348e37b70acc2b95475b7befa" + "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa", - "reference": "5d4474f447403c3348e37b70acc2b95475b7befa", + "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/2e7965b8cdfbba50d0092d3f6dca97dddec409e2", + "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2", "shasum": "" }, "require": { @@ -2641,7 +2968,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -2672,25 +2999,25 @@ "portable", "shim" ], - "time": "2016-11-14T01:06:16+00:00" + "time": "2017-06-09 08:25:21" }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4" + "reference": "3191cbe0ce64987bd382daf6724af31c53daae01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4", - "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/3191cbe0ce64987bd382daf6724af31c53daae01", + "reference": "3191cbe0ce64987bd382daf6724af31c53daae01", "shasum": "" }, "require": { "php": ">=5.3.3", - "symfony/intl": "~2.3|~3.0" + "symfony/intl": "~2.3|~3.0|~4.0" }, "suggest": { "ext-intl": "For best performance" @@ -2698,7 +3025,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -2730,20 +3057,20 @@ "portable", "shim" ], - "time": "2016-11-14T01:06:16+00:00" + "time": "2017-06-09 08:25:21" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" + "reference": "f29dca382a6485c3cbe6379f0c61230167681937" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", - "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937", + "reference": "f29dca382a6485c3cbe6379f0c61230167681937", "shasum": "" }, "require": { @@ -2755,7 +3082,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -2789,20 +3116,20 @@ "portable", "shim" ], - "time": "2016-11-14T01:06:16+00:00" + "time": "2017-06-09 14:24:12" }, { "name": "symfony/polyfill-php56", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c" + "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c", - "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/bc0b7d6cb36b10cfabb170a3e359944a95174929", + "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929", "shasum": "" }, "require": { @@ -2812,7 +3139,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -2845,20 +3172,20 @@ "portable", "shim" ], - "time": "2016-11-14T01:06:16+00:00" + "time": "2017-06-09 08:25:21" }, { "name": "symfony/polyfill-php70", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2" + "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2", - "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/032fd647d5c11a9ceab8ee8747e13b5448e93874", + "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874", "shasum": "" }, "require": { @@ -2868,7 +3195,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -2904,20 +3231,20 @@ "portable", "shim" ], - "time": "2016-11-14T01:06:16+00:00" + "time": "2017-06-09 14:24:12" }, { "name": "symfony/polyfill-util", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", - "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb" + "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb", - "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ebccbde4aad410f6438d86d7d261c6b4d2b9a51d", + "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d", "shasum": "" }, "require": { @@ -2926,7 +3253,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -2956,25 +3283,25 @@ "polyfill", "shim" ], - "time": "2016-11-14T01:06:16+00:00" + "time": "2017-06-09 08:25:21" }, { "name": "symfony/swiftmailer-bundle", - "version": "v2.4.2", + "version": "v2.6.2", "source": { "type": "git", "url": "https://github.com/symfony/swiftmailer-bundle.git", - "reference": "ad751095576ce0c12a284e30e3fff80c91f27225" + "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75" }, "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/deabc81120c2086571f7c4484ab785c5e1b84f75", + "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75", "shasum": "" }, "require": { "php": ">=5.3.2", - "swiftmailer/swiftmailer": ">=4.2.0,~5.0", + "swiftmailer/swiftmailer": "~4.2|~5.0", "symfony/config": "~2.7|~3.0", "symfony/dependency-injection": "~2.7|~3.0", "symfony/http-kernel": "~2.7|~3.0" @@ -2982,7 +3309,7 @@ "require-dev": { "symfony/console": "~2.7|~3.0", "symfony/framework-bundle": "~2.7|~3.0", - "symfony/phpunit-bridge": "~2.7|~3.0", + "symfony/phpunit-bridge": "~3.3@dev", "symfony/yaml": "~2.7|~3.0" }, "suggest": { @@ -2991,7 +3318,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.6-dev" } }, "autoload": { @@ -3015,40 +3342,47 @@ ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com", - "time": "2016-12-20T04:44:33+00:00" + "time": "2017-05-22 04:58:24" }, { "name": "symfony/symfony", - "version": "v3.2.2", + "version": "v3.3.4", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", - "reference": "358c59fd21f9db7fdb465d1e07fba822d9e18e9e" + "reference": "82f7cba3c272bcd266f2d27ad6f07832c2eb3a1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/symfony/zipball/358c59fd21f9db7fdb465d1e07fba822d9e18e9e", - "reference": "358c59fd21f9db7fdb465d1e07fba822d9e18e9e", + "url": "https://api.github.com/repos/symfony/symfony/zipball/82f7cba3c272bcd266f2d27ad6f07832c2eb3a1c", + "reference": "82f7cba3c272bcd266f2d27ad6f07832c2eb3a1c", "shasum": "" }, "require": { "doctrine/common": "~2.4", + "fig/link-util": "^1.0", "php": ">=5.5.9", "psr/cache": "~1.0", + "psr/container": "^1.0", + "psr/link": "^1.0", "psr/log": "~1.0", + "psr/simple-cache": "^1.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php56": "~1.0", "symfony/polyfill-php70": "~1.0", "symfony/polyfill-util": "~1.0", - "twig/twig": "~1.28|~2.0" + "twig/twig": "~1.34|~2.4" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.0", - "phpdocumentor/type-resolver": "<0.2.0" + "phpdocumentor/type-resolver": "<0.2.0", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "provide": { - "psr/cache-implementation": "1.0" + "psr/cache-implementation": "1.0", + "psr/container-implementation": "1.0", + "psr/simple-cache-implementation": "1.0" }, "replace": { "symfony/asset": "self.version", @@ -3063,6 +3397,7 @@ "symfony/dependency-injection": "self.version", "symfony/doctrine-bridge": "self.version", "symfony/dom-crawler": "self.version", + "symfony/dotenv": "self.version", "symfony/event-dispatcher": "self.version", "symfony/expression-language": "self.version", "symfony/filesystem": "self.version", @@ -3095,7 +3430,9 @@ "symfony/twig-bundle": "self.version", "symfony/validator": "self.version", "symfony/var-dumper": "self.version", + "symfony/web-link": "self.version", "symfony/web-profiler-bundle": "self.version", + "symfony/web-server-bundle": "self.version", "symfony/workflow": "self.version", "symfony/yaml": "self.version" }, @@ -3111,6 +3448,7 @@ "ocramius/proxy-manager": "~0.4|~1.0|~2.0", "phpdocumentor/reflection-docblock": "^3.0", "predis/predis": "~1.0", + "sensio/framework-extra-bundle": "^3.0.2", "symfony/phpunit-bridge": "~3.2", "symfony/polyfill-apcu": "~1.1", "symfony/security-acl": "~2.8|~3.0" @@ -3118,7 +3456,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-master": "3.3-dev" } }, "autoload": { @@ -3126,7 +3464,6 @@ "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", - "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", "Symfony\\Bundle\\": "src/Symfony/Bundle/", "Symfony\\Component\\": "src/Symfony/Component/" @@ -3157,27 +3494,28 @@ "keywords": [ "framework" ], - "time": "2017-01-12T21:36:55+00:00" + "time": "2017-07-05 13:28:34" }, { "name": "twig/extensions", - "version": "v1.4.1", + "version": "v1.5.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig-extensions.git", - "reference": "f0bb8431c8691f5a39f1017d9a5967a082bf01ff" + "reference": "d188c76168b853481cc75879ea045bf93d718e9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f0bb8431c8691f5a39f1017d9a5967a082bf01ff", - "reference": "f0bb8431c8691f5a39f1017d9a5967a082bf01ff", + "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c", + "reference": "d188c76168b853481cc75879ea045bf93d718e9c", "shasum": "" }, "require": { - "twig/twig": "~1.20|~2.0" + "twig/twig": "~1.27|~2.0" }, "require-dev": { - "symfony/translation": "~2.3" + "symfony/phpunit-bridge": "~3.3@dev", + "symfony/translation": "~2.3|~3.0" }, "suggest": { "symfony/translation": "Allow the time_diff output to be translated" @@ -3185,12 +3523,15 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { "psr-0": { "Twig_Extensions_": "lib/" + }, + "psr-4": { + "Twig\\Extensions\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3209,38 +3550,43 @@ "i18n", "text" ], - "time": "2016-10-25T17:34:14+00:00" + "time": "2017-06-08 18:19:53" }, { "name": "twig/twig", - "version": "v1.31.0", + "version": "v2.4.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7" + "reference": "eab7c3288ae6603d7d6f92b531626af2b162d1f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddc9e3e20ee9c0b6908f401ac8353635b750eca7", - "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/eab7c3288ae6603d7d6f92b531626af2b162d1f2", + "reference": "eab7c3288ae6603d7d6f92b531626af2b162d1f2", "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" + "symfony/phpunit-bridge": "~3.3@dev" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.31-dev" + "dev-master": "2.4-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" + }, + "psr-4": { + "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3270,7 +3616,7 @@ "keywords": [ "templating" ], - "time": "2017-01-11T19:36:15+00:00" + "time": "2017-06-07 18:47:58" } ], "packages-dev": [ @@ -3323,20 +3669,20 @@ "keywords": [ "parameters management" ], - "time": "2015-11-10T17:04:01+00:00" + "time": "2015-11-10 17:04:01" }, { "name": "liip/functional-test-bundle", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/liip/LiipFunctionalTestBundle.git", - "reference": "8466b71c7a923295c3045b257efb53015f432ff5" + "reference": "e18866bc434fccdf0d04a4e776289ed999862b66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/8466b71c7a923295c3045b257efb53015f432ff5", - "reference": "8466b71c7a923295c3045b257efb53015f432ff5", + "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/e18866bc434fccdf0d04a4e776289ed999862b66", + "reference": "e18866bc434fccdf0d04a4e776289ed999862b66", "shasum": "" }, "require": { @@ -3355,13 +3701,13 @@ "hautelook/alice-bundle": "~0.2|~1.2", "jackalope/jackalope-doctrine-dbal": "1.1.*|1.2.*", "nelmio/alice": "~1.7|~2.0", - "phpunit/phpunit": "4.8.*|~5.2", + "phpunit/phpunit": "^4.8.35|^5.7|^6.1", "symfony/assetic-bundle": "~2.3", "symfony/console": "~2.5|~3.0", "symfony/monolog-bundle": "~2.4", "symfony/phpunit-bridge": "^2.7|~3.0", "symfony/symfony": "~2.3.27|~2.7|~3.0", - "twig/twig": "~1.12" + "twig/twig": "~1.12|~2.0" }, "suggest": { "brianium/paratest": "Required when using paratest to parallelize tests", @@ -3401,20 +3747,20 @@ "keywords": [ "Symfony2" ], - "time": "2017-01-11T18:04:59+00:00" + "time": "2017-06-19 09:12:22" }, { "name": "sensio/generator-bundle", - "version": "v3.1.2", + "version": "v3.1.5", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", - "reference": "ec278c0bd530edf155c4a00900577b5cb80f559e" + "reference": "535417a99ac1b387df3bfbc0c060122c24665b78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ec278c0bd530edf155c4a00900577b5cb80f559e", - "reference": "ec278c0bd530edf155c4a00900577b5cb80f559e", + "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/535417a99ac1b387df3bfbc0c060122c24665b78", + "reference": "535417a99ac1b387df3bfbc0c060122c24665b78", "shasum": "" }, "require": { @@ -3426,7 +3772,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": { @@ -3453,26 +3801,30 @@ } ], "description": "This bundle generates code for you", - "time": "2016-12-05T16:01:19+00:00" + "time": "2017-07-12 17:28:00" }, { "name": "symfony/phpunit-bridge", - "version": "v3.2.2", + "version": "v3.3.4", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "d32e4062c3a3dfb95709d2ca6dd89a327ae51c3b" + "reference": "c2c124b7f9de79f4a64dc011f041a3a2c768b913" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d32e4062c3a3dfb95709d2ca6dd89a327ae51c3b", - "reference": "d32e4062c3a3dfb95709d2ca6dd89a327ae51c3b", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c2c124b7f9de79f4a64dc011f041a3a2c768b913", + "reference": "c2c124b7f9de79f4a64dc011f041a3a2c768b913", "shasum": "" }, "require": { "php": ">=5.3.3" }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" + }, "suggest": { + "ext-zip": "Zip support is required when using bin/simple-phpunit", "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" }, "bin": [ @@ -3481,7 +3833,7 @@ "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-master": "3.3-dev" } }, "autoload": { @@ -3511,20 +3863,16 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2017-01-06T17:19:17+00:00" + "time": "2017-06-12 13:35:45" } ], "aliases": [], - "minimum-stability": "RC", + "minimum-stability": "stable", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^5.6|^7.0" }, - "platform-dev": [], - "platform-overrides": { - "php": "5.6" - }, - "hash": "d29ae84a4a13cae54e5359934a492caa" + "platform-dev": [] } diff --git a/src/AppBundle/AppBundle.php b/src/AppBundle/AppBundle.php index 05123b6782..7e90bcf870 100644 --- a/src/AppBundle/AppBundle.php +++ b/src/AppBundle/AppBundle.php @@ -1,5 +1,14 @@