1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-19 13:40:08 -07:00

Add Lexik/form-filter-bundle

This commit is contained in:
David Hübner 2017-03-27 18:20:24 +02:00
parent 261e90b51f
commit a7a58764bf
4 changed files with 380 additions and 136 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface; use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\HttpKernel\Kernel;
class AppKernel extends Kernel class AppKernel extends Kernel
{ {
@ -19,6 +19,7 @@ class AppKernel extends Kernel
new Knp\Bundle\MenuBundle\KnpMenuBundle(), new Knp\Bundle\MenuBundle\KnpMenuBundle(),
new Oneup\FlysystemBundle\OneupFlysystemBundle(), new Oneup\FlysystemBundle\OneupFlysystemBundle(),
new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(), new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(),
]; ];
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {

View File

@ -38,7 +38,7 @@ framework:
twig: twig:
debug: "%kernel.debug%" debug: "%kernel.debug%"
strict_variables: "%kernel.debug%" strict_variables: "%kernel.debug%"
form_themes: ['form/semantic-ui.html.twig'] form_themes: ['form/semantic-ui.html.twig', 'LexikFormFilterBundle:Form:form_div_layout.html.twig']
# Doctrine Configuration # Doctrine Configuration
doctrine: doctrine:

View File

@ -25,7 +25,8 @@
"guzzlehttp/guzzle": "^6.2", "guzzlehttp/guzzle": "^6.2",
"knplabs/knp-menu-bundle": "^2.0", "knplabs/knp-menu-bundle": "^2.0",
"oneup/flysystem-bundle": "^1.7", "oneup/flysystem-bundle": "^1.7",
"knplabs/knp-paginator-bundle": "^2.5" "knplabs/knp-paginator-bundle": "^2.5",
"lexik/form-filter-bundle": "~5.0"
}, },
"require-dev": { "require-dev": {
"sensio/generator-bundle": "^3.0", "sensio/generator-bundle": "^3.0",

508
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "849d1466a083135960cd370040489403", "content-hash": "6956e65252fd75b8d2e258fcc54fa3a9",
"packages": [ "packages": [
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
@ -285,20 +285,20 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "v2.5.5", "version": "v2.5.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9" "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44",
"reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/common": ">=2.4,<2.7-dev", "doctrine/common": ">=2.4,<2.8-dev",
"php": ">=5.3.2" "php": ">=5.3.2"
}, },
"require-dev": { "require-dev": {
@ -352,41 +352,41 @@
"persistence", "persistence",
"queryobject" "queryobject"
], ],
"time": "2016-09-09T19:13:33+00:00" "time": "2017-02-08T12:53:47+00:00"
}, },
{ {
"name": "doctrine/doctrine-bundle", "name": "doctrine/doctrine-bundle",
"version": "1.6.4", "version": "1.6.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git", "url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7" "reference": "a01d99bc6c9a6c8a8ace0012690099dd957ce9b9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a01d99bc6c9a6c8a8ace0012690099dd957ce9b9",
"reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7", "reference": "a01d99bc6c9a6c8a8ace0012690099dd957ce9b9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/dbal": "~2.3", "doctrine/dbal": "~2.3",
"doctrine/doctrine-cache-bundle": "~1.0", "doctrine/doctrine-cache-bundle": "~1.0",
"jdorn/sql-formatter": "~1.1", "jdorn/sql-formatter": "~1.1",
"php": ">=5.3.2", "php": ">=5.5.9",
"symfony/console": "~2.3|~3.0", "symfony/console": "~2.7|~3.0",
"symfony/dependency-injection": "~2.3|~3.0", "symfony/dependency-injection": "~2.7|~3.0",
"symfony/doctrine-bridge": "~2.2|~3.0", "symfony/doctrine-bridge": "~2.7|~3.0",
"symfony/framework-bundle": "~2.3|~3.0" "symfony/framework-bundle": "~2.7|~3.0"
}, },
"require-dev": { "require-dev": {
"doctrine/orm": "~2.3", "doctrine/orm": "~2.3",
"phpunit/phpunit": "~4", "phpunit/phpunit": "~4",
"satooshi/php-coveralls": "~0.6.1", "satooshi/php-coveralls": "^1.0",
"symfony/phpunit-bridge": "~2.7|~3.0", "symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/property-info": "~2.8|~3.0", "symfony/property-info": "~2.8|~3.0",
"symfony/validator": "~2.2|~3.0", "symfony/validator": "~2.7|~3.0",
"symfony/yaml": "~2.2|~3.0", "symfony/yaml": "~2.7|~3.0",
"twig/twig": "~1.10" "twig/twig": "~1.10|~2.0"
}, },
"suggest": { "suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
@ -433,7 +433,7 @@
"orm", "orm",
"persistence" "persistence"
], ],
"time": "2016-08-10T15:35:22+00:00" "time": "2017-01-16T12:01:26+00:00"
}, },
{ {
"name": "doctrine/doctrine-cache-bundle", "name": "doctrine/doctrine-cache-bundle",
@ -776,21 +776,21 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "6.2.2", "version": "6.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"guzzlehttp/promises": "^1.0", "guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.3.1", "guzzlehttp/psr7": "^1.4",
"php": ">=5.5" "php": ">=5.5"
}, },
"require-dev": { "require-dev": {
@ -834,7 +834,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2016-10-08T15:01:37+00:00" "time": "2017-02-28T22:50:30+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@ -889,16 +889,16 @@
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "1.3.1", "version": "1.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -934,16 +934,23 @@
"name": "Michael Dowling", "name": "Michael Dowling",
"email": "mtdowling@gmail.com", "email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling" "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": [ "keywords": [
"http", "http",
"message", "message",
"request",
"response",
"stream", "stream",
"uri" "uri",
"url"
], ],
"time": "2016-06-24T23:00:38+00:00" "time": "2017-03-20T17:10:46+00:00"
}, },
{ {
"name": "incenteev/composer-parameter-handler", "name": "incenteev/composer-parameter-handler",
@ -1242,16 +1249,16 @@
}, },
{ {
"name": "knplabs/knp-paginator-bundle", "name": "knplabs/knp-paginator-bundle",
"version": "2.5.3", "version": "2.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/KnpLabs/KnpPaginatorBundle.git", "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
"reference": "c988761005504007c6c87d6a557641281194a0e5" "reference": "1618a19a871ba1245dc68e462b35e7df07dcfcc3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/c988761005504007c6c87d6a557641281194a0e5", "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/1618a19a871ba1245dc68e462b35e7df07dcfcc3",
"reference": "c988761005504007c6c87d6a557641281194a0e5", "reference": "1618a19a871ba1245dc68e462b35e7df07dcfcc3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1261,6 +1268,7 @@
"twig/twig": "~1.12|~2" "twig/twig": "~1.12|~2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.8",
"symfony/expression-language": "~2.4|~3.0" "symfony/expression-language": "~2.4|~3.0"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
@ -1299,20 +1307,20 @@
"pagination", "pagination",
"paginator" "paginator"
], ],
"time": "2016-04-20T11:40:30+00:00" "time": "2017-03-21T09:45:46+00:00"
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.32", "version": "1.0.37",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab" "reference": "78b5cc4feb61a882302df4fbaf63b7662e5e4ccd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1b5c4a0031697f46e779a9d1b309c2e1b24daeab", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/78b5cc4feb61a882302df4fbaf63b7662e5e4ccd",
"reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab", "reference": "78b5cc4feb61a882302df4fbaf63b7662e5e4ccd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1382,20 +1390,80 @@
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2016-10-19T20:38:46+00:00" "time": "2017-03-22T15:43:14+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "lexik/form-filter-bundle",
"version": "1.22.0", "version": "v5.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/lexik/LexikFormFilterBundle.git",
"reference": "bad29cb8d18ab0315e6c477751418a82c850d558" "reference": "124a6c8e9eb109e7616a18d916bbc33137bb308d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558", "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/124a6c8e9eb109e7616a18d916bbc33137bb308d",
"reference": "bad29cb8d18ab0315e6c477751418a82c850d558", "reference": "124a6c8e9eb109e7616a18d916bbc33137bb308d",
"shasum": ""
},
"require": {
"doctrine/orm": "^2.4.8",
"php": ">=5.5.9",
"symfony/form": "~2.8|~3.0",
"symfony/framework-bundle": "~2.8|~3.0"
},
"require-dev": {
"doctrine/mongodb-odm-bundle": "~3.0",
"phpunit/phpunit": "~3.7"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "5.x.x-dev"
}
},
"autoload": {
"psr-4": {
"Lexik\\Bundle\\FormFilterBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dev Lexik",
"email": "dev@lexik.fr"
},
{
"name": "Cedric Girard",
"email": "c.girard@lexik.fr"
}
],
"description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
"homepage": "https://github.com/lexik/LexikFormFilterBundle",
"keywords": [
"Symfony2",
"bundle",
"doctrine",
"filter",
"form"
],
"time": "2017-01-24T13:03:45+00:00"
},
{
"name": "monolog/monolog",
"version": "1.22.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
"reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1460,20 +1528,20 @@
"logging", "logging",
"psr-3" "psr-3"
], ],
"time": "2016-11-26T00:15:39+00:00" "time": "2017-03-13T07:08:03+00:00"
}, },
{ {
"name": "oneup/flysystem-bundle", "name": "oneup/flysystem-bundle",
"version": "1.7.0", "version": "1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/1up-lab/OneupFlysystemBundle.git", "url": "https://github.com/1up-lab/OneupFlysystemBundle.git",
"reference": "5b8b5896d6981127b5c55e7620d10dabb86778bc" "reference": "a68f83415e3af2313c529be6b22bfddfcfe8e90f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/1up-lab/OneupFlysystemBundle/zipball/5b8b5896d6981127b5c55e7620d10dabb86778bc", "url": "https://api.github.com/repos/1up-lab/OneupFlysystemBundle/zipball/a68f83415e3af2313c529be6b22bfddfcfe8e90f",
"reference": "5b8b5896d6981127b5c55e7620d10dabb86778bc", "reference": "a68f83415e3af2313c529be6b22bfddfcfe8e90f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1482,9 +1550,9 @@
"symfony/framework-bundle": "~2.0|~3.0" "symfony/framework-bundle": "~2.0|~3.0"
}, },
"require-dev": { "require-dev": {
"jenko/flysystem-gaufrette": "^1.0",
"league/flysystem-aws-s3-v2": "~1.0", "league/flysystem-aws-s3-v2": "~1.0",
"league/flysystem-cached-adapter": "~1.0", "league/flysystem-cached-adapter": "~1.0",
"league/flysystem-copy": "~1.0",
"league/flysystem-dropbox": "~1.0", "league/flysystem-dropbox": "~1.0",
"league/flysystem-gridfs": "~1.0", "league/flysystem-gridfs": "~1.0",
"league/flysystem-memory": "~1.0", "league/flysystem-memory": "~1.0",
@ -1493,17 +1561,21 @@
"league/flysystem-webdav": "~1.0", "league/flysystem-webdav": "~1.0",
"league/flysystem-ziparchive": "~1.0", "league/flysystem-ziparchive": "~1.0",
"litipk/flysystem-fallback-adapter": "~0.1", "litipk/flysystem-fallback-adapter": "~0.1",
"phpunit/phpunit": "4.4.*", "phpunit/phpunit": "^4.4",
"symfony/asset": "~2.0|~3.0",
"symfony/browser-kit": "~2.0|~3.0", "symfony/browser-kit": "~2.0|~3.0",
"symfony/finder": "~2.0|~3.0", "symfony/finder": "~2.0|~3.0",
"symfony/templating": "~2.0|~3.0",
"symfony/translation": "~2.0|~3.0",
"twistor/flysystem-stream-wrapper": "~1.0" "twistor/flysystem-stream-wrapper": "~1.0"
}, },
"suggest": { "suggest": {
"ext-fileinfo": "Required for MimeType", "ext-fileinfo": "Required for MimeType",
"ext-ftp": "Required for FTP and SFTP",
"jenko/flysystem-gaufrette": "Allows you to use gaufrette adapter",
"league/flysystem-aws-s3-v2": "Use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v2": "Use S3 storage with AWS SDK v2",
"league/flysystem-aws-s3-v3": "Use S3 storage with AWS SDK v3", "league/flysystem-aws-s3-v3": "Use S3 storage with AWS SDK v3",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-copy": "Allows you to use Copy.com storage",
"league/flysystem-dropbox": "Use Dropbox storage", "league/flysystem-dropbox": "Use Dropbox storage",
"league/flysystem-gridfs": "Allows you to use GridFS adapter", "league/flysystem-gridfs": "Allows you to use GridFS adapter",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
@ -1539,20 +1611,20 @@
"abstraction", "abstraction",
"filesystem" "filesystem"
], ],
"time": "2016-12-04T12:16:31+00:00" "time": "2017-03-03T13:41:53+00:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "v2.0.4", "version": "v2.0.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/random_compat.git", "url": "https://github.com/paragonie/random_compat.git",
"reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
"reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1587,7 +1659,7 @@
"pseudorandom", "pseudorandom",
"random" "random"
], ],
"time": "2016-11-07T23:38:38+00:00" "time": "2017-03-13T16:27:32+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",
@ -1734,16 +1806,16 @@
}, },
{ {
"name": "sensio/distribution-bundle", "name": "sensio/distribution-bundle",
"version": "v5.0.15", "version": "v5.0.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
"reference": "d294b0665cf09c799e9c1993d5c776a5bf55cb85" "reference": "17846680901003d26d823c2e3ac9228702837916"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/d294b0665cf09c799e9c1993d5c776a5bf55cb85", "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/17846680901003d26d823c2e3ac9228702837916",
"reference": "d294b0665cf09c799e9c1993d5c776a5bf55cb85", "reference": "17846680901003d26d823c2e3ac9228702837916",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1782,20 +1854,20 @@
"configuration", "configuration",
"distribution" "distribution"
], ],
"time": "2016-12-06T07:29:27+00:00" "time": "2017-01-10T14:58:45+00:00"
}, },
{ {
"name": "sensio/framework-extra-bundle", "name": "sensio/framework-extra-bundle",
"version": "v3.0.18", "version": "v3.0.25",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
"reference": "c38bc608e12e81089d5d9dfbf72775ed553c61af" "reference": "472b339cf0c82f3a033b29f85d9d9cada3cd1a9c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/c38bc608e12e81089d5d9dfbf72775ed553c61af", "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/472b339cf0c82f3a033b29f85d9d9cada3cd1a9c",
"reference": "c38bc608e12e81089d5d9dfbf72775ed553c61af", "reference": "472b339cf0c82f3a033b29f85d9d9cada3cd1a9c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1804,6 +1876,8 @@
"symfony/framework-bundle": "~2.3|~3.0" "symfony/framework-bundle": "~2.3|~3.0"
}, },
"require-dev": { "require-dev": {
"doctrine/doctrine-bundle": "~1.5",
"doctrine/orm": "~2.4,>=2.4.5",
"symfony/asset": "~2.7|~3.0", "symfony/asset": "~2.7|~3.0",
"symfony/browser-kit": "~2.3|~3.0", "symfony/browser-kit": "~2.3|~3.0",
"symfony/dom-crawler": "~2.3|~3.0", "symfony/dom-crawler": "~2.3|~3.0",
@ -1816,7 +1890,7 @@
"symfony/translation": "~2.3|~3.0", "symfony/translation": "~2.3|~3.0",
"symfony/twig-bundle": "~2.3|~3.0", "symfony/twig-bundle": "~2.3|~3.0",
"symfony/yaml": "~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" "zendframework/zend-diactoros": "^1.3"
}, },
"suggest": { "suggest": {
@ -1850,20 +1924,20 @@
"annotations", "annotations",
"controllers" "controllers"
], ],
"time": "2016-12-14T08:30:06+00:00" "time": "2017-03-21T23:34:44+00:00"
}, },
{ {
"name": "sensiolabs/security-checker", "name": "sensiolabs/security-checker",
"version": "v4.0.0", "version": "v4.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/security-checker.git", "url": "https://github.com/sensiolabs/security-checker.git",
"reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c" "reference": "56bded66985e22f6eac2cf86735fd21c625bff2f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/56bded66985e22f6eac2cf86735fd21c625bff2f",
"reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", "reference": "56bded66985e22f6eac2cf86735fd21c625bff2f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1894,27 +1968,28 @@
} }
], ],
"description": "A security checker for your composer.lock", "description": "A security checker for your composer.lock",
"time": "2016-09-23T18:09:57+00:00" "time": "2017-03-09T17:33:20+00:00"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
"version": "v5.4.4", "version": "v5.4.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git", "url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756" "reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e",
"reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756", "reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~0.9.1" "mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1947,20 +2022,20 @@
"mail", "mail",
"mailer" "mailer"
], ],
"time": "2016-11-24T01:01:23+00:00" "time": "2017-02-13T07:52:53+00:00"
}, },
{ {
"name": "symfony/monolog-bundle", "name": "symfony/monolog-bundle",
"version": "2.12.0", "version": "v2.12.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/monolog-bundle.git", "url": "https://github.com/symfony/monolog-bundle.git",
"reference": "6acef3bd201c4f35e42e52dedf1fe088f30e07e8" "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/6acef3bd201c4f35e42e52dedf1fe088f30e07e8", "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
"reference": "6acef3bd201c4f35e42e52dedf1fe088f30e07e8", "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2007,7 +2082,7 @@
"log", "log",
"logging" "logging"
], ],
"time": "2016-11-06T18:54:50+00:00" "time": "2017-01-02T19:04:26+00:00"
}, },
{ {
"name": "symfony/polyfill-apcu", "name": "symfony/polyfill-apcu",
@ -2348,16 +2423,16 @@
}, },
{ {
"name": "symfony/swiftmailer-bundle", "name": "symfony/swiftmailer-bundle",
"version": "v2.4.2", "version": "v2.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/swiftmailer-bundle.git", "url": "https://github.com/symfony/swiftmailer-bundle.git",
"reference": "ad751095576ce0c12a284e30e3fff80c91f27225" "reference": "8ab32ce31a7156621fb92e0466586186beb89759"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/ad751095576ce0c12a284e30e3fff80c91f27225", "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/8ab32ce31a7156621fb92e0466586186beb89759",
"reference": "ad751095576ce0c12a284e30e3fff80c91f27225", "reference": "8ab32ce31a7156621fb92e0466586186beb89759",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2379,7 +2454,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.4-dev" "dev-master": "2.5-dev"
} }
}, },
"autoload": { "autoload": {
@ -2403,20 +2478,20 @@
], ],
"description": "Symfony SwiftmailerBundle", "description": "Symfony SwiftmailerBundle",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2016-12-20T04:44:33+00:00" "time": "2017-03-21T21:47:36+00:00"
}, },
{ {
"name": "symfony/symfony", "name": "symfony/symfony",
"version": "v3.2.1", "version": "v3.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/symfony.git", "url": "https://github.com/symfony/symfony.git",
"reference": "5824d423678a0cc44f3eb46efc246aecd1836dd7" "reference": "b0f8a7fa4b8baadf9db299cb6ac87c96a8977dbe"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/symfony/zipball/5824d423678a0cc44f3eb46efc246aecd1836dd7", "url": "https://api.github.com/repos/symfony/symfony/zipball/b0f8a7fa4b8baadf9db299cb6ac87c96a8977dbe",
"reference": "5824d423678a0cc44f3eb46efc246aecd1836dd7", "reference": "b0f8a7fa4b8baadf9db299cb6ac87c96a8977dbe",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2433,7 +2508,8 @@
}, },
"conflict": { "conflict": {
"phpdocumentor/reflection-docblock": "<3.0", "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": { "provide": {
"psr/cache-implementation": "1.0" "psr/cache-implementation": "1.0"
@ -2499,6 +2575,7 @@
"ocramius/proxy-manager": "~0.4|~1.0|~2.0", "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
"phpdocumentor/reflection-docblock": "^3.0", "phpdocumentor/reflection-docblock": "^3.0",
"predis/predis": "~1.0", "predis/predis": "~1.0",
"sensio/framework-extra-bundle": "^3.0.2",
"symfony/phpunit-bridge": "~3.2", "symfony/phpunit-bridge": "~3.2",
"symfony/polyfill-apcu": "~1.1", "symfony/polyfill-apcu": "~1.1",
"symfony/security-acl": "~2.8|~3.0" "symfony/security-acl": "~2.8|~3.0"
@ -2545,33 +2622,34 @@
"keywords": [ "keywords": [
"framework" "framework"
], ],
"time": "2016-12-13T13:20:15+00:00" "time": "2017-03-10T18:35:48+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.29.0", "version": "v1.33.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "74f723e542368ca2080b252740be5f1113ebb898" "reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/74f723e542368ca2080b252740be5f1113ebb898", "url": "https://api.github.com/repos/twigphp/Twig/zipball/05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a",
"reference": "74f723e542368ca2080b252740be5f1113ebb898", "reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.2.7" "php": ">=5.2.7"
}, },
"require-dev": { "require-dev": {
"psr/container": "^1.0",
"symfony/debug": "~2.7", "symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~3.2@dev" "symfony/phpunit-bridge": "~3.3@dev"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.29-dev" "dev-master": "1.33-dev"
} }
}, },
"autoload": { "autoload": {
@ -2606,22 +2684,22 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2016-12-13T17:28:18+00:00" "time": "2017-03-22T15:40:09+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v2.0.0", "version": "v2.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "f3baf72eb2f58bf275b372540f5b47d25aed910f" "reference": "c7de769d7b44f2c9de68e1f678b65efd8126f60b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/f3baf72eb2f58bf275b372540f5b47d25aed910f", "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c7de769d7b44f2c9de68e1f678b65efd8126f60b",
"reference": "f3baf72eb2f58bf275b372540f5b47d25aed910f", "reference": "c7de769d7b44f2c9de68e1f678b65efd8126f60b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2633,6 +2711,8 @@
"symfony/filesystem": "^2.4 || ^3.0", "symfony/filesystem": "^2.4 || ^3.0",
"symfony/finder": "^2.2 || ^3.0", "symfony/finder": "^2.2 || ^3.0",
"symfony/polyfill-php54": "^1.0", "symfony/polyfill-php54": "^1.0",
"symfony/polyfill-php55": "^1.3",
"symfony/polyfill-xml": "^1.3",
"symfony/process": "^2.3 || ^3.0", "symfony/process": "^2.3 || ^3.0",
"symfony/stopwatch": "^2.5 || ^3.0" "symfony/stopwatch": "^2.5 || ^3.0"
}, },
@ -2641,18 +2721,18 @@
}, },
"require-dev": { "require-dev": {
"gecko-packages/gecko-php-unit": "^2.0", "gecko-packages/gecko-php-unit": "^2.0",
"phpunit/phpunit": "^4.5|^5", "justinrainbow/json-schema": "^5.0",
"satooshi/php-coveralls": "^1.0" "phpunit/phpunit": "^4.5 || ^5.0",
"satooshi/php-coveralls": "^1.0",
"symfony/phpunit-bridge": "^3.2"
},
"suggest": {
"ext-xml": "For better performance."
}, },
"bin": [ "bin": [
"php-cs-fixer" "php-cs-fixer"
], ],
"type": "application", "type": "application",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"PhpCsFixer\\": "src/" "PhpCsFixer\\": "src/"
@ -2673,7 +2753,49 @@
} }
], ],
"description": "A tool to automatically fix PHP code style", "description": "A tool to automatically fix PHP code style",
"time": "2016-12-01T06:18:06+00:00" "time": "2017-03-15T17:13:07+00:00"
},
{
"name": "ircmaxell/password-compat",
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/ircmaxell/password_compat.git",
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "library",
"autoload": {
"files": [
"lib/password.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Ferrara",
"email": "ircmaxell@php.net",
"homepage": "http://blog.ircmaxell.com"
}
],
"description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
"homepage": "https://github.com/ircmaxell/password_compat",
"keywords": [
"hashing",
"password"
],
"time": "2014-11-20T16:49:30+00:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
@ -2729,16 +2851,16 @@
}, },
{ {
"name": "sensio/generator-bundle", "name": "sensio/generator-bundle",
"version": "v3.1.2", "version": "v3.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
"reference": "ec278c0bd530edf155c4a00900577b5cb80f559e" "reference": "37f9f4e165b033fb76cc2320838321cc57140e65"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ec278c0bd530edf155c4a00900577b5cb80f559e", "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/37f9f4e165b033fb76cc2320838321cc57140e65",
"reference": "ec278c0bd530edf155c4a00900577b5cb80f559e", "reference": "37f9f4e165b033fb76cc2320838321cc57140e65",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2750,7 +2872,9 @@
}, },
"require-dev": { "require-dev": {
"doctrine/orm": "~2.4", "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", "type": "symfony-bundle",
"extra": { "extra": {
@ -2777,26 +2901,30 @@
} }
], ],
"description": "This bundle generates code for you", "description": "This bundle generates code for you",
"time": "2016-12-05T16:01:19+00:00" "time": "2017-03-15T01:02:10+00:00"
}, },
{ {
"name": "symfony/phpunit-bridge", "name": "symfony/phpunit-bridge",
"version": "v3.2.1", "version": "v3.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git", "url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "65e64a4f99cbaeae718573c3347fbe800f3f6661" "reference": "9103d17dd57c512a3a027bb5628f6701464d6fef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/65e64a4f99cbaeae718573c3347fbe800f3f6661", "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/9103d17dd57c512a3a027bb5628f6701464d6fef",
"reference": "65e64a4f99cbaeae718573c3347fbe800f3f6661", "reference": "9103d17dd57c512a3a027bb5628f6701464d6fef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"conflict": {
"phpunit/phpunit": ">=6.0"
},
"suggest": { "suggest": {
"ext-zip": "Zip support is required when using bin/simple-phpunit",
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
}, },
"bin": [ "bin": [
@ -2835,7 +2963,7 @@
], ],
"description": "Symfony PHPUnit Bridge", "description": "Symfony PHPUnit Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-12-12T13:31:08+00:00" "time": "2017-03-09T12:58:16+00:00"
}, },
{ {
"name": "symfony/polyfill-php54", "name": "symfony/polyfill-php54",
@ -2894,6 +3022,120 @@
"shim" "shim"
], ],
"time": "2016-11-14T01:06:16+00:00" "time": "2016-11-14T01:06:16+00:00"
},
{
"name": "symfony/polyfill-php55",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php55.git",
"reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
"reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
"shasum": ""
},
"require": {
"ircmaxell/password-compat": "~1.0",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php55\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2016-11-14T01:06:16+00:00"
},
{
"name": "symfony/polyfill-xml",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-xml.git",
"reference": "64b6a864f18ab4fddad49f5025f805f6781dfabd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-xml/zipball/64b6a864f18ab4fddad49f5025f805f6781dfabd",
"reference": "64b6a864f18ab4fddad49f5025f805f6781dfabd",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-xml": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Xml\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for xml's utf8_encode and utf8_decode functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2016-11-14T01:06:16+00:00"
} }
], ],
"aliases": [], "aliases": [],