From d9ffc044927f9bc7b5068ad2e15df495abd79364 Mon Sep 17 00:00:00 2001 From: Kevin Cristiano Date: Fri, 18 May 2018 05:06:31 -0400 Subject: [PATCH] Squash WCUS customizations --- .gitignore | 3 + composer.lock | 1225 +++++----- config/docker.yml.dist | 6 +- .../assets/sass/abstracts/variables.scss | 25 + resources/assets/sass/app.scss | 15 +- .../sass/components/_accessibility.scss | 37 + .../assets/sass/components/_account.scss | 61 + resources/assets/sass/components/_base.scss | 147 ++ .../assets/sass/components/_buttons.scss | 35 +- .../assets/sass/components/_landing.scss | 75 + .../assets/sass/components/_wordcamp.scss | 45 + resources/views/_call-submit.twig | 3 + resources/views/_marketing.twig | 44 +- resources/views/admin/index.twig | 14 +- resources/views/admin/speaker/index.twig | 2 +- resources/views/admin/talks/index.twig | 8 +- resources/views/admin/talks/view.twig | 4 +- resources/views/dashboard.twig | 113 +- resources/views/forms/_talk.twig | 99 +- resources/views/forms/_user.twig | 85 +- resources/views/home.twig | 35 +- resources/views/ideas.twig | 64 +- resources/views/layouts/admin.twig | 4 +- resources/views/layouts/default.twig | 53 +- resources/views/layouts/reviewer.twig | 2 +- resources/views/layouts/splash.twig | 2 +- resources/views/package.twig | 64 +- resources/views/reviewer/index.twig | 12 +- resources/views/reviewer/talks/index.twig | 6 +- resources/views/reviewer/talks/view.twig | 4 +- resources/views/talk/create.twig | 8 +- resources/views/talk/edit.twig | 6 +- resources/views/talk/view.twig | 14 +- resources/views/user/change_password.twig | 4 +- resources/views/user/create.twig | 4 +- resources/views/user/edit.twig | 4 +- resources/views/user/reset_password.twig | 4 +- src/Http/Form/SignupForm.php | 6 +- tailwind.js | 10 +- web/assets/css/app.css | 503 ++++- .../img/WordCampUS-Logo_2017-Below-White.svg | 1 + .../img/WordCampUS-Logo_Below-White.svg | 1 + web/assets/img/cta-background.jpg | Bin 0 -> 732349 bytes web/assets/img/logo.svg | 186 +- web/assets/img/wcus-nash-banner.jpg | Bin 0 -> 113391 bytes web/assets/img/wcus-nash-banner.svg | 1996 +++++++++++++++++ 46 files changed, 3935 insertions(+), 1104 deletions(-) create mode 100644 resources/assets/sass/abstracts/variables.scss create mode 100644 resources/assets/sass/components/_accessibility.scss create mode 100644 resources/assets/sass/components/_account.scss create mode 100644 resources/assets/sass/components/_base.scss create mode 100644 resources/assets/sass/components/_landing.scss create mode 100644 resources/assets/sass/components/_wordcamp.scss create mode 100644 resources/views/_call-submit.twig mode change 100644 => 100755 resources/views/_marketing.twig mode change 100644 => 100755 resources/views/home.twig create mode 100644 web/assets/img/WordCampUS-Logo_2017-Below-White.svg create mode 100644 web/assets/img/WordCampUS-Logo_Below-White.svg create mode 100644 web/assets/img/cta-background.jpg create mode 100644 web/assets/img/wcus-nash-banner.jpg create mode 100644 web/assets/img/wcus-nash-banner.svg diff --git a/.gitignore b/.gitignore index 2d56b166f..72c00cb5b 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,7 @@ infection.json docker-compose.yml Homestead.yaml +# WCUS Additions +/web/.well-known +templates copy/ resources/config/config_production.yml diff --git a/composer.lock b/composer.lock index b9a6347c3..3f91dfe6d 100644 --- a/composer.lock +++ b/composer.lock @@ -474,16 +474,16 @@ }, { "name": "doctrine/common", - "version": "v2.11.0", + "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff" + "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff", - "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff", + "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", + "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", "shasum": "" }, "require": { @@ -553,7 +553,7 @@ "doctrine", "php" ], - "time": "2019-09-10T10:10:14+00:00" + "time": "2020-01-10T15:49:25+00:00" }, { "name": "doctrine/dbal", @@ -649,16 +649,16 @@ }, { "name": "doctrine/doctrine-bundle", - "version": "1.12.6", + "version": "1.12.7", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "08f944760ac471aa97a9b0386dfdb559db80b32d" + "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/08f944760ac471aa97a9b0386dfdb559db80b32d", - "reference": "08f944760ac471aa97a9b0386dfdb559db80b32d", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/18fb7d271676dcb8e882adb0157ac1445c8fe89c", + "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c", "shasum": "" }, "require": { @@ -687,6 +687,7 @@ "phpunit/phpunit": "^7.5", "symfony/phpunit-bridge": "^4.2", "symfony/property-info": "^3.4.30|^4.3.3", + "symfony/proxy-manager-bridge": "^3.4|^4|^5", "symfony/twig-bridge": "^3.4|^4.1", "symfony/validator": "^3.4.30|^4.3.3", "symfony/web-profiler-bundle": "^3.4.30|^4.3.3", @@ -738,7 +739,7 @@ "orm", "persistence" ], - "time": "2019-12-19T09:08:00+00:00" + "time": "2020-01-10T12:25:22+00:00" }, { "name": "doctrine/doctrine-cache-bundle", @@ -1162,16 +1163,16 @@ }, { "name": "doctrine/migrations", - "version": "2.2.0", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "8e124252d2f6be1124017d746d5994dd4095d66f" + "reference": "a3987131febeb0e9acb3c47ab0df0af004588934" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/8e124252d2f6be1124017d746d5994dd4095d66f", - "reference": "8e124252d2f6be1124017d746d5994dd4095d66f", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/a3987131febeb0e9acb3c47ab0df0af004588934", + "reference": "a3987131febeb0e9acb3c47ab0df0af004588934", "shasum": "" }, "require": { @@ -1240,20 +1241,20 @@ "migrations", "php" ], - "time": "2019-11-13T11:06:31+00:00" + "time": "2019-12-04T06:09:14+00:00" }, { "name": "doctrine/orm", - "version": "v2.7.0", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "4d763ca4c925f647b248b9fa01b5f47aa3685d62" + "reference": "445796af0e873d9bd04f2502d322a7d5009b6846" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/4d763ca4c925f647b248b9fa01b5f47aa3685d62", - "reference": "4d763ca4c925f647b248b9fa01b5f47aa3685d62", + "url": "https://api.github.com/repos/doctrine/orm/zipball/445796af0e873d9bd04f2502d322a7d5009b6846", + "reference": "445796af0e873d9bd04f2502d322a7d5009b6846", "shasum": "" }, "require": { @@ -1266,6 +1267,7 @@ "doctrine/instantiator": "^1.3", "doctrine/persistence": "^1.2", "ext-pdo": "*", + "ocramius/package-versions": "^1.2", "php": "^7.1", "symfony/console": "^3.0|^4.0|^5.0" }, @@ -1323,20 +1325,20 @@ "database", "orm" ], - "time": "2019-11-19T08:38:05+00:00" + "time": "2020-02-15T14:35:56+00:00" }, { "name": "doctrine/persistence", - "version": "1.3.3", + "version": "1.3.6", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5" + "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/99b196bbd4715a94fa100fac664a351ffa46d6a5", - "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/5dd3ac5eebef2d0b074daa4440bb18f93132dee4", + "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4", "shasum": "" }, "require": { @@ -1344,7 +1346,7 @@ "doctrine/cache": "^1.0", "doctrine/collections": "^1.0", "doctrine/event-manager": "^1.0", - "doctrine/reflection": "^1.0", + "doctrine/reflection": "^1.1", "php": "^7.1" }, "conflict": { @@ -1406,20 +1408,20 @@ "orm", "persistence" ], - "time": "2019-12-13T10:43:02+00:00" + "time": "2020-01-16T22:06:23+00:00" }, { "name": "doctrine/reflection", - "version": "v1.0.0", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", - "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6" + "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6", - "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/bc420ead87fdfe08c03ecc3549db603a45b06d4c", + "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c", "shasum": "" }, "require": { @@ -1427,13 +1429,15 @@ "ext-tokenizer": "*", "php": "^7.1" }, + "conflict": { + "doctrine/common": "<2.9" + }, "require-dev": { - "doctrine/coding-standard": "^4.0", - "doctrine/common": "^2.8", - "phpstan/phpstan": "^0.9.2", - "phpstan/phpstan-phpunit": "^0.9.4", - "phpunit/phpunit": "^7.0", - "squizlabs/php_codesniffer": "^3.0" + "doctrine/coding-standard": "^5.0", + "doctrine/common": "^2.10", + "phpstan/phpstan": "^0.11.0", + "phpstan/phpstan-phpunit": "^0.11.0", + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { @@ -1451,6 +1455,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -1459,10 +1467,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -1476,30 +1480,32 @@ "email": "ocramius@gmail.com" } ], - "description": "Doctrine Reflection component", + "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.", "homepage": "https://www.doctrine-project.org/projects/reflection.html", "keywords": [ - "reflection" + "reflection", + "static" ], - "time": "2018-06-14T14:45:07+00:00" + "time": "2020-01-08T19:53:19+00:00" }, { "name": "egulias/email-validator", - "version": "2.1.13", + "version": "2.1.17", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "834593d5900615639208417760ba6a17299e2497" + "reference": "ade6887fd9bd74177769645ab5c474824f8a418a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/834593d5900615639208417760ba6a17299e2497", - "reference": "834593d5900615639208417760ba6a17299e2497", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a", + "reference": "ade6887fd9bd74177769645ab5c474824f8a418a", "shasum": "" }, "require": { "doctrine/lexer": "^1.0.1", - "php": ">=5.5" + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.10" }, "require-dev": { "dominicsayers/isemail": "^3.0.7", @@ -1538,7 +1544,7 @@ "validation", "validator" ], - "time": "2019-12-30T08:14:25+00:00" + "time": "2020-02-13T22:36:52+00:00" }, { "name": "ezyang/htmlpurifier", @@ -2421,16 +2427,16 @@ }, { "name": "league/flysystem", - "version": "1.0.62", + "version": "1.0.64", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "14dd5d7dff5fbc29ca9a2a53ff109760e40d91a0" + "reference": "d13c43dbd4b791f815215959105a008515d1a2e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/14dd5d7dff5fbc29ca9a2a53ff109760e40d91a0", - "reference": "14dd5d7dff5fbc29ca9a2a53ff109760e40d91a0", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/d13c43dbd4b791f815215959105a008515d1a2e0", + "reference": "d13c43dbd4b791f815215959105a008515d1a2e0", "shasum": "" }, "require": { @@ -2442,7 +2448,7 @@ }, "require-dev": { "phpspec/phpspec": "^3.4", - "phpunit/phpunit": "^5.7.10" + "phpunit/phpunit": "^5.7.26" }, "suggest": { "ext-fileinfo": "Required for MimeType", @@ -2501,20 +2507,20 @@ "sftp", "storage" ], - "time": "2019-12-29T14:46:55+00:00" + "time": "2020-02-05T18:14:17+00:00" }, { "name": "m4tthumphrey/php-gitlab-api", - "version": "9.16.0", + "version": "9.17.0", "source": { "type": "git", "url": "https://github.com/m4tthumphrey/php-gitlab-api.git", - "reference": "b6684dcc85e465f2e39be2ccea2e708994a32a95" + "reference": "a4c3d1638fc35a76cc276f53773d6c74820c0f29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/m4tthumphrey/php-gitlab-api/zipball/b6684dcc85e465f2e39be2ccea2e708994a32a95", - "reference": "b6684dcc85e465f2e39be2ccea2e708994a32a95", + "url": "https://api.github.com/repos/m4tthumphrey/php-gitlab-api/zipball/a4c3d1638fc35a76cc276f53773d6c74820c0f29", + "reference": "a4c3d1638fc35a76cc276f53773d6c74820c0f29", "shasum": "" }, "require": { @@ -2536,7 +2542,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.15-dev" + "dev-master": "9.16-dev" } }, "autoload": { @@ -2569,7 +2575,7 @@ "api", "gitlab" ], - "time": "2020-01-02T13:40:11+00:00" + "time": "2020-02-17T09:36:49+00:00" }, { "name": "michelf/php-markdown", @@ -2700,16 +2706,16 @@ }, { "name": "nesbot/carbon", - "version": "2.28.0", + "version": "2.30.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "e2bcbcd43e67ee6101d321d5de916251d2870ca8" + "reference": "912dff66d2690ca66abddb9b291a1df5f371d3b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e2bcbcd43e67ee6101d321d5de916251d2870ca8", - "reference": "e2bcbcd43e67ee6101d321d5de916251d2870ca8", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/912dff66d2690ca66abddb9b291a1df5f371d3b4", + "reference": "912dff66d2690ca66abddb9b291a1df5f371d3b4", "shasum": "" }, "require": { @@ -2720,7 +2726,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", "kylekatarnls/multi-tester": "^1.1", - "phpmd/phpmd": "dev-php-7.1-compatibility", + "phpmd/phpmd": "^2.8", "phpstan/phpstan": "^0.11", "phpunit/phpunit": "^7.5 || ^8.0", "squizlabs/php_codesniffer": "^3.4" @@ -2766,7 +2772,7 @@ "datetime", "time" ], - "time": "2019-12-16T16:30:25+00:00" + "time": "2020-02-07T15:25:46+00:00" }, { "name": "ocramius/package-versions", @@ -2891,22 +2897,24 @@ }, { "name": "oneup/flysystem-bundle", - "version": "3.3.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/1up-lab/OneupFlysystemBundle.git", - "reference": "eb06fdc02362504702d162564c4c2b307ff30df0" + "reference": "bf8b1bdc4fca6e0ad072ff917b9c9e792d682588" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/1up-lab/OneupFlysystemBundle/zipball/eb06fdc02362504702d162564c4c2b307ff30df0", - "reference": "eb06fdc02362504702d162564c4c2b307ff30df0", + "url": "https://api.github.com/repos/1up-lab/OneupFlysystemBundle/zipball/bf8b1bdc4fca6e0ad072ff917b9c9e792d682588", + "reference": "bf8b1bdc4fca6e0ad072ff917b9c9e792d682588", "shasum": "" }, "require": { "league/flysystem": "^1.0.26", "php": "^7.0", - "symfony/framework-bundle": "^3.4|^4.0|^5.0" + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/http-kernel": "^3.4|^4.0|^5.0" }, "require-dev": { "jenko/flysystem-gaufrette": "^1.0", @@ -2927,6 +2935,7 @@ "symfony/asset": "^3.4|^4.0|^5.0", "symfony/browser-kit": "^3.4|^4.0|^5.0", "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/framework-bundle": "^3.4|^4.0|^5.0", "symfony/templating": "^3.4|^4.0|^5.0", "symfony/translation": "^3.4|^4.0|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0", @@ -2986,7 +2995,7 @@ "filesystem", "symfony" ], - "time": "2019-12-06T16:27:51+00:00" + "time": "2020-01-09T08:40:41+00:00" }, { "name": "pagerfanta/pagerfanta", @@ -3971,16 +3980,16 @@ }, { "name": "ramsey/uuid", - "version": "3.9.2", + "version": "3.9.3", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "7779489a47d443f845271badbdcedfe4df8e06fb" + "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb", - "reference": "7779489a47d443f845271badbdcedfe4df8e06fb", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92", + "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92", "shasum": "" }, "require": { @@ -4054,33 +4063,32 @@ "identifier", "uuid" ], - "time": "2019-12-17T08:18:51+00:00" + "time": "2020-02-21T04:36:14+00:00" }, { "name": "ramsey/uuid-doctrine", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/ramsey/uuid-doctrine.git", - "reference": "2a56db8e68bff487508244f5a2008075279d0255" + "reference": "9facc4689547e72e03c1e18df4a0ee162b2778b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid-doctrine/zipball/2a56db8e68bff487508244f5a2008075279d0255", - "reference": "2a56db8e68bff487508244f5a2008075279d0255", + "url": "https://api.github.com/repos/ramsey/uuid-doctrine/zipball/9facc4689547e72e03c1e18df4a0ee162b2778b0", + "reference": "9facc4689547e72e03c1e18df4a0ee162b2778b0", "shasum": "" }, "require": { "doctrine/orm": "^2.5", - "php": "^5.4 || ^7.0", - "ramsey/uuid": "^3.0" + "php": "^5.4 | ^7 | ^8", + "ramsey/uuid": "^3.5 | ^4" }, "require-dev": { - "jakub-onderka/php-parallel-lint": "^1.0", - "mockery/mockery": "^0.9 || ^1.1", - "php-coveralls/php-coveralls": "^1.1 || ^2.1", - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5", - "squizlabs/php_codesniffer": "^3.3" + "jakub-onderka/php-parallel-lint": "^1", + "mockery/mockery": "^0.9 | ^1", + "phpunit/phpunit": "^4.8.36 | ^5.7 | ^6.5 | ^7", + "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "autoload": { @@ -4092,26 +4100,16 @@ "license": [ "MIT" ], - "authors": [ - { - "name": "Marijn Huizendveld", - "email": "marijn.huizendveld@gmail.com" - }, - { - "name": "Ben Ramsey", - "email": "ben@benramsey.com", - "homepage": "http://benramsey.com" - } - ], - "description": "Allow the use of a ramsey/uuid UUID as Doctrine field type.", + "description": "Allow the use of ramsey/uuid as a Doctrine field type.", "homepage": "https://github.com/ramsey/uuid-doctrine", "keywords": [ + "database", "doctrine", "guid", "identifier", "uuid" ], - "time": "2018-08-11T21:01:22+00:00" + "time": "2020-01-27T05:09:17+00:00" }, { "name": "sensio/framework-extra-bundle", @@ -4255,16 +4253,16 @@ }, { "name": "symfony/cache", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "6af64bab165e588300378a87bcd2df3c7c31c144" + "reference": "0198a01c8d918d6d717f96dfdcba9582bc5f6468" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/6af64bab165e588300378a87bcd2df3c7c31c144", - "reference": "6af64bab165e588300378a87bcd2df3c7c31c144", + "url": "https://api.github.com/repos/symfony/cache/zipball/0198a01c8d918d6d717f96dfdcba9582bc5f6468", + "reference": "0198a01c8d918d6d717f96dfdcba9582bc5f6468", "shasum": "" }, "require": { @@ -4330,20 +4328,78 @@ "caching", "psr6" ], - "time": "2019-12-16T10:45:21+00:00" + "time": "2020-01-29T14:35:06+00:00" + }, + { + "name": "symfony/cache-contracts", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16", + "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/cache": "^1.0" + }, + "suggest": { + "symfony/cache-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" + } + }, + "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": "Generic abstractions related to caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2019-11-18T17:27:11+00:00" }, { "name": "symfony/config", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "6911d432edd5b50822986604fd5a5be3af856d30" + "reference": "4d3979f54472637169080f802dc82197e21fdcce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/6911d432edd5b50822986604fd5a5be3af856d30", - "reference": "6911d432edd5b50822986604fd5a5be3af856d30", + "url": "https://api.github.com/repos/symfony/config/zipball/4d3979f54472637169080f802dc82197e21fdcce", + "reference": "4d3979f54472637169080f802dc82197e21fdcce", "shasum": "" }, "require": { @@ -4394,20 +4450,20 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2019-12-18T12:00:29+00:00" + "time": "2020-01-04T13:00:46+00:00" }, { "name": "symfony/console", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0" + "reference": "f512001679f37e6a042b51897ed24a2f05eba656" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/82437719dab1e6bdd28726af14cb345c2ec816d0", - "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0", + "url": "https://api.github.com/repos/symfony/console/zipball/f512001679f37e6a042b51897ed24a2f05eba656", + "reference": "f512001679f37e6a042b51897ed24a2f05eba656", "shasum": "" }, "require": { @@ -4470,97 +4526,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-12-17T10:32:23+00:00" - }, - { - "name": "symfony/contracts", - "version": "v1.1.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/contracts.git", - "reference": "f51bca9de06b7a25b19a4155da7bebad099a5def" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/contracts/zipball/f51bca9de06b7a25b19a4155da7bebad099a5def", - "reference": "f51bca9de06b7a25b19a4155da7bebad099a5def", - "shasum": "" - }, - "require": { - "php": "^7.1.3", - "psr/cache": "^1.0", - "psr/container": "^1.0" - }, - "replace": { - "symfony/cache-contracts": "self.version", - "symfony/event-dispatcher-contracts": "self.version", - "symfony/http-client-contracts": "self.version", - "symfony/service-contracts": "self.version", - "symfony/translation-contracts": "self.version" - }, - "require-dev": { - "symfony/polyfill-intl-idn": "^1.10" - }, - "suggest": { - "psr/event-dispatcher": "When using the EventDispatcher contracts", - "symfony/cache-implementation": "", - "symfony/event-dispatcher-implementation": "", - "symfony/http-client-implementation": "", - "symfony/service-implementation": "", - "symfony/translation-implementation": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\": "" - }, - "exclude-from-classmap": [ - "**/Tests/" - ] - }, - "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": "A set of abstractions extracted out of the Symfony components", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "time": "2019-11-07T12:44:51+00:00" + "time": "2020-01-25T12:44:29+00:00" }, { "name": "symfony/css-selector", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "64acec7e0d67125e9f4656c68d4a38a42ab5a0b7" + "reference": "a167b1860995b926d279f9bb538f873e3bfa3465" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/64acec7e0d67125e9f4656c68d4a38a42ab5a0b7", - "reference": "64acec7e0d67125e9f4656c68d4a38a42ab5a0b7", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/a167b1860995b926d279f9bb538f873e3bfa3465", + "reference": "a167b1860995b926d279f9bb538f873e3bfa3465", "shasum": "" }, "require": { @@ -4600,20 +4579,20 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2019-10-12T00:35:04+00:00" + "time": "2020-01-04T13:00:46+00:00" }, { "name": "symfony/debug", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5" + "reference": "20236471058bbaa9907382500fc14005c84601f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/5c4c1db977dc70bb3250e1308d3e8c6341aa38f5", - "reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5", + "url": "https://api.github.com/repos/symfony/debug/zipball/20236471058bbaa9907382500fc14005c84601f0", + "reference": "20236471058bbaa9907382500fc14005c84601f0", "shasum": "" }, "require": { @@ -4656,20 +4635,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-12-16T14:46:54+00:00" + "time": "2020-01-25T12:44:29+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "79b0358207a3571cc3af02a57d0321927921f539" + "reference": "ec60a7d12f5e8ab0f99456adce724717d9c1784a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/79b0358207a3571cc3af02a57d0321927921f539", - "reference": "79b0358207a3571cc3af02a57d0321927921f539", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ec60a7d12f5e8ab0f99456adce724717d9c1784a", + "reference": "ec60a7d12f5e8ab0f99456adce724717d9c1784a", "shasum": "" }, "require": { @@ -4729,58 +4708,48 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2019-12-19T16:00:02+00:00" + "time": "2020-01-31T09:49:27+00:00" }, { "name": "symfony/doctrine-bridge", - "version": "v4.3.9", + "version": "v3.4.37", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "81e2dff413f9d51e1ef3d8552ef7d773973d7b37" + "reference": "0ddc9bfbf64396f5f399dde2eeec6d20c82da222" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/81e2dff413f9d51e1ef3d8552ef7d773973d7b37", - "reference": "81e2dff413f9d51e1ef3d8552ef7d773973d7b37", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/0ddc9bfbf64396f5f399dde2eeec6d20c82da222", + "reference": "0ddc9bfbf64396f5f399dde2eeec6d20c82da222", "shasum": "" }, "require": { - "doctrine/event-manager": "~1.0", - "doctrine/persistence": "~1.0", - "php": "^7.1.3", + "doctrine/common": "~2.4", + "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0", - "symfony/service-contracts": "^1.1" + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", - "symfony/dependency-injection": "<3.4", - "symfony/form": "<4.3", - "symfony/http-kernel": "<4.3.7", - "symfony/messenger": "<4.3" + "symfony/dependency-injection": "<3.4" }, "require-dev": { "doctrine/annotations": "~1.7", - "doctrine/cache": "~1.6", - "doctrine/collections": "~1.0", "doctrine/data-fixtures": "1.0.*", "doctrine/dbal": "~2.4", - "doctrine/orm": "^2.6.3", - "doctrine/reflection": "~1.0", - "symfony/config": "^4.2", + "doctrine/orm": "^2.4.5", "symfony/dependency-injection": "~3.4|~4.0", - "symfony/expression-language": "~3.4|~4.0", - "symfony/form": "~4.3", - "symfony/http-kernel": "^4.3.7", - "symfony/messenger": "~4.3", - "symfony/property-access": "~3.4|~4.0", - "symfony/property-info": "~3.4|~4.0", - "symfony/proxy-manager-bridge": "~3.4|~4.0", - "symfony/security-core": "~3.4|~4.0", - "symfony/stopwatch": "~3.4|~4.0", - "symfony/translation": "~3.4|~4.0", - "symfony/validator": "^3.4.31|^4.3.4" + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/form": "^3.3.10|~4.0", + "symfony/http-kernel": "~2.8|~3.0|~4.0", + "symfony/property-access": "~2.8|~3.0|~4.0", + "symfony/property-info": "~2.8|3.0|~4.0", + "symfony/proxy-manager-bridge": "~2.8|~3.0|~4.0", + "symfony/security": "^2.8.31|^3.3.13|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0", + "symfony/translation": "~2.8|~3.0|~4.0", + "symfony/validator": "^3.2.5|~4.0" }, "suggest": { "doctrine/data-fixtures": "", @@ -4793,7 +4762,7 @@ "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-master": "4.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -4820,20 +4789,20 @@ ], "description": "Symfony Doctrine Bridge", "homepage": "https://symfony.com", - "time": "2019-12-01T08:34:52+00:00" + "time": "2020-01-01T11:03:25+00:00" }, { "name": "symfony/error-handler", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1" + "reference": "d2721499ffcaf246a743e01cdf6696d3d5dd74c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/6d7d7712a6ff5215ec26215672293b154f1db8c1", - "reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/d2721499ffcaf246a743e01cdf6696d3d5dd74c1", + "reference": "d2721499ffcaf246a743e01cdf6696d3d5dd74c1", "shasum": "" }, "require": { @@ -4876,20 +4845,20 @@ ], "description": "Symfony ErrorHandler Component", "homepage": "https://symfony.com", - "time": "2019-12-16T14:46:54+00:00" + "time": "2020-01-27T09:48:47+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f" + "reference": "9e3de195e5bc301704dd6915df55892f6dfc208b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b3c3068a72623287550fe20b84a2b01dcba2686f", - "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9e3de195e5bc301704dd6915df55892f6dfc208b", + "reference": "9e3de195e5bc301704dd6915df55892f6dfc208b", "shasum": "" }, "require": { @@ -4946,20 +4915,78 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2019-11-28T13:33:56+00:00" + "time": "2020-01-10T21:54:01+00:00" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.7", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18", + "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "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": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2019-09-17T09:54:03+00:00" }, { "name": "symfony/filesystem", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "40c2606131d56eff6f193b6e2ceb92414653b591" + "reference": "266c9540b475f26122b61ef8b23dd9198f5d1cfd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/40c2606131d56eff6f193b6e2ceb92414653b591", - "reference": "40c2606131d56eff6f193b6e2ceb92414653b591", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/266c9540b475f26122b61ef8b23dd9198f5d1cfd", + "reference": "266c9540b475f26122b61ef8b23dd9198f5d1cfd", "shasum": "" }, "require": { @@ -4996,20 +5023,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2019-11-26T23:16:41+00:00" + "time": "2020-01-21T08:20:44+00:00" }, { "name": "symfony/finder", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "ce8743441da64c41e2a667b8eb66070444ed911e" + "reference": "3a50be43515590faf812fbd7708200aabc327ec3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/ce8743441da64c41e2a667b8eb66070444ed911e", - "reference": "ce8743441da64c41e2a667b8eb66070444ed911e", + "url": "https://api.github.com/repos/symfony/finder/zipball/3a50be43515590faf812fbd7708200aabc327ec3", + "reference": "3a50be43515590faf812fbd7708200aabc327ec3", "shasum": "" }, "require": { @@ -5045,20 +5072,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2019-11-17T21:56:56+00:00" + "time": "2020-01-04T13:00:46+00:00" }, { "name": "symfony/form", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "7ed4441a347fe33299908a9aa24ff8a556848a16" + "reference": "442d561fa10841183f94909830d9d27bd9cf7f77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/7ed4441a347fe33299908a9aa24ff8a556848a16", - "reference": "7ed4441a347fe33299908a9aa24ff8a556848a16", + "url": "https://api.github.com/repos/symfony/form/zipball/442d561fa10841183f94909830d9d27bd9cf7f77", + "reference": "442d561fa10841183f94909830d9d27bd9cf7f77", "shasum": "" }, "require": { @@ -5129,20 +5156,20 @@ ], "description": "Symfony Form Component", "homepage": "https://symfony.com", - "time": "2019-12-16T11:07:37+00:00" + "time": "2020-01-04T13:00:46+00:00" }, { "name": "symfony/framework-bundle", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "c80526b4c22f6ddc23080225bf276f094d2c398e" + "reference": "afc96daad6049cbed34312b34005d33fc670d022" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/c80526b4c22f6ddc23080225bf276f094d2c398e", - "reference": "c80526b4c22f6ddc23080225bf276f094d2c398e", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/afc96daad6049cbed34312b34005d33fc670d022", + "reference": "afc96daad6049cbed34312b34005d33fc670d022", "shasum": "" }, "require": { @@ -5260,20 +5287,20 @@ ], "description": "Symfony FrameworkBundle", "homepage": "https://symfony.com", - "time": "2019-12-17T08:15:02+00:00" + "time": "2020-01-30T16:24:07+00:00" }, { "name": "symfony/http-foundation", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "fcae1cff5b57b2a9c3aabefeb1527678705ddb62" + "reference": "491a20dfa87e0b3990170593bc2de0bb34d828a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/fcae1cff5b57b2a9c3aabefeb1527678705ddb62", - "reference": "fcae1cff5b57b2a9c3aabefeb1527678705ddb62", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/491a20dfa87e0b3990170593bc2de0bb34d828a5", + "reference": "491a20dfa87e0b3990170593bc2de0bb34d828a5", "shasum": "" }, "require": { @@ -5315,20 +5342,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2019-12-19T15:57:49+00:00" + "time": "2020-01-31T09:11:17+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "fe310d2e95cd4c356836c8ecb0895a46d97fede2" + "reference": "62116a9c8fb15faabb158ad9cb785c353c2572e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/fe310d2e95cd4c356836c8ecb0895a46d97fede2", - "reference": "fe310d2e95cd4c356836c8ecb0895a46d97fede2", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/62116a9c8fb15faabb158ad9cb785c353c2572e5", + "reference": "62116a9c8fb15faabb158ad9cb785c353c2572e5", "shasum": "" }, "require": { @@ -5405,20 +5432,20 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2019-12-19T16:23:40+00:00" + "time": "2020-01-31T12:45:06+00:00" }, { "name": "symfony/inflector", - "version": "v5.0.2", + "version": "v5.0.4", "source": { "type": "git", "url": "https://github.com/symfony/inflector.git", - "reference": "aaeb5e293294070d1b061fa3d7889bac69909320" + "reference": "e375603b6bd12e8e3aec3fc1b640ac18a4ef4cb2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/inflector/zipball/aaeb5e293294070d1b061fa3d7889bac69909320", - "reference": "aaeb5e293294070d1b061fa3d7889bac69909320", + "url": "https://api.github.com/repos/symfony/inflector/zipball/e375603b6bd12e8e3aec3fc1b640ac18a4ef4cb2", + "reference": "e375603b6bd12e8e3aec3fc1b640ac18a4ef4cb2", "shasum": "" }, "require": { @@ -5463,20 +5490,20 @@ "symfony", "words" ], - "time": "2019-11-18T17:27:11+00:00" + "time": "2020-01-04T14:08:26+00:00" }, { "name": "symfony/intl", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "727fed5372915b5ea5e8177070f5e7e547063f24" + "reference": "ab482c70a9748abed5139a967b8182db15e4ffac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/727fed5372915b5ea5e8177070f5e7e547063f24", - "reference": "727fed5372915b5ea5e8177070f5e7e547063f24", + "url": "https://api.github.com/repos/symfony/intl/zipball/ab482c70a9748abed5139a967b8182db15e4ffac", + "reference": "ab482c70a9748abed5139a967b8182db15e4ffac", "shasum": "" }, "require": { @@ -5538,20 +5565,20 @@ "l10n", "localization" ], - "time": "2019-11-26T23:16:41+00:00" + "time": "2020-01-30T15:14:06+00:00" }, { "name": "symfony/mime", - "version": "v5.0.2", + "version": "v5.0.4", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "0e6a4ced216e49d457eddcefb61132173a876d79" + "reference": "2a3c7fee1f1a0961fa9cf360d5da553d05095e59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/0e6a4ced216e49d457eddcefb61132173a876d79", - "reference": "0e6a4ced216e49d457eddcefb61132173a876d79", + "url": "https://api.github.com/repos/symfony/mime/zipball/2a3c7fee1f1a0961fa9cf360d5da553d05095e59", + "reference": "2a3c7fee1f1a0961fa9cf360d5da553d05095e59", "shasum": "" }, "require": { @@ -5600,20 +5627,20 @@ "mime", "mime-type" ], - "time": "2019-11-30T14:12:50+00:00" + "time": "2020-01-04T14:08:26+00:00" }, { "name": "symfony/monolog-bridge", - "version": "v5.0.2", + "version": "v5.0.4", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "dfac10ea8a5863949966d9b6030984c079bec665" + "reference": "3e081905b32e24742c16f7bb2cf0cd182598a32d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/dfac10ea8a5863949966d9b6030984c079bec665", - "reference": "dfac10ea8a5863949966d9b6030984c079bec665", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/3e081905b32e24742c16f7bb2cf0cd182598a32d", + "reference": "3e081905b32e24742c16f7bb2cf0cd182598a32d", "shasum": "" }, "require": { @@ -5667,7 +5694,7 @@ ], "description": "Symfony Monolog Bridge", "homepage": "https://symfony.com", - "time": "2019-12-10T11:06:55+00:00" + "time": "2020-01-04T14:08:26+00:00" }, { "name": "symfony/monolog-bundle", @@ -5734,16 +5761,16 @@ }, { "name": "symfony/options-resolver", - "version": "v5.0.2", + "version": "v5.0.4", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68" + "reference": "b1ab86ce52b0c0abe031367a173005a025e30e04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68", - "reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b1ab86ce52b0c0abe031367a173005a025e30e04", + "reference": "b1ab86ce52b0c0abe031367a173005a025e30e04", "shasum": "" }, "require": { @@ -5784,20 +5811,20 @@ "configuration", "options" ], - "time": "2019-11-18T17:27:11+00:00" + "time": "2020-01-04T14:08:26+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.13.1", + "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3" + "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", - "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38", + "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38", "shasum": "" }, "require": { @@ -5809,7 +5836,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.14-dev" } }, "autoload": { @@ -5842,20 +5869,20 @@ "polyfill", "portable" ], - "time": "2019-11-27T13:56:44+00:00" + "time": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.13.1", + "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36" + "reference": "926832ce51059bb58211b7b2080a88e0c3b5328e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36", - "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/926832ce51059bb58211b7b2080a88e0c3b5328e", + "reference": "926832ce51059bb58211b7b2080a88e0c3b5328e", "shasum": "" }, "require": { @@ -5867,7 +5894,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.14-dev" } }, "autoload": { @@ -5901,20 +5928,20 @@ "portable", "shim" ], - "time": "2019-11-27T13:56:44+00:00" + "time": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.13.1", + "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b" + "reference": "727b3bb5bfa7ca9eeb86416784cf1c08a6289b86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b", - "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/727b3bb5bfa7ca9eeb86416784cf1c08a6289b86", + "reference": "727b3bb5bfa7ca9eeb86416784cf1c08a6289b86", "shasum": "" }, "require": { @@ -5927,7 +5954,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.14-dev" } }, "autoload": { @@ -5959,26 +5986,26 @@ "portable", "shim" ], - "time": "2019-11-27T13:56:44+00:00" + "time": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.13.1", + "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46" + "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46", - "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6842f1a39cf7d580655688069a03dd7cd83d244a", + "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.9" + "symfony/polyfill-php72": "^1.10" }, "suggest": { "ext-intl": "For best performance" @@ -5986,7 +6013,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.14-dev" } }, "autoload": { @@ -6021,20 +6048,20 @@ "portable", "shim" ], - "time": "2019-11-27T13:56:44+00:00" + "time": "2020-01-17T12:01:36+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.13.1", + "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" + "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", - "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2", + "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2", "shasum": "" }, "require": { @@ -6046,7 +6073,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.14-dev" } }, "autoload": { @@ -6080,20 +6107,20 @@ "portable", "shim" ], - "time": "2019-11-27T14:18:11+00:00" + "time": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.13.1", + "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038" + "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038", - "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf", + "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf", "shasum": "" }, "require": { @@ -6102,7 +6129,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.14-dev" } }, "autoload": { @@ -6135,20 +6162,20 @@ "portable", "shim" ], - "time": "2019-11-27T13:56:44+00:00" + "time": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.13.1", + "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f" + "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f", - "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/5e66a0fa1070bf46bec4bea7962d285108edd675", + "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675", "shasum": "" }, "require": { @@ -6157,7 +6184,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.14-dev" } }, "autoload": { @@ -6193,20 +6220,20 @@ "portable", "shim" ], - "time": "2019-11-27T16:25:15+00:00" + "time": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/process", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "b84501ad50adb72a94fb460a5b5c91f693e99c9b" + "reference": "f5697ab4cb14a5deed7473819e63141bf5352c36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/b84501ad50adb72a94fb460a5b5c91f693e99c9b", - "reference": "b84501ad50adb72a94fb460a5b5c91f693e99c9b", + "url": "https://api.github.com/repos/symfony/process/zipball/f5697ab4cb14a5deed7473819e63141bf5352c36", + "reference": "f5697ab4cb14a5deed7473819e63141bf5352c36", "shasum": "" }, "require": { @@ -6242,20 +6269,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2019-12-06T10:06:46+00:00" + "time": "2020-01-09T09:50:08+00:00" }, { "name": "symfony/property-access", - "version": "v5.0.2", + "version": "v5.0.4", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "b597c4f4dffc522bc4ed4bedcef9ed08d3ae3d23" + "reference": "18617a8c26b97a262f816c78765eb3cd91630e19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/b597c4f4dffc522bc4ed4bedcef9ed08d3ae3d23", - "reference": "b597c4f4dffc522bc4ed4bedcef9ed08d3ae3d23", + "url": "https://api.github.com/repos/symfony/property-access/zipball/18617a8c26b97a262f816c78765eb3cd91630e19", + "reference": "18617a8c26b97a262f816c78765eb3cd91630e19", "shasum": "" }, "require": { @@ -6309,20 +6336,20 @@ "property path", "reflection" ], - "time": "2019-12-10T11:06:55+00:00" + "time": "2020-01-04T14:08:26+00:00" }, { "name": "symfony/routing", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "628bcafae1b2043969378dcfbf9c196539a38722" + "reference": "7bf4e38573728e317b926ca4482ad30470d0e86a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/628bcafae1b2043969378dcfbf9c196539a38722", - "reference": "628bcafae1b2043969378dcfbf9c196539a38722", + "url": "https://api.github.com/repos/symfony/routing/zipball/7bf4e38573728e317b926ca4482ad30470d0e86a", + "reference": "7bf4e38573728e317b926ca4482ad30470d0e86a", "shasum": "" }, "require": { @@ -6385,20 +6412,20 @@ "uri", "url" ], - "time": "2019-12-12T12:53:52+00:00" + "time": "2020-01-08T17:29:02+00:00" }, { "name": "symfony/security-core", - "version": "v3.4.36", + "version": "v3.4.37", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "a04a23cb3d4624e835135a3b76a95bea84d0a816" + "reference": "2d9796ee5e41bfad4bba381f39961f832e0728b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/a04a23cb3d4624e835135a3b76a95bea84d0a816", - "reference": "a04a23cb3d4624e835135a3b76a95bea84d0a816", + "url": "https://api.github.com/repos/symfony/security-core/zipball/2d9796ee5e41bfad4bba381f39961f832e0728b9", + "reference": "2d9796ee5e41bfad4bba381f39961f832e0728b9", "shasum": "" }, "require": { @@ -6452,20 +6479,20 @@ ], "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", - "time": "2019-10-24T15:33:53+00:00" + "time": "2020-01-21T11:02:57+00:00" }, { "name": "symfony/security-csrf", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", - "reference": "aeed1a2315019b5a090f5ad34c01f1935ea9b757" + "reference": "da4664d94164e2b50ce75f2453724c6c33222505" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-csrf/zipball/aeed1a2315019b5a090f5ad34c01f1935ea9b757", - "reference": "aeed1a2315019b5a090f5ad34c01f1935ea9b757", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/da4664d94164e2b50ce75f2453724c6c33222505", + "reference": "da4664d94164e2b50ce75f2453724c6c33222505", "shasum": "" }, "require": { @@ -6511,20 +6538,78 @@ ], "description": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", - "time": "2019-10-12T00:35:04+00:00" + "time": "2020-01-04T13:00:46+00:00" + }, + { + "name": "symfony/service-contracts", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "144c5e51266b281231e947b51223ba14acf1a749" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749", + "reference": "144c5e51266b281231e947b51223ba14acf1a749", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/container": "^1.0" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } + }, + "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": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2019-11-18T17:27:11+00:00" }, { "name": "symfony/stopwatch", - "version": "v5.0.2", + "version": "v5.0.4", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "d410282956706e0b08681a5527447a8e6b6f421e" + "reference": "5d9add8034135b9a5f7b101d1e42c797e7f053e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d410282956706e0b08681a5527447a8e6b6f421e", - "reference": "d410282956706e0b08681a5527447a8e6b6f421e", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5d9add8034135b9a5f7b101d1e42c797e7f053e4", + "reference": "5d9add8034135b9a5f7b101d1e42c797e7f053e4", "shasum": "" }, "require": { @@ -6561,7 +6646,7 @@ ], "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", - "time": "2019-11-18T17:27:11+00:00" + "time": "2020-01-04T14:08:26+00:00" }, { "name": "symfony/swiftmailer-bundle", @@ -6630,16 +6715,16 @@ }, { "name": "symfony/translation", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "f7669f48a9633bf8139bc026c755e894b7206677" + "reference": "f5d2ac46930238b30a9c2f1b17c905f3697d808c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/f7669f48a9633bf8139bc026c755e894b7206677", - "reference": "f7669f48a9633bf8139bc026c755e894b7206677", + "url": "https://api.github.com/repos/symfony/translation/zipball/f5d2ac46930238b30a9c2f1b17c905f3697d808c", + "reference": "f5d2ac46930238b30a9c2f1b17c905f3697d808c", "shasum": "" }, "require": { @@ -6702,20 +6787,77 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2019-12-12T12:53:52+00:00" + "time": "2020-01-15T13:29:06+00:00" + }, + { + "name": "symfony/translation-contracts", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation-contracts.git", + "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed", + "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed", + "shasum": "" + }, + "require": { + "php": "^7.2.5" + }, + "suggest": { + "symfony/translation-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Translation\\": "" + } + }, + "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": "Generic abstractions related to translation", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2019-11-18T17:27:11+00:00" }, { "name": "symfony/twig-bridge", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "936cf6f5b973377345e8ac43870987ef8e747ce3" + "reference": "d5f3e83e2cc2fcdd60c351b5be1beb9533cf698c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/936cf6f5b973377345e8ac43870987ef8e747ce3", - "reference": "936cf6f5b973377345e8ac43870987ef8e747ce3", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/d5f3e83e2cc2fcdd60c351b5be1beb9533cf698c", + "reference": "d5f3e83e2cc2fcdd60c351b5be1beb9533cf698c", "shasum": "" }, "require": { @@ -6805,20 +6947,20 @@ ], "description": "Symfony Twig Bridge", "homepage": "https://symfony.com", - "time": "2019-12-05T05:58:42+00:00" + "time": "2020-01-08T17:29:02+00:00" }, { "name": "symfony/twig-bundle", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "a6e7bd9731256a55b2270c1283de8bc3bda06e8f" + "reference": "d3e3e46e9e683e946746219570299ba07506260a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/a6e7bd9731256a55b2270c1283de8bc3bda06e8f", - "reference": "a6e7bd9731256a55b2270c1283de8bc3bda06e8f", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/d3e3e46e9e683e946746219570299ba07506260a", + "reference": "d3e3e46e9e683e946746219570299ba07506260a", "shasum": "" }, "require": { @@ -6880,20 +7022,20 @@ ], "description": "Symfony TwigBundle", "homepage": "https://symfony.com", - "time": "2019-12-10T11:13:11+00:00" + "time": "2020-01-04T13:00:46+00:00" }, { "name": "symfony/validator", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "79eb122bed116c1fbe0769698d5b46acce1860a2" + "reference": "eb3e15de5c63873ca6e2a88b56a029f7be4c5953" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/79eb122bed116c1fbe0769698d5b46acce1860a2", - "reference": "79eb122bed116c1fbe0769698d5b46acce1860a2", + "url": "https://api.github.com/repos/symfony/validator/zipball/eb3e15de5c63873ca6e2a88b56a029f7be4c5953", + "reference": "eb3e15de5c63873ca6e2a88b56a029f7be4c5953", "shasum": "" }, "require": { @@ -6972,20 +7114,20 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2019-12-17T08:15:02+00:00" + "time": "2020-01-31T09:11:17+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.0.2", + "version": "v5.0.4", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "d7bc61d5d335fa9b1b91e14bb16861e8ca50f53a" + "reference": "923591cfb78a935f0c98968fedfad05bfda9d01f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d7bc61d5d335fa9b1b91e14bb16861e8ca50f53a", - "reference": "d7bc61d5d335fa9b1b91e14bb16861e8ca50f53a", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/923591cfb78a935f0c98968fedfad05bfda9d01f", + "reference": "923591cfb78a935f0c98968fedfad05bfda9d01f", "shasum": "" }, "require": { @@ -7047,20 +7189,20 @@ "debug", "dump" ], - "time": "2019-12-18T13:50:31+00:00" + "time": "2020-01-25T15:56:29+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.0.2", + "version": "v5.0.4", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "1b9653e68d5b701bf6d9c91bdd3660078c9f4f28" + "reference": "960f9ac0fdbd642461ed29d7717aeb2a94d428b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1b9653e68d5b701bf6d9c91bdd3660078c9f4f28", - "reference": "1b9653e68d5b701bf6d9c91bdd3660078c9f4f28", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/960f9ac0fdbd642461ed29d7717aeb2a94d428b9", + "reference": "960f9ac0fdbd642461ed29d7717aeb2a94d428b9", "shasum": "" }, "require": { @@ -7107,20 +7249,20 @@ "instantiate", "serialize" ], - "time": "2019-12-01T08:48:26+00:00" + "time": "2020-01-04T14:08:26+00:00" }, { "name": "symfony/yaml", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "a08832b974dd5fafe3085a66d41fe4c84bb2628c" + "reference": "cd014e425b3668220adb865f53bff64b3ad21767" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/a08832b974dd5fafe3085a66d41fe4c84bb2628c", - "reference": "a08832b974dd5fafe3085a66d41fe4c84bb2628c", + "url": "https://api.github.com/repos/symfony/yaml/zipball/cd014e425b3668220adb865f53bff64b3ad21767", + "reference": "cd014e425b3668220adb865f53bff64b3ad21767", "shasum": "" }, "require": { @@ -7166,7 +7308,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-12-10T10:33:21+00:00" + "time": "2020-01-21T11:12:16+00:00" }, { "name": "twig/extensions", @@ -7225,16 +7367,16 @@ }, { "name": "twig/twig", - "version": "v2.12.3", + "version": "v2.12.5", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "97b6311585cae66a26833b14b33785f5797f7d39" + "reference": "18772e0190734944277ee97a02a9a6c6555fcd94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/97b6311585cae66a26833b14b33785f5797f7d39", - "reference": "97b6311585cae66a26833b14b33785f5797f7d39", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94", + "reference": "18772e0190734944277ee97a02a9a6c6555fcd94", "shasum": "" }, "require": { @@ -7286,7 +7428,7 @@ "keywords": [ "templating" ], - "time": "2019-12-28T07:12:03+00:00" + "time": "2020-02-11T15:31:23+00:00" }, { "name": "wouterj/eloquent-bundle", @@ -7518,16 +7660,16 @@ }, { "name": "amphp/amp", - "version": "v2.4.0", + "version": "v2.4.1", "source": { "type": "git", "url": "https://github.com/amphp/amp.git", - "reference": "13930a582947831bb66ff1aeac28672fd91c38ea" + "reference": "2ac3b550c4997f2ec304faa63c8b2885079a2dc4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/amp/zipball/13930a582947831bb66ff1aeac28672fd91c38ea", - "reference": "13930a582947831bb66ff1aeac28672fd91c38ea", + "url": "https://api.github.com/repos/amphp/amp/zipball/2ac3b550c4997f2ec304faa63c8b2885079a2dc4", + "reference": "2ac3b550c4997f2ec304faa63c8b2885079a2dc4", "shasum": "" }, "require": { @@ -7591,20 +7733,20 @@ "non-blocking", "promise" ], - "time": "2019-11-11T19:32:05+00:00" + "time": "2020-02-10T18:10:57+00:00" }, { "name": "amphp/byte-stream", - "version": "v1.7.1", + "version": "v1.7.2", "source": { "type": "git", "url": "https://github.com/amphp/byte-stream.git", - "reference": "9d8205686a004948475dc43f8a88d2fa5e75a113" + "reference": "1e52f1752b2e20e2a7e464476ef887a2388e3832" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/byte-stream/zipball/9d8205686a004948475dc43f8a88d2fa5e75a113", - "reference": "9d8205686a004948475dc43f8a88d2fa5e75a113", + "url": "https://api.github.com/repos/amphp/byte-stream/zipball/1e52f1752b2e20e2a7e464476ef887a2388e3832", + "reference": "1e52f1752b2e20e2a7e464476ef887a2388e3832", "shasum": "" }, "require": { @@ -7650,7 +7792,7 @@ "non-blocking", "stream" ], - "time": "2019-10-27T14:33:41+00:00" + "time": "2020-01-29T18:22:23+00:00" }, { "name": "codedungeon/php-cli-colors", @@ -7751,16 +7893,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.2.5", + "version": "1.2.6", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "62e8fc2dc550e5d6d8c9360c7721662670f58149" + "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/62e8fc2dc550e5d6d8c9360c7721662670f58149", - "reference": "62e8fc2dc550e5d6d8c9360c7721662670f58149", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/47fe531de31fca4a1b997f87308e7d7804348f7e", + "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e", "shasum": "" }, "require": { @@ -7803,28 +7945,27 @@ "ssl", "tls" ], - "time": "2019-12-11T14:44:42+00:00" + "time": "2020-01-13T10:02:55+00:00" }, { "name": "composer/semver", - "version": "1.5.0", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e" + "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e", - "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e", + "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de", + "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.5 || ^5.0.5", - "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" + "phpunit/phpunit": "^4.5 || ^5.0.5" }, "type": "library", "extra": { @@ -7865,7 +8006,7 @@ "validation", "versioning" ], - "time": "2019-03-19T17:25:45+00:00" + "time": "2020-01-13T12:06:48+00:00" }, { "name": "composer/xdebug-handler", @@ -7913,20 +8054,21 @@ }, { "name": "doctrine/data-fixtures", - "version": "1.4.0", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/doctrine/data-fixtures.git", - "reference": "608a35a3b5bcc4214d116603095f8b0c51091592" + "reference": "39e9777c9089351a468f780b01cffa3cb0a42907" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/608a35a3b5bcc4214d116603095f8b0c51091592", - "reference": "608a35a3b5bcc4214d116603095f8b0c51091592", + "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/39e9777c9089351a468f780b01cffa3cb0a42907", + "reference": "39e9777c9089351a468f780b01cffa3cb0a42907", "shasum": "" }, "require": { "doctrine/common": "^2.11", + "doctrine/persistence": "^1.3.3", "php": "^7.2" }, "conflict": { @@ -7937,7 +8079,7 @@ "doctrine/coding-standard": "^6.0", "doctrine/dbal": "^2.5.4", "doctrine/mongodb-odm": "^1.3.0", - "doctrine/orm": "^2.5.4", + "doctrine/orm": "^2.7.0", "phpunit/phpunit": "^7.0" }, "suggest": { @@ -7972,7 +8114,7 @@ "keywords": [ "database" ], - "time": "2019-10-30T20:03:18+00:00" + "time": "2020-01-17T11:11:28+00:00" }, { "name": "doctrine/doctrine-fixtures-bundle", @@ -8043,22 +8185,22 @@ }, { "name": "felixfbecker/advanced-json-rpc", - "version": "v3.0.4", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git", - "reference": "23366dd0cab0a0f3fd3016bf3c0b36dec74348e7" + "reference": "a407a6cb0325cd489c6dff57afcba6baeccc0483" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/23366dd0cab0a0f3fd3016bf3c0b36dec74348e7", - "reference": "23366dd0cab0a0f3fd3016bf3c0b36dec74348e7", + "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/a407a6cb0325cd489c6dff57afcba6baeccc0483", + "reference": "a407a6cb0325cd489c6dff57afcba6baeccc0483", "shasum": "" }, "require": { "netresearch/jsonmapper": "^1.0", "php": ">=7.0", - "phpdocumentor/reflection-docblock": "^4.0.0" + "phpdocumentor/reflection-docblock": "^4.0.0 || ^5.0.0" }, "require-dev": { "phpunit/phpunit": "^6.0.0" @@ -8080,7 +8222,7 @@ } ], "description": "A more advanced JSONRPC implementation", - "time": "2019-09-12T22:41:08+00:00" + "time": "2020-02-11T20:48:40+00:00" }, { "name": "felixfbecker/language-server-protocol", @@ -8666,7 +8808,6 @@ } ], "description": "Provides a way to collect classy constructs from source or a directory.", - "abandoned": "ergebnis/classy", "time": "2017-10-24T14:31:40+00:00" }, { @@ -8990,7 +9131,6 @@ "phpunit", "test" ], - "abandoned": "ergebnis/test-util", "time": "2017-12-24T20:56:08+00:00" }, { @@ -9106,16 +9246,16 @@ }, { "name": "myclabs/deep-copy", - "version": "1.9.4", + "version": "1.9.5", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7" + "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/579bb7356d91f9456ccd505f24ca8b667966a0a7", - "reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef", + "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef", "shasum": "" }, "require": { @@ -9150,7 +9290,7 @@ "object", "object graph" ], - "time": "2019-12-15T19:12:40+00:00" + "time": "2020-01-17T21:11:47+00:00" }, { "name": "netresearch/jsonmapper", @@ -9627,41 +9767,38 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "4.3.4", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" + "reference": "a48807183a4b819072f26e347bbd0b5199a9d15f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", - "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/a48807183a4b819072f26e347bbd0b5199a9d15f", + "reference": "a48807183a4b819072f26e347bbd0b5199a9d15f", "shasum": "" }, "require": { - "php": "^7.0", - "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", - "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", - "webmozart/assert": "^1.0" + "ext-filter": "^7.1", + "php": "^7.2", + "phpdocumentor/reflection-common": "^2.0", + "phpdocumentor/type-resolver": "^1.0", + "webmozart/assert": "^1" }, "require-dev": { - "doctrine/instantiator": "^1.0.5", - "mockery/mockery": "^1.0", - "phpdocumentor/type-resolver": "0.4.*", - "phpunit/phpunit": "^6.4" + "doctrine/instantiator": "^1", + "mockery/mockery": "^1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.x-dev" + "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -9672,10 +9809,14 @@ { "name": "Mike van Riel", "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2019-12-28T18:55:12+00:00" + "time": "2020-02-09T09:16:15+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -9726,24 +9867,24 @@ }, { "name": "phpspec/prophecy", - "version": "1.10.1", + "version": "v1.10.2", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc" + "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/cbe1df668b3fe136bcc909126a0f529a78d4cbbc", - "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b4400efc9d206e83138e2bb97ed7f5b14b831cd9", + "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", - "sebastian/comparator": "^1.2.3|^2.0|^3.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0" + "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", + "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" }, "require-dev": { "phpspec/phpspec": "^2.5 || ^3.2", @@ -9785,7 +9926,7 @@ "spy", "stub" ], - "time": "2019-12-22T21:05:45+00:00" + "time": "2020-01-20T15:57:02+00:00" }, { "name": "phpunit/php-code-coverage", @@ -10041,16 +10182,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.5.18", + "version": "7.5.20", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "fcf6c4bfafaadc07785528b06385cce88935474d" + "reference": "9467db479d1b0487c99733bb1e7944d32deded2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fcf6c4bfafaadc07785528b06385cce88935474d", - "reference": "fcf6c4bfafaadc07785528b06385cce88935474d", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c", + "reference": "9467db479d1b0487c99733bb1e7944d32deded2c", "shasum": "" }, "require": { @@ -10121,7 +10262,7 @@ "testing", "xunit" ], - "time": "2019-12-06T05:14:37+00:00" + "time": "2020-01-08T08:45:45+00:00" }, { "name": "pimple/pimple", @@ -10741,16 +10882,16 @@ }, { "name": "symfony/browser-kit", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "e19e465c055137938afd40cfddd687e7511bbbf0" + "reference": "45cae6dd8683d2de56df7ec23638e9429c70135f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/e19e465c055137938afd40cfddd687e7511bbbf0", - "reference": "e19e465c055137938afd40cfddd687e7511bbbf0", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/45cae6dd8683d2de56df7ec23638e9429c70135f", + "reference": "45cae6dd8683d2de56df7ec23638e9429c70135f", "shasum": "" }, "require": { @@ -10796,20 +10937,20 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2019-10-28T20:30:34+00:00" + "time": "2020-01-04T13:00:46+00:00" }, { "name": "symfony/debug-bundle", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", - "reference": "2255db767f7f5bf6740e9f3b4f92199f6890ca2e" + "reference": "570c3c69e69f7709f184ee3acbebe45e5ff1adce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/2255db767f7f5bf6740e9f3b4f92199f6890ca2e", - "reference": "2255db767f7f5bf6740e9f3b4f92199f6890ca2e", + "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/570c3c69e69f7709f184ee3acbebe45e5ff1adce", + "reference": "570c3c69e69f7709f184ee3acbebe45e5ff1adce", "shasum": "" }, "require": { @@ -10862,20 +11003,20 @@ ], "description": "Symfony DebugBundle", "homepage": "https://symfony.com", - "time": "2019-10-12T00:35:04+00:00" + "time": "2020-01-04T13:00:46+00:00" }, { "name": "symfony/dom-crawler", - "version": "v5.0.2", + "version": "v5.0.4", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "0a0a73a0836926898b6fcd6817fe697487a73d97" + "reference": "439c3c7be4daa569deef0dd1e30cf3562108d062" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/0a0a73a0836926898b6fcd6817fe697487a73d97", - "reference": "0a0a73a0836926898b6fcd6817fe697487a73d97", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/439c3c7be4daa569deef0dd1e30cf3562108d062", + "reference": "439c3c7be4daa569deef0dd1e30cf3562108d062", "shasum": "" }, "require": { @@ -10923,20 +11064,20 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2019-11-18T17:27:11+00:00" + "time": "2020-01-04T14:08:26+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "724497102bfdb2ffcde576c5d3ef872040cb3632" + "reference": "d592d89cd40a5948e949f25a30bcda5b28b2679a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/724497102bfdb2ffcde576c5d3ef872040cb3632", - "reference": "724497102bfdb2ffcde576c5d3ef872040cb3632", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d592d89cd40a5948e949f25a30bcda5b28b2679a", + "reference": "d592d89cd40a5948e949f25a30bcda5b28b2679a", "shasum": "" }, "require": { @@ -10988,20 +11129,20 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2019-11-28T13:33:56+00:00" + "time": "2020-01-31T09:56:34+00:00" }, { "name": "symfony/web-profiler-bundle", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "92453ec17c365c561d9e65b06050b9e2a65e9306" + "reference": "59822e61467f910a877e9ce432b461034f843cfa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/92453ec17c365c561d9e65b06050b9e2a65e9306", - "reference": "92453ec17c365c561d9e65b06050b9e2a65e9306", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/59822e61467f910a877e9ce432b461034f843cfa", + "reference": "59822e61467f910a877e9ce432b461034f843cfa", "shasum": "" }, "require": { @@ -11009,7 +11150,7 @@ "symfony/config": "^4.2|^5.0", "symfony/framework-bundle": "^4.4|^5.0", "symfony/http-kernel": "^4.4", - "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/routing": "^4.3|^5.0", "symfony/twig-bundle": "^4.2|^5.0", "twig/twig": "^1.41|^2.10|^3.0" }, @@ -11018,7 +11159,9 @@ "symfony/messenger": "<4.2" }, "require-dev": { - "symfony/console": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/console": "^4.3|^5.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/stopwatch": "^3.4|^4.0|^5.0" }, @@ -11052,20 +11195,20 @@ ], "description": "Symfony WebProfilerBundle", "homepage": "https://symfony.com", - "time": "2019-11-20T10:44:55+00:00" + "time": "2020-01-21T16:34:10+00:00" }, { "name": "symfony/web-server-bundle", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/web-server-bundle.git", - "reference": "301dad4563b21a791a796da9a736408215b9e9fc" + "reference": "92a37564d8577f01a21e7a77dab2f4fcad32f4ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/301dad4563b21a791a796da9a736408215b9e9fc", - "reference": "301dad4563b21a791a796da9a736408215b9e9fc", + "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/92a37564d8577f01a21e7a77dab2f4fcad32f4ba", + "reference": "92a37564d8577f01a21e7a77dab2f4fcad32f4ba", "shasum": "" }, "require": { @@ -11111,7 +11254,7 @@ ], "description": "Symfony WebServerBundle", "homepage": "https://symfony.com", - "time": "2019-11-26T23:16:41+00:00" + "time": "2020-01-04T13:00:46+00:00" }, { "name": "theseer/tokenizer", @@ -11155,32 +11298,37 @@ }, { "name": "vimeo/psalm", - "version": "3.8.1", + "version": "3.9.3", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "8e54e3aa060fc490d86d0e2abbf62750516d40fd" + "reference": "2e4154d76e24d1b4e59e6cc2bebef7790cb9e550" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/8e54e3aa060fc490d86d0e2abbf62750516d40fd", - "reference": "8e54e3aa060fc490d86d0e2abbf62750516d40fd", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/2e4154d76e24d1b4e59e6cc2bebef7790cb9e550", + "reference": "2e4154d76e24d1b4e59e6cc2bebef7790cb9e550", "shasum": "" }, "require": { "amphp/amp": "^2.1", "amphp/byte-stream": "^1.5", + "composer/semver": "^1.4", "composer/xdebug-handler": "^1.1", "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-simplexml": "*", + "ext-tokenizer": "*", "felixfbecker/advanced-json-rpc": "^3.0.3", "felixfbecker/language-server-protocol": "^1.4", "netresearch/jsonmapper": "^1.0", "nikic/php-parser": "^4.3", "ocramius/package-versions": "^1.2", "openlss/lib-array2xml": "^1.0", - "php": "^7.1.3", - "sebastian/diff": "^3.0", - "symfony/console": "^3.3||^4.0||^5.0", + "php": "^7.1.3|^8", + "sebastian/diff": "^3.0 || ^4.0", + "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0", "webmozart/glob": "^4.1", "webmozart/path-util": "^2.3" }, @@ -11190,11 +11338,10 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.2", "ext-curl": "*", - "friendsofphp/php-cs-fixer": "^2.15", - "phpmyadmin/sql-parser": "^5.0", + "phpmyadmin/sql-parser": "5.1.0", "phpspec/prophecy": ">=1.9.0", - "phpunit/phpunit": "^7.5 || ^8.0", - "psalm/plugin-phpunit": "^0.6", + "phpunit/phpunit": "^7.5.16 || ^8.0", + "psalm/plugin-phpunit": "^0.9", "slevomat/coding-standard": "^5.0", "squizlabs/php_codesniffer": "^3.5", "symfony/process": "^4.3" @@ -11204,10 +11351,10 @@ }, "bin": [ "psalm", - "psalter", "psalm-language-server", "psalm-plugin", - "psalm-refactor" + "psalm-refactor", + "psalter" ], "type": "library", "extra": { @@ -11242,20 +11389,20 @@ "inspection", "php" ], - "time": "2019-12-29T16:11:07+00:00" + "time": "2020-02-19T01:30:37+00:00" }, { "name": "webmozart/assert", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "573381c0a64f155a0d9a23f4b0c797194805b925" + "reference": "aed98a490f9a8f78468232db345ab9cf606cf598" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925", - "reference": "573381c0a64f155a0d9a23f4b0c797194805b925", + "url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598", + "reference": "aed98a490f9a8f78468232db345ab9cf606cf598", "shasum": "" }, "require": { @@ -11290,7 +11437,7 @@ "check", "validate" ], - "time": "2019-11-24T13:36:37+00:00" + "time": "2020-02-14T12:15:55+00:00" }, { "name": "webmozart/glob", diff --git a/config/docker.yml.dist b/config/docker.yml.dist index f409aa88e..ba7177786 100644 --- a/config/docker.yml.dist +++ b/config/docker.yml.dist @@ -46,7 +46,11 @@ talk: framework: Framework ibmi: IBMi javascript: JavaScript - personal: Personal Skills + business: Business + mentalhealth: Mental Health + bestpractices: Best Practices + contributing: Contributing + accessibility: Accessibility security: Security testing: Testing uiux: UI/UX diff --git a/resources/assets/sass/abstracts/variables.scss b/resources/assets/sass/abstracts/variables.scss new file mode 100644 index 000000000..924bc26e0 --- /dev/null +++ b/resources/assets/sass/abstracts/variables.scss @@ -0,0 +1,25 @@ +/** + * Breakpoint variables + */ +$phone-only: "screen and (max-width: 599px)"; +$tablet-portrait-down: "screen and (max-width: 781px)"; +$tablet-portrait-up: "screen and (min-width: 782px)"; +$tablet-landscape-down: "screen and (max-width: 899px)"; +$tablet-landscape-up: "screen and (min-width: 900px)"; +$desktop-up: "screen and (min-width: 1200px)"; + +/** + * Color Variables + */ +$textmain: #2f2f2f; +$white: #ffffff; +$off-white: #FFFFFA; +$cardinal: #BD2B2E; +$blue: #003B63; +$bright-blue: #003988; +$black: #303030; + +$light-brown: #9E8B7E; + +$header: 'Nunito', sans-serif; +$body: 'Nunito Sans', sans-serif; diff --git a/resources/assets/sass/app.scss b/resources/assets/sass/app.scss index 94f5ba7ab..403515777 100644 --- a/resources/assets/sass/app.scss +++ b/resources/assets/sass/app.scss @@ -7,6 +7,11 @@ */ @tailwind preflight; +/** + * Custom variables + */ +@import "abstracts/variables"; + /** * Here you would import any custom component classes; stuff that you'd * want loaded *before* the utilities so that the utilities can still @@ -15,7 +20,6 @@ * @import "my-components/foo"; * @import "my-components/bar"; */ - @import "components/buttons"; /** @@ -146,3 +150,12 @@ div:empty { min-width: 20rem; } } + +/** + * WordCamp US customizations + */ +@import "components/accessibility"; +@import "components/base"; +@import "components/wordcamp"; +@import "components/landing"; +@import "components/account"; diff --git a/resources/assets/sass/components/_accessibility.scss b/resources/assets/sass/components/_accessibility.scss new file mode 100644 index 000000000..486589cbc --- /dev/null +++ b/resources/assets/sass/components/_accessibility.scss @@ -0,0 +1,37 @@ +/* Text meant only for screen readers. */ +.screen-reader-text { + border: 0; + clip: rect(1px, 1px, 1px, 1px); + clip-path: inset(50%); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute !important; + width: 1px; + word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ + + &:focus { + background-color: white; + border-radius: 3px; + box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); + clip: auto !important; + clip-path: none; + color: black; + display: block; + font-weight: bold; + height: auto; + left: 5px; + line-height: normal; + padding: 15px 23px 14px; + text-decoration: none; + top: 5px; + width: auto; + z-index: 100000; /* Above WP toolbar. */ + } +} + +/* Do not show the outline on the skip link target. */ +#content[tabindex="-1"]:focus { + outline: 0; +} diff --git a/resources/assets/sass/components/_account.scss b/resources/assets/sass/components/_account.scss new file mode 100644 index 000000000..96e9199a6 --- /dev/null +++ b/resources/assets/sass/components/_account.scss @@ -0,0 +1,61 @@ +.account-banner { + padding: 30px; + background: $blue; + color: $white; + + h2 { + color: $white; + } + + .account-banner__links { + a { + color: $white; + + &:hover, + &:active, + &:focus { + color: $white; + } + } + } + + .btn { + &:hover, + &:active, + &:focus { + color: $blue; + } + } + + @media screen and (max-width: 960px) { + flex-wrap: wrap; + + .account-banner__actions { + margin-top: 1em; + width: 100%; + text-align: left; + + p { + margin-bottom: 0; + } + + .btn { + margin-bottom: 1em; + } + } + } +} + +@media screen and (max-width: 960px) { + .talk-list__item { + display: block; + + & > div { + width: 100%; + } + + div + div { + margin-top: 1.5em; + } + } +} diff --git a/resources/assets/sass/components/_base.scss b/resources/assets/sass/components/_base.scss new file mode 100644 index 000000000..c8eb243bd --- /dev/null +++ b/resources/assets/sass/components/_base.scss @@ -0,0 +1,147 @@ +body { + background-color: $off-white; + font-family: $body; + font-size: 18px; + line-height: 1.555555; + padding-bottom: 90px; +} + +h1, h2, h3 { + font-family: $header; +} + +h2 { + color: $bright-blue; + font-size: 32px; +} + +h3 { + margin: 30px 0 20px; + color: $bright-blue; + font-size: 24px; +} + +p { + margin-bottom: 1em; +} + +ul { + margin-bottom: 1em; +} + +a { + color: $blue; + font-weight: 600; + + &:hover, + &:active, + &:focus { + color: $cardinal; + } +} + +label { + color: $black; + font-size: 18px; +} + +input[type="text"], input[type="email"], input[type="password"] { + margin-bottom: 1em; +} + +.site-header { + padding: 30px 0; + + a { + color: $cardinal; + font-weight: bold; + text-decoration: none; + border-bottom: 2px solid transparent; + + &:hover, + &:active, + &:focus { + color: $blue; + border-color: currentColor; + } + + &.active { + border-color: currentColor; + } + + & + a { + margin-left: 2em; + } + } + + .site-title a { + margin: auto; + display: block; + width: 167px; + height: 181px; + text-decoration: none; + background-repeat: no-repeat; + background-position: center; + border-bottom: none !important; + } + + .account-navigation { + justify-content: flex-end; + } + + .info-navigation, + .account-navigation { + @media #{$tablet-portrait-down} { + display: block; + padding: 30px; + text-align: center; + + a { + display: block; + margin: 0 0 1em; + } + } + } + + .page-inner:not(.page-dashboard) & { + border-bottom: 3px dotted $light-brown; + margin-bottom: 90px; + } + + @media screen and (max-width: 550px) { + flex-wrap: wrap; + + .site-title { + min-width: 100%; + } + + .info-navigation, + .account-navigation { + order: 2; + padding-bottom: 0; + } + } + + @media screen and (max-width: 380px) { + .info-navigation, + .account-navigation { + min-width: 100%; + } + .account-navigation { + padding-top: 0; + } + } +} + +.page-content { + margin: 0 auto; + padding: 0 30px; + max-width: 870px; + + .page-title { + margin: 0 0 40px; + text-transform: uppercase; + font-weight: 800; + color: $black; + } +} diff --git a/resources/assets/sass/components/_buttons.scss b/resources/assets/sass/components/_buttons.scss index c777c5854..b190409d5 100644 --- a/resources/assets/sass/components/_buttons.scss +++ b/resources/assets/sass/components/_buttons.scss @@ -1,35 +1,66 @@ .btn { @apply .py-3 .px-6 .rounded; + white-space: nowrap; + display: inline-block; + font-family: $header; + font-size: 18px; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 1px; + text-decoration: none; } +.btn-small { + font-size: 16px; + text-transform: none; + letter-spacing: 0; +} + +// This class doesn't seem to work. .btn-sm { @apply .py-2 .px-3 .rounded .text-sm; + white-space: nowrap; } .btn-disabled { @apply .bg-grey .text-white .border-2 .border-grey; + white-space: nowrap; } .btn-brand { @apply .bg-brand .text-white .border-2 .border-brand; + white-space: nowrap; + + &:hover, + &:active, + &:focus { + color: $white; + background: darken( $cardinal, 10% ); + border-color: darken( $cardinal, 10% ); + } } .btn-white { @apply .bg-white .text-brand .border-2 .border-white; + white-space: nowrap; } .btn-white-o { @apply .border-2 .border-white .text-white; + white-space: nowrap; - &:hover { + &:hover, + &:focus { @apply .bg-white .text-brand; } } .btn-brand-o { @apply .border-2 .border-brand .text-brand; + white-space: nowrap; - &:hover { + &:hover, + &:focus { @apply .bg-brand .text-white; } } diff --git a/resources/assets/sass/components/_landing.scss b/resources/assets/sass/components/_landing.scss new file mode 100644 index 000000000..c6737ff33 --- /dev/null +++ b/resources/assets/sass/components/_landing.scss @@ -0,0 +1,75 @@ +.hero { + padding: 90px 0 0; + margin-bottom: 90px; + background-size: cover; + background-position: center; + + .hero__text-box { + padding: 30px; + margin-bottom: 90px; + background: $blue; + color: white; + font-size: 16px; + } + + .btn-white { + color: $blue; + } + + .hero__information { + padding: 30px 0; + color: $white; + border-top: 3px dotted $white; + background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,1) 75%); + + .btn { + margin-left: 30px; + } + } + + @media screen and (max-width: 827px) { + .hero__information { + padding: 30px; + } + } + + @media #{$tablet-portrait-down} { + background-position: left center; + + .hero__information { + .flex { + display: block; + } + + .btn { + margin-left: 0; + } + } + } + + @media screen and (max-width: 600px) { + padding: 0; + background-image: none !important; + + .hero__text-box { + margin-bottom: 0; + width: 100%; + } + + .hero__information { + border: none; + background: $black; + } + } +} + +@media #{$tablet-portrait-down} { + .homepage-grid__columns { + display: block; + } + + .homepage-grid__item { + width: 100%; + margin-bottom: 2em; + } +} diff --git a/resources/assets/sass/components/_wordcamp.scss b/resources/assets/sass/components/_wordcamp.scss new file mode 100644 index 000000000..5a5dd7854 --- /dev/null +++ b/resources/assets/sass/components/_wordcamp.scss @@ -0,0 +1,45 @@ +/** + * -------------------------------------------------------------------- + * Responsive + * -------------------------------------------------------------------- + */ + +.margin-right { + margin-right: 1em; +} + +.wcus-margin-top { + margin-top: 1em; +} + +.wcus-tablet-padding { + @media #{$tablet-landscape-down} { + padding: 0 2rem; + } +} + +.wcus-mobile-padding { + @media #{$phone-only} { + padding: 0 2rem; + } +} + +.wcus-full-width-tablet { + @media #{$tablet-landscape-down} { + flex-wrap: wrap; + + > *:not(a) { + width: 100%; + } + } +} + +.wcus-full-width-mobile { + @media #{$phone-only} { + flex-wrap: wrap; + + > *:not(a) { + width: 100%; + } + } +} diff --git a/resources/views/_call-submit.twig b/resources/views/_call-submit.twig new file mode 100644 index 000000000..c8b6945fa --- /dev/null +++ b/resources/views/_call-submit.twig @@ -0,0 +1,3 @@ +{% if user is not defined %} +

Log in or register to submit your talk!

+{% endif %} diff --git a/resources/views/_marketing.twig b/resources/views/_marketing.twig old mode 100644 new mode 100755 index 4fb709c82..ee8292620 --- a/resources/views/_marketing.twig +++ b/resources/views/_marketing.twig @@ -1,33 +1,43 @@ -
-
+
+

Got a talk idea? We want to see it!

- We’re pleased to announce our conference, {{ site.title }} should be - one of the best PHP conferences where community members from around - the world come together to learn and share information about the latest - trends and technologies in professional PHP development. + Are you passionate about WordPress? Are you a content creator, a designer, a + developer, a community member, if so we want to WE WANT TO HEAR YOUR STORY! + We want to hear what you love about WordPress.

+

View Talk Ideas

-
-

Speaker Package

+
+

As a Speaker

- We know speakers are key to the success of a conference and hope you will submit a talk. In appreciation of your efforts, we include a speaker compensation package. + Your participation in WordCamp US as a speaker is a volunteer contribution to the + WordPress community. Thank you for being willing to share your wealth of knowledge + and expertise with our amazing attendees, both in person and on the live stream. + We’re committed to showcasing the best WordPress talks from around the world.

+

View Full Speaker Information

-
+

Diversity Matters!

- {{ site.title }} is committed to creating a conference that is as inclusive as possible. - We want to showcase talent available around the U.S. and welcome international submissions as well. + {{ site.title }} realizes that one of the biggest assets of the WordPress community is its + diversity. Every member of the WordPress community has a unique point of view, and we want to + showcase these multiple perspectives not only from the US, but also from around the globe. +

+

+ We are also committed to ensuring the conference is a place where ideas are exchanged, old friends + get together, new friends meet, and creativity is sparked. As always, as per our Code of Conduct, + harassment on any level is not tolerated. We are all about inclusion where everyone + has a chance for a seat at the table.

+
+ +

- We are also committed to ensuring the conference is a place - where ideas are exchanged, old friends get together, new friends meet and harassment - is not tolerated. We expect speakers, attendees and sponsor representatives to be - professional and courteous to each other. We reserve the right to remove, without refund, - ANY attendee (speaker or otherwise) who is unable to adhere to this policy. + This site is covered by the WordPress.org Privacy Policy.

diff --git a/resources/views/admin/index.twig b/resources/views/admin/index.twig index d470452c0..c1190db30 100644 --- a/resources/views/admin/index.twig +++ b/resources/views/admin/index.twig @@ -1,8 +1,8 @@ {% extends "layouts/admin.twig" %} {% block content %} -
-
+
+
{{ favoriteTotal }}
@@ -13,7 +13,7 @@
-
+
{{ selectTotal }}
@@ -24,7 +24,7 @@
-
+
{{ talkTotal }}
@@ -35,7 +35,7 @@
-
+
{{ speakerTotal }}
@@ -52,7 +52,7 @@ {% if talks is not empty %} {% for talk in talks %} -
+

{{ talk.title|raw }} — {{ talk.speaker.name }}

{{ talk.description | truncate(200) }}

@@ -61,7 +61,7 @@ {{ talkHelper.getCategoryDisplayName(talk.category) }}
-
+
diff --git a/resources/views/admin/speaker/index.twig b/resources/views/admin/speaker/index.twig index b2d000d9e..6d645e85e 100644 --- a/resources/views/admin/speaker/index.twig +++ b/resources/views/admin/speaker/index.twig @@ -17,7 +17,7 @@ {% for speaker in speakers %} -
+
diff --git a/resources/views/admin/talks/index.twig b/resources/views/admin/talks/index.twig index bdc7257c0..0d1b1da91 100644 --- a/resources/views/admin/talks/index.twig +++ b/resources/views/admin/talks/index.twig @@ -5,8 +5,8 @@ -
-
+
+
{% endif %} -
-
- - - - - -

Speaker abstract can be written using markdown to support links

- - - -

Talk additional information can be written using markdown to support links

-
-
- - - - - - - - - - - - -
-
-
-
- -
-
-
- - - - - + + + + + +

Speaker abstract can be written using markdown to support links.

+ + + +

Talk additional information can be written using markdown to support links.

+ + + + + + + + + + + + + +

+ + +

+ +

+ + +

+ +

This speaker application is covered by the WordPress.org Privacy Policy. If you would like a copy of the information you’ve entered here, please email support at wordcamp.org.

+ +

diff --git a/resources/views/forms/_user.twig b/resources/views/forms/_user.twig index 7085a9429..0a8842c2e 100644 --- a/resources/views/forms/_user.twig +++ b/resources/views/forms/_user.twig @@ -1,71 +1,48 @@ -
+ {% if id is defined %} {% endif %} -
-
- - + + - - + + - - + + - - + + - - + + - - + + - - + + +

Speaker bio can be written using markdown to support links

- {% if site.online_conference == false %} -

Travel Assistance

-
- - -
-
- - -
- {% endif %} -
+ + +

Speaker notes can be written using markdown to support links.

-
- - -

Speaker bio can be written using markdown to support links

+ + +

Photo should be square and will be resized to {{ site.user_image_size }}px wide by {{ site.user_image_size }}px high. JPG and PNG are the only accepted formats. Maximum File size is 5MB.

- {% if site.online_conference == false %} - - - {% endif %} - - - -

Speaker notes can be written using markdown to support links

+ {% if speaker_photo is defined and speaker_photo is not empty %} + + {% endif %} - - -

Photo should be square and will be resized to {{ site.user_image_size }}px wide by {{ site.user_image_size }}px high. JPG and PNG are the only accepted formats.

- {% if speaker_photo is defined and speaker_photo is not empty %} - - {% endif %} + {% if coc_link is defined and coc_link is not empty %} + + I agree to abide by the Code of conduct. + {% endif %} - {% if coc_link is defined and coc_link is not empty %} - - I agree to abide by the Code of conduct. - {% endif %} -
-
+

- +

This site is covered by the WordPress.org Privacy Policy. If you would like a copy of the information you’ve entered here, please email support at wordcamp.org.

diff --git a/resources/views/home.twig b/resources/views/home.twig old mode 100644 new mode 100755 index 8676e0e65..3153800f7 --- a/resources/views/home.twig +++ b/resources/views/home.twig @@ -1,39 +1,38 @@ {% extends "layouts/default.twig" %} {% block header %} -
+
-
+
{% if cfp_open %} -

Call For Papers Now Open!

-

Submissions accepted until {{ site.enddate | date(site.date_format) }}

+

Call For Submissions Now Open!

+

Submissions accepted until April 15th 2019

{% else %}

{% if site.show_submission_count %} - Call for Papers ended with {{ number_of_talks }} submissions! + Call for Submissions ended with {{ number_of_talks }} submissions! {% else %} - Call for Papers has ended! + Call for Submissions has ended! {% endif %}

-

Submissions were accepted until {{ site.enddate }}

+

Submissions were accepted until April 15th 2019

{% endif %}
- {% if cfp_open %}Register Now{% endif %} + {% if cfp_open %}Register Now{% endif %}
-
-
-
-
- {% if site.event_location is defined and site.date_format is defined %} -

{{ site.title }} is from {{ site.arrival|date(site.date_format, false) }} to {{ site.departure|date(site.date_format, false) }} in {{ site.event_location }}

- {% else %} -

For More Information About The Conference

- {% endif %} - Visit Conference Site +
+
+ {% if site.event_location is defined and site.date_format is defined %} +

{{ site.title }} is from {{ site.arrival|date(site.date_format, false) }} to {{ site.departure|date(site.date_format, false) }} in {{ site.event_location }}

+ {% else %} +

For More Information About WordCamp US

+ {% endif %} + Visit WordCamp US +
{% endblock %} diff --git a/resources/views/ideas.twig b/resources/views/ideas.twig index b9421ae0a..b36367046 100644 --- a/resources/views/ideas.twig +++ b/resources/views/ideas.twig @@ -1,37 +1,41 @@ {% extends "layouts/default.twig" %} {% block content %} -
-

Call for Papers Talk Ideas

-

- {{ site.title }} is not limited to just PHP-related talks. There have been - sessions covering a wide range of topics supporting PHP developers and DevOps - as well, and we encourage you to "think outside the box" to come up with your - own unique topics. -

-

- Due to financial constraints most conferences tend to pick speakers to present - multiple talks. Therefore it is advisable to submit a few talk ideas, not just one. - By submitting a single talk you may lessen your chances of being selected. -

-

- To get the ideas flowing, here's a few suggestions: -

+
+

Session Recommendations

+

This year we are recommending a different, and what we hope to be a fun, way to think about your submissions. We know that the WordPress community is filled with so many diverse, interesting people, and it would be a fault on our part if we didn’t take advantage of that! So hear us out, this is what we are suggesting.

+ +

Full-length talks, WordPress focused

+

Your first submission could be WordPress-focused, with a goal to teach someone something they didn’t know when they came to WordCamp U.S. We want to create programming in such a way that attendees will walk away raving about how much they learned at WordCamp U.S. With this type of feedback, we can ensure that WordPress-focused companies can see the value of sending more employees to WordCamp U.S. in the future. These submissions should be submitted as regular session length.

+ +

We welcome topics on the below areas that overlap many areas like development, content, and design, etc. but we are not limiting topics to these areas:

    -
  • Virtualization and environments
  • -
  • Javascript
  • -
  • Alternate PHP run-times
  • -
  • PHP internals
  • -
  • Development principles
  • +
  • Accessibility
  • +
  • Best Practices
  • +
  • Collaboration
  • +
  • Diversity and Inclusion
  • +
  • Mental Health
  • +
  • New Discoveries
  • +
  • Overcoming Obstacles
  • +
  • Open Source Communities
  • +
  • Professional Development
  • +
  • Privacy
  • Security
  • -
  • Mobile-first design
  • -
  • Testing (unit, functional, etc.)
  • -
  • Version control
  • -
  • User Experience/Usability
  • -
  • Building APIs (REST, SOAP, whatever)
  • -
  • Continuous Integration
  • -
  • Framework-related topics
  • -
  • Professional development
  • +
  • Success Stories
+ +

Lightning length, skills mastery focused

+

Your second submission could be creative and different than what you might normally submit to a WordCamp. We are all unique and we all do things a little differently. Share something with us that you have mastered in your life. It could be WordPress related or it could be completely off-the-topic of WordPress, but the skills you learned could be applied to the WordPress world. For example, one of our team members enjoys shooting archery, and although she would love to teach folks how to shoot, she could instead teach people about the tactics of being a successful archer. Things like taking your time, ensuring 100% accuracy, and considering your hurdles like wind and distance. Although these are specific examples for archery, these examples can relate to solving other real-life problems, and problems we face in WordPress. These submissions should be submitted as a lightning session length.

+

Now, remember, these are just suggestions. You have two submission slots, and you may divide your submissions however you would like: two lightnings, two full-lengths, one of each. Please be advised if you submit more than two items, we will only consider the first two.

+ +

WCUS Programming Office Hours

+

Because ensuring that we have a diverse group of speakers and a variety of great topics is important, we are going to be hosting Office Hours during the open Call for Speakers timeline to ensure that we can answer your questions and help eliminate any barriers you may have to be able to submit. Office hours will take place in the WordPress slack in the #WCUS channel. If interested, please mark your calendars with one of the following blocks of time:

+ +
    +
  • Wednesday, March 20th, 1pm – 2pm (UTC -6) / 7pm – 8pm (UTC)
  • +
  • Tuesday, March 26th, 10am – 11pm (UTC -6) / 4pm – 5pm (UTC)
  • +
  • Thursday, April 4th, 7pm – 8pm (UTC -6) / 1am – 2am (UTC)
  • +
+ + {% include "_call-submit.twig" %}
{% endblock %} - diff --git a/resources/views/layouts/admin.twig b/resources/views/layouts/admin.twig index 22affe41c..91b3962cc 100644 --- a/resources/views/layouts/admin.twig +++ b/resources/views/layouts/admin.twig @@ -1,14 +1,14 @@ {% extends "layouts/default.twig" %} {% block sidebar %} -

Navigation

+

Navigation

-

Export

+

Export

{% block header %} {% endblock %} -
+
{% block sidebar %}{% endblock %}
{% include "_flash.twig" %} diff --git a/resources/views/layouts/reviewer.twig b/resources/views/layouts/reviewer.twig index bfd9849c7..d6c244d63 100644 --- a/resources/views/layouts/reviewer.twig +++ b/resources/views/layouts/reviewer.twig @@ -1,7 +1,7 @@ {% extends "layouts/default.twig" %} {% block sidebar %} -

Navigation

+

Navigation

  • Dashboard
  • Talks
  • diff --git a/resources/views/layouts/splash.twig b/resources/views/layouts/splash.twig index 29592a6cd..7147a552e 100644 --- a/resources/views/layouts/splash.twig +++ b/resources/views/layouts/splash.twig @@ -5,7 +5,7 @@ - + {% block content %} {% endblock %} diff --git a/resources/views/package.twig b/resources/views/package.twig index 98f1ce6f8..8a0df3b39 100644 --- a/resources/views/package.twig +++ b/resources/views/package.twig @@ -1,47 +1,47 @@ {% extends "layouts/default.twig" %} {% block content %} -
    -

    {{ site.title }} Speaker Information

    +
    +

    {{ site.title }} Speaker Information

    - We're committed to bringing together some of the best speakers from all around the - world to share their knowledge with you here. We provide a travel and - accommodation package to all selected speakers to help make this possible. + Your participation in WordCamp US as a speaker is a volunteer contribution to the + WordPress community. Thank you for being willing to share your wealth of knowledge + and expertise with our amazing attendees, both in person and on the live stream.

    -

    About the event

    - Speakers will be provided with a projector, a wireless lapel microphone and a screen - for their presentation (size depends on the room). Speakers should bring any equipment - they need to connect to projectors (HDMI). It is also suggested that you reduce your - dependency on the in-house internet connection as possible. -

    -

    - When the Call for Papers closes, the organizers will sort through the submissions, making - their selections. Speakers will be notified as soon as the selection process has been completed. -

    -

    This year's package

    -

    - Our speaker package for this year's event includes: + We’re committed to showcasing the best WordPress talks from around the world.

    +

    Benefits of Speaking at WordCamp US 2019

      -
    • Full conference pass
    • -
    • For speakers remote to the Area:
    • -
        -
      • Complimentary airfare/travel
      • -
      • 2 complimentary hotel nights
      • -
      -
    • Lunch, receptions and activities included in regular conference
    • -
    • We'll pick you up and drop you off to/from the airport so you don't have to worry about it.
    • +
    • A ticket to WordCamp US
    • +
    • The opportunity to be heard by a broad audience, in person and on our livestream.
    • +
    • The warm fuzzy feeling that comes from giving back to your community.
    • +
    • An invitation to our Volunteer celebration.
    +

    Selection Process

    - International speakers are encouraged to submit their ideas, but because of budget restrictions, - we can only accept a limited number of speakers from outside the country. + The call for speakers closes April 15th 2019 at 11:59pm CDT (-5 GMT). Once the deadline has + passed the speaker committee will begin reviewing applications. All applicants will be + notified regarding the status of their talk/talks in early June. If you submit + multiple talks you will only receive one response.

    Tips for Submission

    - We strongly encourage potential speakers to submit more than one submission on more than one topic. The - more submissions you contribute, the more options you give us to pick you. Be sure your talk title and abstract - define the exact topic you want to talk about and what you hope people will learn from the session. In previous - years, some submissions sounded interesting but we just didn't have enough detail for them to make the final cut. + We encourage potential speakers to upload more than one pitch, but no more than two submissions + will be accepted from an applicant. If you choose to submit more than two, the first two will + be the only pitches considered. Be sure your talk description/abstract defines the exact topic + you want to talk about and what you hope people will learn from your session. +

    +

    Speaker Expectations

    +

    + Part of the mission of WordCamp US is to provide a great experience for all members of the + WordPress community. To ensure that we ask speakers to abide by the following: +

    + {% include "_call-submit.twig" %}
    {% endblock %} diff --git a/resources/views/reviewer/index.twig b/resources/views/reviewer/index.twig index 1aeb7c204..5beefef46 100644 --- a/resources/views/reviewer/index.twig +++ b/resources/views/reviewer/index.twig @@ -1,8 +1,8 @@ {% extends "layouts/reviewer.twig" %} {% block content %} -
    -
    +
    +
    {{ favoriteTotal }}
    @@ -13,7 +13,7 @@
    -
    +
    {{ selectTotal }}
    @@ -24,7 +24,7 @@
    -
    +
    {{ talkTotal }}
    @@ -35,7 +35,7 @@
    -
    +
    {{ speakerTotal }}
    @@ -52,7 +52,7 @@ {% if talks is not empty and talks|length > 0 %} {% for talk in talks %} -
    +

    {{ talk.title|raw }}{% if not site.anonymized_reviews %} — {{ talk.speaker.name }}{% endif %}

    {{ talk.description | truncate(200) }}

    diff --git a/resources/views/reviewer/talks/index.twig b/resources/views/reviewer/talks/index.twig index 270a6cb2f..09ab079ef 100644 --- a/resources/views/reviewer/talks/index.twig +++ b/resources/views/reviewer/talks/index.twig @@ -5,8 +5,8 @@ -
    -
    +
    +