From 160924b9c9897f955ed341479f49325979f95d27 Mon Sep 17 00:00:00 2001 From: Michiel Kodde Date: Wed, 24 May 2017 11:19:15 +0200 Subject: [PATCH 1/6] Stop the SwiftmailerBundle from being registered as a bundle in the RA application. --- app/AppKernel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/AppKernel.php b/app/AppKernel.php index b7f21267..7c5ec36d 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -28,7 +28,6 @@ public function registerBundles() new Symfony\Bundle\SecurityBundle\SecurityBundle(), new Symfony\Bundle\TwigBundle\TwigBundle(), new Symfony\Bundle\MonologBundle\MonologBundle(), - new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(), new Symfony\Bundle\AsseticBundle\AsseticBundle(), new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), new Surfnet\StepupRa\RaBundle\SurfnetStepupRaRaBundle(), From 9880b56e905d2bfda88fb378ee474ef48f85b443 Mon Sep 17 00:00:00 2001 From: Michiel Kodde Date: Wed, 24 May 2017 11:21:57 +0200 Subject: [PATCH 2/6] Remove the swiftmailer config --- app/config/config.yml | 8 -------- app/config/config_dev.yml | 3 --- app/config/config_test.yml | 3 --- 3 files changed, 14 deletions(-) diff --git a/app/config/config.yml b/app/config/config.yml index fac1de6c..5a727b5d 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -56,14 +56,6 @@ assetic: #yui_css: # jar: "%kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar" -# Swiftmailer Configuration -swiftmailer: - transport: "%mailer_transport%" - host: "%mailer_host%" - username: "%mailer_user%" - password: "%mailer_password%" - spool: { type: memory } - nelmio_security: clickjacking: paths: diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index cfe93935..9d9254b0 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml @@ -54,9 +54,6 @@ monolog: assetic: use_controller: "%use_assetic_controller%" -swiftmailer: - port: 1025 - nelmio_security: csp: img: [ self, 'data:' ] diff --git a/app/config/config_test.yml b/app/config/config_test.yml index 66c4a8c8..122b6997 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml @@ -12,9 +12,6 @@ web_profiler: toolbar: false intercept_redirects: false -swiftmailer: - disable_delivery: true - nelmio_security: csp: img: [ self, 'data:' ] From 898289cc674413844960d48ff71ea410530db891 Mon Sep 17 00:00:00 2001 From: Michiel Kodde Date: Wed, 24 May 2017 11:22:31 +0200 Subject: [PATCH 3/6] Remove the swiftmailer as a dependency of the project. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 6a5d119e..730969b5 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,6 @@ "surfnet/stepup-bundle": "^1.7", "surfnet/stepup-u2f-bundle": "dev-develop", "guzzlehttp/guzzle": "^6", - "symfony/swiftmailer-bundle": "~2.3", "knplabs/knp-paginator-bundle": "~2.4", "mopa/composer-bridge": "~1.5", "ramsey/uuid": "^3.5" From 48eea85d0bd5259f1b15f59d2a796838ca62a763 Mon Sep 17 00:00:00 2001 From: Michiel Kodde Date: Wed, 24 May 2017 11:36:20 +0200 Subject: [PATCH 4/6] Updated the lockfile --- composer.lock | 275 +++++++++++++++----------------------------------- 1 file changed, 82 insertions(+), 193 deletions(-) diff --git a/composer.lock b/composer.lock index 0875f13f..a78eb691 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +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": "531daa2b9405ac57d4baca49cf6f4587", - "content-hash": "b3bac046adc08a305dd8397db0ae5025", + "content-hash": "3aa6c3ba125a0d8d07cf999fecd8b157", "packages": [ { "name": "beberlei/assert", @@ -58,7 +57,7 @@ "assertion", "validation" ], - "time": "2016-06-20 12:01:28" + "time": "2016-06-20T12:01:28+00:00" }, { "name": "doctrine/annotations", @@ -126,7 +125,7 @@ "docblock", "parser" ], - "time": "2015-08-31 12:32:49" + "time": "2015-08-31T12:32:49+00:00" }, { "name": "doctrine/cache", @@ -196,7 +195,7 @@ "cache", "caching" ], - "time": "2015-12-31 16:37:02" + "time": "2015-12-31T16:37:02+00:00" }, { "name": "doctrine/collections", @@ -262,7 +261,7 @@ "collections", "iterator" ], - "time": "2015-04-14 22:21:58" + "time": "2015-04-14T22:21:58+00:00" }, { "name": "doctrine/common", @@ -335,7 +334,7 @@ "persistence", "spl" ], - "time": "2015-12-25 13:18:31" + "time": "2015-12-25T13:18:31+00:00" }, { "name": "doctrine/inflector", @@ -402,7 +401,7 @@ "singularize", "string" ], - "time": "2015-11-06 14:35:42" + "time": "2015-11-06T14:35:42+00:00" }, { "name": "doctrine/lexer", @@ -456,7 +455,7 @@ "lexer", "parser" ], - "time": "2014-09-09 13:34:57" + "time": "2014-09-09T13:34:57+00:00" }, { "name": "fortawesome/font-awesome", @@ -504,7 +503,7 @@ "font", "icon" ], - "time": "2014-08-26 16:36:44" + "time": "2014-08-26T16:36:44+00:00" }, { "name": "graylog2/gelf-php", @@ -557,7 +556,7 @@ } ], "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.", - "time": "2016-06-02 06:04:56" + "time": "2016-06-02T06:04:56+00:00" }, { "name": "guzzlehttp/guzzle", @@ -619,7 +618,7 @@ "rest", "web service" ], - "time": "2017-02-28 22:50:30" + "time": "2017-02-28T22:50:30+00:00" }, { "name": "guzzlehttp/promises", @@ -670,7 +669,7 @@ "keywords": [ "promise" ], - "time": "2016-12-20 10:07:11" + "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", @@ -735,7 +734,7 @@ "uri", "url" ], - "time": "2017-02-27 10:51:17" + "time": "2017-02-27T10:51:17+00:00" }, { "name": "incenteev/composer-parameter-handler", @@ -786,7 +785,7 @@ "keywords": [ "parameters management" ], - "time": "2015-11-10 17:04:01" + "time": "2015-11-10T17:04:01+00:00" }, { "name": "jms/aop-bundle", @@ -833,7 +832,7 @@ "annotations", "aop" ], - "time": "2015-09-13 09:02:33" + "time": "2015-09-13T09:02:33+00:00" }, { "name": "jms/cg", @@ -877,7 +876,7 @@ "keywords": [ "code generation" ], - "time": "2015-09-13 08:54:43" + "time": "2015-09-13T08:54:43+00:00" }, { "name": "jms/di-extra-bundle", @@ -944,7 +943,7 @@ "annotations", "dependency injection" ], - "time": "2013-06-08 13:13:40" + "time": "2013-06-08T13:13:40+00:00" }, { "name": "jms/metadata", @@ -996,7 +995,7 @@ "xml", "yaml" ], - "time": "2014-07-12 07:13:19" + "time": "2014-07-12T07:13:19+00:00" }, { "name": "jms/translation-bundle", @@ -1070,7 +1069,7 @@ "ui", "webinterface" ], - "time": "2013-06-08 14:08:19" + "time": "2013-06-08T14:08:19+00:00" }, { "name": "knplabs/knp-components", @@ -1141,7 +1140,7 @@ "pager", "paginator" ], - "time": "2016-04-21 06:26:20" + "time": "2016-04-21T06:26:20+00:00" }, { "name": "knplabs/knp-paginator-bundle", @@ -1202,7 +1201,7 @@ "pagination", "paginator" ], - "time": "2016-04-20 11:40:30" + "time": "2016-04-20T11:40:30+00:00" }, { "name": "kriswallsmith/assetic", @@ -1279,7 +1278,7 @@ "compression", "minification" ], - "time": "2015-11-12 13:51:40" + "time": "2015-11-12T13:51:40+00:00" }, { "name": "monolog/monolog", @@ -1357,7 +1356,7 @@ "logging", "psr-3" ], - "time": "2016-04-12 18:29:35" + "time": "2016-04-12T18:29:35+00:00" }, { "name": "moontoast/math", @@ -1393,7 +1392,7 @@ "bcmath", "math" ], - "time": "2013-01-19 17:42:34" + "time": "2013-01-19T17:42:34+00:00" }, { "name": "mopa/bootstrap-bundle", @@ -1465,7 +1464,7 @@ "form", "template" ], - "time": "2015-09-10 17:23:40" + "time": "2015-09-10T17:23:40+00:00" }, { "name": "mopa/composer-bridge", @@ -1516,7 +1515,7 @@ "Symfony2", "composer" ], - "time": "2015-10-01 19:20:19" + "time": "2015-10-01T19:20:19+00:00" }, { "name": "nelmio/security-bundle", @@ -1568,7 +1567,7 @@ "keywords": [ "security" ], - "time": "2016-02-23 10:42:13" + "time": "2016-02-23T10:42:13+00:00" }, { "name": "nikic/php-parser", @@ -1607,7 +1606,7 @@ "parser", "php" ], - "time": "2012-04-23 22:52:11" + "time": "2012-04-23T22:52:11+00:00" }, { "name": "paragonie/random_compat", @@ -1655,7 +1654,7 @@ "pseudorandom", "random" ], - "time": "2016-03-18 20:34:03" + "time": "2016-03-18T20:34:03+00:00" }, { "name": "psr/http-message", @@ -1705,7 +1704,7 @@ "request", "response" ], - "time": "2016-08-06 14:39:51" + "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", @@ -1752,7 +1751,7 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+00:00" }, { "name": "ramsey/uuid", @@ -1832,7 +1831,7 @@ "identifier", "uuid" ], - "time": "2016-08-02 18:39:32" + "time": "2016-08-02T18:39:32+00:00" }, { "name": "robrichards/xmlseclibs", @@ -1873,7 +1872,7 @@ "xml", "xmldsig" ], - "time": "2016-09-08 13:31:44" + "time": "2016-09-08T13:31:44+00:00" }, { "name": "sensio/distribution-bundle", @@ -1933,7 +1932,7 @@ "configuration", "distribution" ], - "time": "2015-06-05 22:32:22" + "time": "2015-06-05T22:32:22+00:00" }, { "name": "sensio/framework-extra-bundle", @@ -1995,7 +1994,7 @@ "annotations", "controllers" ], - "time": "2016-03-25 17:08:27" + "time": "2016-03-25T17:08:27+00:00" }, { "name": "sensiolabs/security-checker", @@ -2040,7 +2039,7 @@ } ], "description": "A security checker for your composer.lock", - "time": "2015-05-28 14:22:40" + "time": "2015-05-28T14:22:40+00:00" }, { "name": "simplesamlphp/saml2", @@ -2089,7 +2088,7 @@ } ], "description": "SAML2 PHP library from SimpleSAMLphp", - "time": "2016-12-02 12:15:53" + "time": "2016-12-02T12:15:53+00:00" }, { "name": "surfnet/stepup-bundle", @@ -2146,7 +2145,7 @@ "suaas", "surfnet" ], - "time": "2017-03-07 13:44:04" + "time": "2017-03-07T13:44:04+00:00" }, { "name": "surfnet/stepup-middleware-client-bundle", @@ -2199,7 +2198,7 @@ "Apache-2.0" ], "description": "Symfony2 bundle for consuming the Step-up Middleware API.", - "time": "2017-03-07 14:10:57" + "time": "2017-03-07T14:10:57+00:00" }, { "name": "surfnet/stepup-saml-bundle", @@ -2247,7 +2246,7 @@ "stepup", "surfnet" ], - "time": "2016-07-01 09:33:44" + "time": "2016-07-01T09:33:44+00:00" }, { "name": "surfnet/stepup-u2f-bundle", @@ -2291,59 +2290,6 @@ "description": "The SURFnet Step-up U2F bundle contains server-side device verification, and the necessary forms and resources to enable client-side U2F interaction with Step-up Identities", "time": "2015-09-17 15:02:04" }, - { - "name": "swiftmailer/swiftmailer", - "version": "v5.4.2", - "source": { - "type": "git", - "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "d8db871a54619458a805229a057ea2af33c753e8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8", - "reference": "d8db871a54619458a805229a057ea2af33c753e8", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "mockery/mockery": "~0.9.1,<0.9.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.4-dev" - } - }, - "autoload": { - "files": [ - "lib/swift_required.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Chris Corbyn" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Swiftmailer, free feature-rich PHP mailer", - "homepage": "http://swiftmailer.org", - "keywords": [ - "email", - "mail", - "mailer" - ], - "time": "2016-05-01 08:45:47" - }, { "name": "symfony/assetic-bundle", "version": "v2.8.0", @@ -2412,7 +2358,7 @@ "compression", "minification" ], - "time": "2015-12-28 13:12:39" + "time": "2015-12-28T13:12:39+00:00" }, { "name": "symfony/monolog-bundle", @@ -2472,7 +2418,7 @@ "log", "logging" ], - "time": "2016-04-13 16:21:01" + "time": "2016-04-13T16:21:01+00:00" }, { "name": "symfony/polyfill-apcu", @@ -2525,7 +2471,7 @@ "portable", "shim" ], - "time": "2016-05-18 14:26:46" + "time": "2016-05-18T14:26:46+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -2584,64 +2530,7 @@ "portable", "shim" ], - "time": "2016-05-18 14:26:46" - }, - { - "name": "symfony/swiftmailer-bundle", - "version": "v2.3.11", - "source": { - "type": "git", - "url": "https://github.com/symfony/swiftmailer-bundle.git", - "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690", - "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690", - "shasum": "" - }, - "require": { - "php": ">=5.3.2", - "swiftmailer/swiftmailer": ">=4.2.0,~5.0", - "symfony/config": "~2.3|~3.0", - "symfony/dependency-injection": "~2.3|~3.0", - "symfony/http-kernel": "~2.3|~3.0", - "symfony/yaml": "~2.3|~3.0" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7|~3.0" - }, - "suggest": { - "psr/log": "Allows logging" - }, - "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Bundle\\SwiftmailerBundle\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Symfony SwiftmailerBundle", - "homepage": "http://symfony.com", - "time": "2016-01-15 16:41:20" + "time": "2016-05-18T14:26:46+00:00" }, { "name": "symfony/symfony", @@ -2768,7 +2657,7 @@ "keywords": [ "framework" ], - "time": "2016-06-06 15:23:39" + "time": "2016-06-06T15:23:39+00:00" }, { "name": "twbs/bootstrap", @@ -2819,7 +2708,7 @@ "responsive", "web" ], - "time": "2014-06-26 16:36:48" + "time": "2014-06-26T16:36:48+00:00" }, { "name": "twig/extensions", @@ -2871,7 +2760,7 @@ "i18n", "text" ], - "time": "2015-08-22 16:38:35" + "time": "2015-08-22T16:38:35+00:00" }, { "name": "twig/twig", @@ -2933,7 +2822,7 @@ "keywords": [ "templating" ], - "time": "2017-02-27 00:07:03" + "time": "2017-02-27T00:07:03+00:00" }, { "name": "yubico/u2flib-server", @@ -2964,7 +2853,7 @@ ], "description": "Library for U2F implementation", "homepage": "https://developers.yubico.com/php-u2flib-server", - "time": "2015-03-03 08:05:16" + "time": "2015-03-03T08:05:16+00:00" } ], "packages-dev": [ @@ -3020,7 +2909,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14 21:17:01" + "time": "2015-06-14T21:17:01+00:00" }, { "name": "guzzlehttp/streams", @@ -3073,7 +2962,7 @@ "Guzzle", "stream" ], - "time": "2014-08-17 21:15:53" + "time": "2014-08-17T21:15:53+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -3118,7 +3007,7 @@ "keywords": [ "test" ], - "time": "2015-05-11 14:41:42" + "time": "2015-05-11T14:41:42+00:00" }, { "name": "liip/rmt", @@ -3177,7 +3066,7 @@ "vcs tag", "version" ], - "time": "2015-05-06 20:11:13" + "time": "2015-05-06T20:11:13+00:00" }, { "name": "matthiasnoback/symfony-config-test", @@ -3225,7 +3114,7 @@ "phpunit", "symfony" ], - "time": "2015-11-25 21:40:32" + "time": "2015-11-25T21:40:32+00:00" }, { "name": "mockery/mockery", @@ -3290,7 +3179,7 @@ "test double", "testing" ], - "time": "2016-05-22 21:52:33" + "time": "2016-05-22T21:52:33+00:00" }, { "name": "pdepend/pdepend", @@ -3330,7 +3219,7 @@ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", - "time": "2017-01-19 14:23:36" + "time": "2017-01-19T14:23:36+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -3384,7 +3273,7 @@ "reflection", "static analysis" ], - "time": "2015-12-27 11:43:31" + "time": "2015-12-27T11:43:31+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -3429,7 +3318,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2016-09-30 07:12:33" + "time": "2016-09-30T07:12:33+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -3476,7 +3365,7 @@ "email": "me@mikevanriel.com" } ], - "time": "2016-11-25 06:54:22" + "time": "2016-11-25T06:54:22+00:00" }, { "name": "phpmd/phpmd", @@ -3542,7 +3431,7 @@ "phpmd", "pmd" ], - "time": "2017-01-20 14:41:10" + "time": "2017-01-20T14:41:10+00:00" }, { "name": "phpspec/prophecy", @@ -3605,7 +3494,7 @@ "spy", "stub" ], - "time": "2017-03-02 20:05:34" + "time": "2017-03-02T20:05:34+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3667,7 +3556,7 @@ "testing", "xunit" ], - "time": "2015-10-06 15:47:00" + "time": "2015-10-06T15:47:00+00:00" }, { "name": "phpunit/php-file-iterator", @@ -3714,7 +3603,7 @@ "filesystem", "iterator" ], - "time": "2016-10-03 07:40:28" + "time": "2016-10-03T07:40:28+00:00" }, { "name": "phpunit/php-text-template", @@ -3755,7 +3644,7 @@ "keywords": [ "template" ], - "time": "2015-06-21 13:50:34" + "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", @@ -3804,7 +3693,7 @@ "keywords": [ "timer" ], - "time": "2017-02-26 11:10:40" + "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", @@ -3853,7 +3742,7 @@ "keywords": [ "tokenizer" ], - "time": "2017-02-27 10:12:30" + "time": "2017-02-27T10:12:30+00:00" }, { "name": "phpunit/phpunit", @@ -3925,7 +3814,7 @@ "testing", "xunit" ], - "time": "2017-02-06 05:18:07" + "time": "2017-02-06T05:18:07+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -3981,7 +3870,7 @@ "mock", "xunit" ], - "time": "2015-10-02 06:51:40" + "time": "2015-10-02T06:51:40+00:00" }, { "name": "sebastian/comparator", @@ -4045,7 +3934,7 @@ "compare", "equality" ], - "time": "2017-01-29 09:50:25" + "time": "2017-01-29T09:50:25+00:00" }, { "name": "sebastian/diff", @@ -4097,7 +3986,7 @@ "keywords": [ "diff" ], - "time": "2015-12-08 07:14:41" + "time": "2015-12-08T07:14:41+00:00" }, { "name": "sebastian/environment", @@ -4147,7 +4036,7 @@ "environment", "hhvm" ], - "time": "2016-08-18 05:49:44" + "time": "2016-08-18T05:49:44+00:00" }, { "name": "sebastian/exporter", @@ -4214,7 +4103,7 @@ "export", "exporter" ], - "time": "2016-06-17 09:04:28" + "time": "2016-06-17T09:04:28+00:00" }, { "name": "sebastian/finder-facade", @@ -4253,7 +4142,7 @@ ], "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", "homepage": "https://github.com/sebastianbergmann/finder-facade", - "time": "2016-02-17 07:02:23" + "time": "2016-02-17T07:02:23+00:00" }, { "name": "sebastian/global-state", @@ -4304,7 +4193,7 @@ "keywords": [ "global state" ], - "time": "2015-10-12 03:26:01" + "time": "2015-10-12T03:26:01+00:00" }, { "name": "sebastian/phpcpd", @@ -4355,7 +4244,7 @@ ], "description": "Copy/Paste Detector (CPD) for PHP code.", "homepage": "https://github.com/sebastianbergmann/phpcpd", - "time": "2016-04-17 19:32:49" + "time": "2016-04-17T19:32:49+00:00" }, { "name": "sebastian/recursion-context", @@ -4408,7 +4297,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2015-11-11 19:50:13" + "time": "2015-11-11T19:50:13+00:00" }, { "name": "sebastian/version", @@ -4443,7 +4332,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-06-21 13:59:46" + "time": "2015-06-21T13:59:46+00:00" }, { "name": "sensio/generator-bundle", @@ -4491,7 +4380,7 @@ } ], "description": "This bundle generates code for you", - "time": "2015-03-17 06:36:52" + "time": "2015-03-17T06:36:52+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -4566,7 +4455,7 @@ "phpcs", "standards" ], - "time": "2014-12-04 22:32:15" + "time": "2014-12-04T22:32:15+00:00" }, { "name": "theseer/fdomdocument", @@ -4606,7 +4495,7 @@ ], "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", "homepage": "https://github.com/theseer/fDOMDocument", - "time": "2015-05-27 22:58:02" + "time": "2015-05-27T22:58:02+00:00" }, { "name": "vierbergenlars/php-semver", @@ -4658,7 +4547,7 @@ "semver", "versioning" ], - "time": "2015-05-02 19:28:54" + "time": "2015-05-02T19:28:54+00:00" }, { "name": "webmozart/assert", @@ -4708,7 +4597,7 @@ "check", "validate" ], - "time": "2016-11-23 20:04:58" + "time": "2016-11-23T20:04:58+00:00" } ], "aliases": [], From d873b8142e5cf4b214a14bee5ca0e33cb98b0e2f Mon Sep 17 00:00:00 2001 From: Michiel Kodde Date: Wed, 24 May 2017 11:19:15 +0200 Subject: [PATCH 5/6] Stop using SwiftMailerBundle Stop the SwiftmailerBundle from being registered as a bundle in the RA application as it no longer is used. --- app/AppKernel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/AppKernel.php b/app/AppKernel.php index b7f21267..7c5ec36d 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -28,7 +28,6 @@ public function registerBundles() new Symfony\Bundle\SecurityBundle\SecurityBundle(), new Symfony\Bundle\TwigBundle\TwigBundle(), new Symfony\Bundle\MonologBundle\MonologBundle(), - new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(), new Symfony\Bundle\AsseticBundle\AsseticBundle(), new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), new Surfnet\StepupRa\RaBundle\SurfnetStepupRaRaBundle(), From 4be17595012578a005119539c5281f772e6ba9a7 Mon Sep 17 00:00:00 2001 From: Michiel Kodde Date: Wed, 24 May 2017 11:21:57 +0200 Subject: [PATCH 6/6] Remove SwiftMailerBundle from the project - Updated the config files. - Remove the swiftmailer as a dependency of the project. - Updated the lockfile. --- app/config/config.yml | 8 -- app/config/config_dev.yml | 3 - app/config/config_test.yml | 3 - composer.json | 1 - composer.lock | 275 +++++++++++-------------------------- 5 files changed, 82 insertions(+), 208 deletions(-) diff --git a/app/config/config.yml b/app/config/config.yml index fac1de6c..5a727b5d 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -56,14 +56,6 @@ assetic: #yui_css: # jar: "%kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar" -# Swiftmailer Configuration -swiftmailer: - transport: "%mailer_transport%" - host: "%mailer_host%" - username: "%mailer_user%" - password: "%mailer_password%" - spool: { type: memory } - nelmio_security: clickjacking: paths: diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index cfe93935..9d9254b0 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml @@ -54,9 +54,6 @@ monolog: assetic: use_controller: "%use_assetic_controller%" -swiftmailer: - port: 1025 - nelmio_security: csp: img: [ self, 'data:' ] diff --git a/app/config/config_test.yml b/app/config/config_test.yml index 66c4a8c8..122b6997 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml @@ -12,9 +12,6 @@ web_profiler: toolbar: false intercept_redirects: false -swiftmailer: - disable_delivery: true - nelmio_security: csp: img: [ self, 'data:' ] diff --git a/composer.json b/composer.json index 6a5d119e..730969b5 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,6 @@ "surfnet/stepup-bundle": "^1.7", "surfnet/stepup-u2f-bundle": "dev-develop", "guzzlehttp/guzzle": "^6", - "symfony/swiftmailer-bundle": "~2.3", "knplabs/knp-paginator-bundle": "~2.4", "mopa/composer-bridge": "~1.5", "ramsey/uuid": "^3.5" diff --git a/composer.lock b/composer.lock index 0875f13f..a78eb691 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +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": "531daa2b9405ac57d4baca49cf6f4587", - "content-hash": "b3bac046adc08a305dd8397db0ae5025", + "content-hash": "3aa6c3ba125a0d8d07cf999fecd8b157", "packages": [ { "name": "beberlei/assert", @@ -58,7 +57,7 @@ "assertion", "validation" ], - "time": "2016-06-20 12:01:28" + "time": "2016-06-20T12:01:28+00:00" }, { "name": "doctrine/annotations", @@ -126,7 +125,7 @@ "docblock", "parser" ], - "time": "2015-08-31 12:32:49" + "time": "2015-08-31T12:32:49+00:00" }, { "name": "doctrine/cache", @@ -196,7 +195,7 @@ "cache", "caching" ], - "time": "2015-12-31 16:37:02" + "time": "2015-12-31T16:37:02+00:00" }, { "name": "doctrine/collections", @@ -262,7 +261,7 @@ "collections", "iterator" ], - "time": "2015-04-14 22:21:58" + "time": "2015-04-14T22:21:58+00:00" }, { "name": "doctrine/common", @@ -335,7 +334,7 @@ "persistence", "spl" ], - "time": "2015-12-25 13:18:31" + "time": "2015-12-25T13:18:31+00:00" }, { "name": "doctrine/inflector", @@ -402,7 +401,7 @@ "singularize", "string" ], - "time": "2015-11-06 14:35:42" + "time": "2015-11-06T14:35:42+00:00" }, { "name": "doctrine/lexer", @@ -456,7 +455,7 @@ "lexer", "parser" ], - "time": "2014-09-09 13:34:57" + "time": "2014-09-09T13:34:57+00:00" }, { "name": "fortawesome/font-awesome", @@ -504,7 +503,7 @@ "font", "icon" ], - "time": "2014-08-26 16:36:44" + "time": "2014-08-26T16:36:44+00:00" }, { "name": "graylog2/gelf-php", @@ -557,7 +556,7 @@ } ], "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.", - "time": "2016-06-02 06:04:56" + "time": "2016-06-02T06:04:56+00:00" }, { "name": "guzzlehttp/guzzle", @@ -619,7 +618,7 @@ "rest", "web service" ], - "time": "2017-02-28 22:50:30" + "time": "2017-02-28T22:50:30+00:00" }, { "name": "guzzlehttp/promises", @@ -670,7 +669,7 @@ "keywords": [ "promise" ], - "time": "2016-12-20 10:07:11" + "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", @@ -735,7 +734,7 @@ "uri", "url" ], - "time": "2017-02-27 10:51:17" + "time": "2017-02-27T10:51:17+00:00" }, { "name": "incenteev/composer-parameter-handler", @@ -786,7 +785,7 @@ "keywords": [ "parameters management" ], - "time": "2015-11-10 17:04:01" + "time": "2015-11-10T17:04:01+00:00" }, { "name": "jms/aop-bundle", @@ -833,7 +832,7 @@ "annotations", "aop" ], - "time": "2015-09-13 09:02:33" + "time": "2015-09-13T09:02:33+00:00" }, { "name": "jms/cg", @@ -877,7 +876,7 @@ "keywords": [ "code generation" ], - "time": "2015-09-13 08:54:43" + "time": "2015-09-13T08:54:43+00:00" }, { "name": "jms/di-extra-bundle", @@ -944,7 +943,7 @@ "annotations", "dependency injection" ], - "time": "2013-06-08 13:13:40" + "time": "2013-06-08T13:13:40+00:00" }, { "name": "jms/metadata", @@ -996,7 +995,7 @@ "xml", "yaml" ], - "time": "2014-07-12 07:13:19" + "time": "2014-07-12T07:13:19+00:00" }, { "name": "jms/translation-bundle", @@ -1070,7 +1069,7 @@ "ui", "webinterface" ], - "time": "2013-06-08 14:08:19" + "time": "2013-06-08T14:08:19+00:00" }, { "name": "knplabs/knp-components", @@ -1141,7 +1140,7 @@ "pager", "paginator" ], - "time": "2016-04-21 06:26:20" + "time": "2016-04-21T06:26:20+00:00" }, { "name": "knplabs/knp-paginator-bundle", @@ -1202,7 +1201,7 @@ "pagination", "paginator" ], - "time": "2016-04-20 11:40:30" + "time": "2016-04-20T11:40:30+00:00" }, { "name": "kriswallsmith/assetic", @@ -1279,7 +1278,7 @@ "compression", "minification" ], - "time": "2015-11-12 13:51:40" + "time": "2015-11-12T13:51:40+00:00" }, { "name": "monolog/monolog", @@ -1357,7 +1356,7 @@ "logging", "psr-3" ], - "time": "2016-04-12 18:29:35" + "time": "2016-04-12T18:29:35+00:00" }, { "name": "moontoast/math", @@ -1393,7 +1392,7 @@ "bcmath", "math" ], - "time": "2013-01-19 17:42:34" + "time": "2013-01-19T17:42:34+00:00" }, { "name": "mopa/bootstrap-bundle", @@ -1465,7 +1464,7 @@ "form", "template" ], - "time": "2015-09-10 17:23:40" + "time": "2015-09-10T17:23:40+00:00" }, { "name": "mopa/composer-bridge", @@ -1516,7 +1515,7 @@ "Symfony2", "composer" ], - "time": "2015-10-01 19:20:19" + "time": "2015-10-01T19:20:19+00:00" }, { "name": "nelmio/security-bundle", @@ -1568,7 +1567,7 @@ "keywords": [ "security" ], - "time": "2016-02-23 10:42:13" + "time": "2016-02-23T10:42:13+00:00" }, { "name": "nikic/php-parser", @@ -1607,7 +1606,7 @@ "parser", "php" ], - "time": "2012-04-23 22:52:11" + "time": "2012-04-23T22:52:11+00:00" }, { "name": "paragonie/random_compat", @@ -1655,7 +1654,7 @@ "pseudorandom", "random" ], - "time": "2016-03-18 20:34:03" + "time": "2016-03-18T20:34:03+00:00" }, { "name": "psr/http-message", @@ -1705,7 +1704,7 @@ "request", "response" ], - "time": "2016-08-06 14:39:51" + "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", @@ -1752,7 +1751,7 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+00:00" }, { "name": "ramsey/uuid", @@ -1832,7 +1831,7 @@ "identifier", "uuid" ], - "time": "2016-08-02 18:39:32" + "time": "2016-08-02T18:39:32+00:00" }, { "name": "robrichards/xmlseclibs", @@ -1873,7 +1872,7 @@ "xml", "xmldsig" ], - "time": "2016-09-08 13:31:44" + "time": "2016-09-08T13:31:44+00:00" }, { "name": "sensio/distribution-bundle", @@ -1933,7 +1932,7 @@ "configuration", "distribution" ], - "time": "2015-06-05 22:32:22" + "time": "2015-06-05T22:32:22+00:00" }, { "name": "sensio/framework-extra-bundle", @@ -1995,7 +1994,7 @@ "annotations", "controllers" ], - "time": "2016-03-25 17:08:27" + "time": "2016-03-25T17:08:27+00:00" }, { "name": "sensiolabs/security-checker", @@ -2040,7 +2039,7 @@ } ], "description": "A security checker for your composer.lock", - "time": "2015-05-28 14:22:40" + "time": "2015-05-28T14:22:40+00:00" }, { "name": "simplesamlphp/saml2", @@ -2089,7 +2088,7 @@ } ], "description": "SAML2 PHP library from SimpleSAMLphp", - "time": "2016-12-02 12:15:53" + "time": "2016-12-02T12:15:53+00:00" }, { "name": "surfnet/stepup-bundle", @@ -2146,7 +2145,7 @@ "suaas", "surfnet" ], - "time": "2017-03-07 13:44:04" + "time": "2017-03-07T13:44:04+00:00" }, { "name": "surfnet/stepup-middleware-client-bundle", @@ -2199,7 +2198,7 @@ "Apache-2.0" ], "description": "Symfony2 bundle for consuming the Step-up Middleware API.", - "time": "2017-03-07 14:10:57" + "time": "2017-03-07T14:10:57+00:00" }, { "name": "surfnet/stepup-saml-bundle", @@ -2247,7 +2246,7 @@ "stepup", "surfnet" ], - "time": "2016-07-01 09:33:44" + "time": "2016-07-01T09:33:44+00:00" }, { "name": "surfnet/stepup-u2f-bundle", @@ -2291,59 +2290,6 @@ "description": "The SURFnet Step-up U2F bundle contains server-side device verification, and the necessary forms and resources to enable client-side U2F interaction with Step-up Identities", "time": "2015-09-17 15:02:04" }, - { - "name": "swiftmailer/swiftmailer", - "version": "v5.4.2", - "source": { - "type": "git", - "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "d8db871a54619458a805229a057ea2af33c753e8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8", - "reference": "d8db871a54619458a805229a057ea2af33c753e8", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "mockery/mockery": "~0.9.1,<0.9.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.4-dev" - } - }, - "autoload": { - "files": [ - "lib/swift_required.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Chris Corbyn" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Swiftmailer, free feature-rich PHP mailer", - "homepage": "http://swiftmailer.org", - "keywords": [ - "email", - "mail", - "mailer" - ], - "time": "2016-05-01 08:45:47" - }, { "name": "symfony/assetic-bundle", "version": "v2.8.0", @@ -2412,7 +2358,7 @@ "compression", "minification" ], - "time": "2015-12-28 13:12:39" + "time": "2015-12-28T13:12:39+00:00" }, { "name": "symfony/monolog-bundle", @@ -2472,7 +2418,7 @@ "log", "logging" ], - "time": "2016-04-13 16:21:01" + "time": "2016-04-13T16:21:01+00:00" }, { "name": "symfony/polyfill-apcu", @@ -2525,7 +2471,7 @@ "portable", "shim" ], - "time": "2016-05-18 14:26:46" + "time": "2016-05-18T14:26:46+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -2584,64 +2530,7 @@ "portable", "shim" ], - "time": "2016-05-18 14:26:46" - }, - { - "name": "symfony/swiftmailer-bundle", - "version": "v2.3.11", - "source": { - "type": "git", - "url": "https://github.com/symfony/swiftmailer-bundle.git", - "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690", - "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690", - "shasum": "" - }, - "require": { - "php": ">=5.3.2", - "swiftmailer/swiftmailer": ">=4.2.0,~5.0", - "symfony/config": "~2.3|~3.0", - "symfony/dependency-injection": "~2.3|~3.0", - "symfony/http-kernel": "~2.3|~3.0", - "symfony/yaml": "~2.3|~3.0" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7|~3.0" - }, - "suggest": { - "psr/log": "Allows logging" - }, - "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Bundle\\SwiftmailerBundle\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Symfony SwiftmailerBundle", - "homepage": "http://symfony.com", - "time": "2016-01-15 16:41:20" + "time": "2016-05-18T14:26:46+00:00" }, { "name": "symfony/symfony", @@ -2768,7 +2657,7 @@ "keywords": [ "framework" ], - "time": "2016-06-06 15:23:39" + "time": "2016-06-06T15:23:39+00:00" }, { "name": "twbs/bootstrap", @@ -2819,7 +2708,7 @@ "responsive", "web" ], - "time": "2014-06-26 16:36:48" + "time": "2014-06-26T16:36:48+00:00" }, { "name": "twig/extensions", @@ -2871,7 +2760,7 @@ "i18n", "text" ], - "time": "2015-08-22 16:38:35" + "time": "2015-08-22T16:38:35+00:00" }, { "name": "twig/twig", @@ -2933,7 +2822,7 @@ "keywords": [ "templating" ], - "time": "2017-02-27 00:07:03" + "time": "2017-02-27T00:07:03+00:00" }, { "name": "yubico/u2flib-server", @@ -2964,7 +2853,7 @@ ], "description": "Library for U2F implementation", "homepage": "https://developers.yubico.com/php-u2flib-server", - "time": "2015-03-03 08:05:16" + "time": "2015-03-03T08:05:16+00:00" } ], "packages-dev": [ @@ -3020,7 +2909,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14 21:17:01" + "time": "2015-06-14T21:17:01+00:00" }, { "name": "guzzlehttp/streams", @@ -3073,7 +2962,7 @@ "Guzzle", "stream" ], - "time": "2014-08-17 21:15:53" + "time": "2014-08-17T21:15:53+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -3118,7 +3007,7 @@ "keywords": [ "test" ], - "time": "2015-05-11 14:41:42" + "time": "2015-05-11T14:41:42+00:00" }, { "name": "liip/rmt", @@ -3177,7 +3066,7 @@ "vcs tag", "version" ], - "time": "2015-05-06 20:11:13" + "time": "2015-05-06T20:11:13+00:00" }, { "name": "matthiasnoback/symfony-config-test", @@ -3225,7 +3114,7 @@ "phpunit", "symfony" ], - "time": "2015-11-25 21:40:32" + "time": "2015-11-25T21:40:32+00:00" }, { "name": "mockery/mockery", @@ -3290,7 +3179,7 @@ "test double", "testing" ], - "time": "2016-05-22 21:52:33" + "time": "2016-05-22T21:52:33+00:00" }, { "name": "pdepend/pdepend", @@ -3330,7 +3219,7 @@ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", - "time": "2017-01-19 14:23:36" + "time": "2017-01-19T14:23:36+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -3384,7 +3273,7 @@ "reflection", "static analysis" ], - "time": "2015-12-27 11:43:31" + "time": "2015-12-27T11:43:31+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -3429,7 +3318,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2016-09-30 07:12:33" + "time": "2016-09-30T07:12:33+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -3476,7 +3365,7 @@ "email": "me@mikevanriel.com" } ], - "time": "2016-11-25 06:54:22" + "time": "2016-11-25T06:54:22+00:00" }, { "name": "phpmd/phpmd", @@ -3542,7 +3431,7 @@ "phpmd", "pmd" ], - "time": "2017-01-20 14:41:10" + "time": "2017-01-20T14:41:10+00:00" }, { "name": "phpspec/prophecy", @@ -3605,7 +3494,7 @@ "spy", "stub" ], - "time": "2017-03-02 20:05:34" + "time": "2017-03-02T20:05:34+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3667,7 +3556,7 @@ "testing", "xunit" ], - "time": "2015-10-06 15:47:00" + "time": "2015-10-06T15:47:00+00:00" }, { "name": "phpunit/php-file-iterator", @@ -3714,7 +3603,7 @@ "filesystem", "iterator" ], - "time": "2016-10-03 07:40:28" + "time": "2016-10-03T07:40:28+00:00" }, { "name": "phpunit/php-text-template", @@ -3755,7 +3644,7 @@ "keywords": [ "template" ], - "time": "2015-06-21 13:50:34" + "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", @@ -3804,7 +3693,7 @@ "keywords": [ "timer" ], - "time": "2017-02-26 11:10:40" + "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", @@ -3853,7 +3742,7 @@ "keywords": [ "tokenizer" ], - "time": "2017-02-27 10:12:30" + "time": "2017-02-27T10:12:30+00:00" }, { "name": "phpunit/phpunit", @@ -3925,7 +3814,7 @@ "testing", "xunit" ], - "time": "2017-02-06 05:18:07" + "time": "2017-02-06T05:18:07+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -3981,7 +3870,7 @@ "mock", "xunit" ], - "time": "2015-10-02 06:51:40" + "time": "2015-10-02T06:51:40+00:00" }, { "name": "sebastian/comparator", @@ -4045,7 +3934,7 @@ "compare", "equality" ], - "time": "2017-01-29 09:50:25" + "time": "2017-01-29T09:50:25+00:00" }, { "name": "sebastian/diff", @@ -4097,7 +3986,7 @@ "keywords": [ "diff" ], - "time": "2015-12-08 07:14:41" + "time": "2015-12-08T07:14:41+00:00" }, { "name": "sebastian/environment", @@ -4147,7 +4036,7 @@ "environment", "hhvm" ], - "time": "2016-08-18 05:49:44" + "time": "2016-08-18T05:49:44+00:00" }, { "name": "sebastian/exporter", @@ -4214,7 +4103,7 @@ "export", "exporter" ], - "time": "2016-06-17 09:04:28" + "time": "2016-06-17T09:04:28+00:00" }, { "name": "sebastian/finder-facade", @@ -4253,7 +4142,7 @@ ], "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", "homepage": "https://github.com/sebastianbergmann/finder-facade", - "time": "2016-02-17 07:02:23" + "time": "2016-02-17T07:02:23+00:00" }, { "name": "sebastian/global-state", @@ -4304,7 +4193,7 @@ "keywords": [ "global state" ], - "time": "2015-10-12 03:26:01" + "time": "2015-10-12T03:26:01+00:00" }, { "name": "sebastian/phpcpd", @@ -4355,7 +4244,7 @@ ], "description": "Copy/Paste Detector (CPD) for PHP code.", "homepage": "https://github.com/sebastianbergmann/phpcpd", - "time": "2016-04-17 19:32:49" + "time": "2016-04-17T19:32:49+00:00" }, { "name": "sebastian/recursion-context", @@ -4408,7 +4297,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2015-11-11 19:50:13" + "time": "2015-11-11T19:50:13+00:00" }, { "name": "sebastian/version", @@ -4443,7 +4332,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-06-21 13:59:46" + "time": "2015-06-21T13:59:46+00:00" }, { "name": "sensio/generator-bundle", @@ -4491,7 +4380,7 @@ } ], "description": "This bundle generates code for you", - "time": "2015-03-17 06:36:52" + "time": "2015-03-17T06:36:52+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -4566,7 +4455,7 @@ "phpcs", "standards" ], - "time": "2014-12-04 22:32:15" + "time": "2014-12-04T22:32:15+00:00" }, { "name": "theseer/fdomdocument", @@ -4606,7 +4495,7 @@ ], "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", "homepage": "https://github.com/theseer/fDOMDocument", - "time": "2015-05-27 22:58:02" + "time": "2015-05-27T22:58:02+00:00" }, { "name": "vierbergenlars/php-semver", @@ -4658,7 +4547,7 @@ "semver", "versioning" ], - "time": "2015-05-02 19:28:54" + "time": "2015-05-02T19:28:54+00:00" }, { "name": "webmozart/assert", @@ -4708,7 +4597,7 @@ "check", "validate" ], - "time": "2016-11-23 20:04:58" + "time": "2016-11-23T20:04:58+00:00" } ], "aliases": [],