From 40cdd85e75afbc7ba73a21410f168c75229978be Mon Sep 17 00:00:00 2001 From: Simon Hobbs Date: Mon, 20 Jan 2020 10:29:18 +1100 Subject: [PATCH] Update satis for 1.0.0 (#11) * Improve the README. * Update config for govcms 1.0.0. * Satis config for govcms 1.0.0 * Update ahoy commands. --- .ahoy.yml | 19 +- README.md | 40 +- app/develop/index.html | 4 +- ...cd79a7903ab24c6c2d341361721187248df5.json} | 4877 +++++++++++++---- app/index.html | 531 +- ...144cc98fb89e1a8f22cee1fbbb1b90ab9aeb.json} | 4875 ++++++++++++---- app/master/index.html | 531 +- app/master/packages.json | 4 +- app/packages.json | 4 +- ...dda598333cb33245820e4cf8ff824f616971c.json | 1272 +++++ ...d22a9de35d97ee0042f56d66a985f5c0c2f2b.json | 483 -- app/whitelist/index.html | 126 +- app/whitelist/packages.json | 4 +- satis-config/govcms-develop.json | 8 +- satis-config/govcms-master.json | 11 +- satis-config/govcms-stable.json | 13 +- satis-config/govcms-whitelist.json | 11 +- 17 files changed, 9331 insertions(+), 3482 deletions(-) rename app/include/{all$fc25ebd33fa3f7cd766a17f9a6af31632bafdae2.json => all$36dacd79a7903ab24c6c2d341361721187248df5.json} (85%) rename app/master/include/{all$0ed0140ca23dbee409553f6697c30939b8800cd6.json => all$df9b144cc98fb89e1a8f22cee1fbbb1b90ab9aeb.json} (85%) create mode 100644 app/whitelist/include/all$a10dda598333cb33245820e4cf8ff824f616971c.json delete mode 100644 app/whitelist/include/all$a28d22a9de35d97ee0042f56d66a985f5c0c2f2b.json diff --git a/.ahoy.yml b/.ahoy.yml index f1c6203..c03c808 100644 --- a/.ahoy.yml +++ b/.ahoy.yml @@ -3,7 +3,7 @@ usage: CLI utilities commands: satis: - usage: ahoy satis ARGS + usage: Execute composer/satis via docker. cmd: | docker run --rm --init -it \ --volume $(pwd):/build \ @@ -11,7 +11,7 @@ commands: composer/satis "$@" satis-build: - usage: ahoy satis packages.json build-dir + usage: Execute composer/satis passing in a json and a build dir. cmd: | docker run --rm --init -it \ --user $(id -u):$(id -g) \ @@ -22,7 +22,8 @@ commands: --volume $(pwd):/build \ composer/satis /build/branding/branding.sh "/build/$2" - build-all-production: + build: + usage: Build everything in /app cmd: | ahoy build-stable ahoy build-master @@ -30,21 +31,31 @@ commands: ahoy build-whitelist build-stable: + usage: Build satis.govcms.gov.au cmd: | ahoy satis-build satis-config/govcms-stable.json app build-master: + usage: Build satis.govcms.gov.au/master cmd: | ahoy satis-build satis-config/govcms-master.json app/master build-develop: + usage: Build satis.govcms.gov.au/develop cmd: | ahoy satis-build satis-config/govcms-develop.json app/develop build-whitelist: + usage: Build satis.govcms.gov.au/whitelist cmd: | ahoy satis-build satis-config/govcms-whitelist.json app/whitelist + verify: + usage: Locally run the same tests that would run in circle. + cmd: | + SATIS_BUILD=app ./.circleci/build-scaffolds-against-all.sh + server: + usage: Make satis available on localhost:4142 cmd: | - PHP -S localhost:4141 -t app + PHP -S localhost:4142 -t app diff --git a/README.md b/README.md index 8df342b..1d2404c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # GovCMS Packagist -A packagist resource managed by GovCMS for use by Composer projects. This packagist -essentially only the packages required to build the GovCMS distribution. -All the modules available in this packagist have been reviewed and curated. +A packagist resource managed by GovCMS for use by Composer projects. This +packagist service only offers an essential set of packages required to build +the GovCMS distribution. All the modules available in this packagist have +been reviewed. [![CircleCI](https://circleci.com/gh/govCMS/satis.svg?style=svg)](https://circleci.com/gh/govCMS/satis) @@ -10,21 +11,35 @@ All the modules available in this packagist have been reviewed and curated. Currently, updating is manual but could be automated with new GovCMS releases. -1. When there is a new version of govcms/govcms8 or govcms/require-dev, the -Satis needs rebuilding. +1. Satis should be rebuilt when there is a new version of govcms8 +distribution, however there could other packages also triggering this need. -2. If it's a new version of the distribution, copy `satis-govcms-betaX.json` -to a new file. Review the file. +2. Check the version constrains in all the satis-config/govms-*.json files. +You may need to update the version of GovCMS. -3. Review the `ahoy build-production` command in `.ahoy.yml` and update file -references if needed. +3. Run `ahoy build`. -4. Run `ahoy build-production`. This will update the static satis files in /app +4. Run `ahoy verify` to duplicate tests that run in circle. -5. Commit changes, including /app +5. Commit changes, including /app which is the statis files that are hosted. -6. Git push. This will build GovCMS in Gitlab (see `.gitlab-ci.yml`). +6. Push or these changes to github.com/govcms/satis. This will trigger +quay.io to rebuild the image from the docker-compose.yml. +## Troubleshooting maintenance + +Building the Satis can result in a building a Satis server that you can't use +to build GovCMS. In a recent example the govcms-stable.json (and others) +required `"fabpot/goutte": "3.2.3"` in order to ensure this slightly older +version was available for a fully resolved govcms build. + +It will happen when trying to build GovCMS from the Satis which can be +tested with `ahoy verify`. + +1. Take a note of the composer error, the packages referred to. +2. Build a normal GovCMS and compared the same packages. +3. You should identify a package version that Satis didn't get. +4. And this package explicitly to `config/govcms-*.json`. ## Benefits @@ -164,7 +179,6 @@ composer to pick up sub-packages which are newer than what GovCMS distribution s rearchitect with [drupal-composer/drupal-project](https://github.com/drupal-composer/drupal-project) as your scaffold to get a more "custom vanilla" experience. - ## Technical This project is built on [composer/satis](https://github.com/composer/satis) using the diff --git a/app/develop/index.html b/app/develop/index.html index 1d0fa24..1cd8ee2 100644 --- a/app/develop/index.html +++ b/app/develop/index.html @@ -7,7 +7,7 @@ - govcms/satis-develop + govcms/satis-develop @@ -22,7 +22,7 @@

govcms/satis-develop

-
Last updated:
+


Last updated:
diff --git a/app/include/all$fc25ebd33fa3f7cd766a17f9a6af31632bafdae2.json b/app/include/all$36dacd79a7903ab24c6c2d341361721187248df5.json similarity index 85% rename from app/include/all$fc25ebd33fa3f7cd766a17f9a6af31632bafdae2.json rename to app/include/all$36dacd79a7903ab24c6c2d341361721187248df5.json index 83c7cec..927f1fe 100644 --- a/app/include/all$fc25ebd33fa3f7cd766a17f9a6af31632bafdae2.json +++ b/app/include/all$36dacd79a7903ab24c6c2d341361721187248df5.json @@ -120,6 +120,59 @@ "cors", "stack" ] + }, + "1.3.0": { + "name": "asm89/stack-cors", + "version": "1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/asm89/stack-cors.git", + "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08", + "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08", + "shasum": "" + }, + "require": { + "php": ">=5.5.9", + "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0", + "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.0 || ^4.8.10", + "squizlabs/php_codesniffer": "^2.3" + }, + "time": "2019-12-24T22:41:47+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "psr-4": { + "Asm89\\Stack\\": "src/Asm89/Stack/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alexander", + "email": "iam.asm89@gmail.com" + } + ], + "description": "Cross-origin resource sharing library and stack middleware", + "homepage": "https://github.com/asm89/stack-cors", + "keywords": [ + "cors", + "stack" + ] } }, "behat/behat": { @@ -570,19 +623,19 @@ } }, "behat/transliterator": { - "v1.2.0": { + "v1.3.0": { "name": "behat/transliterator", - "version": "v1.2.0", - "version_normalized": "1.2.0.0", + "version": "v1.3.0", + "version_normalized": "1.3.0.0", "source": { "type": "git", "url": "https://github.com/Behat/Transliterator.git", - "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c" + "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", - "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", + "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", + "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", "shasum": "" }, "require": { @@ -590,9 +643,10 @@ }, "require-dev": { "chuyskywalker/rolling-curl": "^3.1", - "php-yaoi/php-yaoi": "^1.0" + "php-yaoi/php-yaoi": "^1.0", + "phpunit/phpunit": "^4.8.36|^6.3" }, - "time": "2017-04-04T11:38:05+00:00", + "time": "2020-01-14T16:39:13+00:00", "type": "library", "extra": { "branch-alias": { @@ -600,8 +654,8 @@ } }, "autoload": { - "psr-0": { - "Behat\\Transliterator": "src/" + "psr-4": { + "Behat\\Transliterator\\": "src/Behat/Transliterator" } }, "notification-url": "https://packagist.org/downloads/", @@ -655,45 +709,6 @@ "type": "bower-asset" } }, - "brumann/polyfill-unserialize": { - "v1.0.4": { - "name": "brumann/polyfill-unserialize", - "version": "v1.0.4", - "version_normalized": "1.0.4.0", - "source": { - "type": "git", - "url": "https://github.com/dbrumann/polyfill-unserialize.git", - "reference": "8ed1cd343ddc134a7ef649aca0aa0fe2a1b45008" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dbrumann/polyfill-unserialize/zipball/8ed1cd343ddc134a7ef649aca0aa0fe2a1b45008", - "reference": "8ed1cd343ddc134a7ef649aca0aa0fe2a1b45008", - "shasum": "" - }, - "require": { - "php": "^5.3|^7.0" - }, - "time": "2019-07-14T23:16:24+00:00", - "type": "library", - "autoload": { - "psr-4": { - "Brumann\\Polyfill\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Denis Brumann", - "email": "denis.brumann@sensiolabs.de" - } - ], - "description": "Backports unserialize options introduced in PHP 7.0 to older PHP versions." - } - }, "caxy/php-htmldiff": { "v0.1.9": { "name": "caxy/php-htmldiff", @@ -989,6 +1004,68 @@ "validation", "versioning" ] + }, + "1.5.1": { + "name": "composer/semver", + "version": "1.5.1", + "version_normalized": "1.5.1.0", + "source": { + "type": "git", + "url": "https://github.com/composer/semver.git", + "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de" + }, + "dist": { + "type": "zip", + "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" + }, + "time": "2020-01-13T12:06:48+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Semver\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "http://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + }, + { + "name": "Rob Bast", + "email": "rob.bast@gmail.com", + "homepage": "http://robbast.nl" + } + ], + "description": "Semver library that offers utilities, version constraint parsing and validation.", + "keywords": [ + "semantic", + "semver", + "validation", + "versioning" + ] } }, "consolidation/annotated-command": { @@ -2190,6 +2267,75 @@ } }, "doctrine/annotations": { + "v1.4.0": { + "name": "doctrine/annotations", + "version": "v1.4.0", + "version_normalized": "1.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/annotations.git", + "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", + "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", + "shasum": "" + }, + "require": { + "doctrine/lexer": "1.*", + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "doctrine/cache": "1.*", + "phpunit/phpunit": "^5.7" + }, + "time": "2017-02-24T16:22:25+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Docblock Annotations Parser", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "docblock", + "parser" + ] + }, "v1.8.0": { "name": "doctrine/annotations", "version": "v1.8.0", @@ -2343,34 +2489,34 @@ "redis", "xcache" ] - } - }, - "doctrine/collections": { - "1.6.4": { - "name": "doctrine/collections", - "version": "1.6.4", - "version_normalized": "1.6.4.0", + }, + "v1.6.2": { + "name": "doctrine/cache", + "version": "v1.6.2", + "version_normalized": "1.6.2.0", "source": { "type": "git", - "url": "https://github.com/doctrine/collections.git", - "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7" + "url": "https://github.com/doctrine/cache.git", + "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", - "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", + "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b", + "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": "~5.5|~7.0" + }, + "conflict": { + "doctrine/common": ">2.2,<2.4" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan-shim": "^0.9.2", - "phpunit/phpunit": "^7.0", - "vimeo/psalm": "^3.2.2" + "phpunit/phpunit": "~4.8|~5.0", + "predis/predis": "~1.0", + "satooshi/php-coveralls": "~0.6" }, - "time": "2019-11-13T13:07:11+00:00", + "time": "2017-07-22T12:49:21+00:00", "type": "library", "extra": { "branch-alias": { @@ -2379,7 +2525,7 @@ }, "autoload": { "psr-4": { - "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", @@ -2387,10 +2533,6 @@ "MIT" ], "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -2399,6 +2541,10 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -2408,41 +2554,180 @@ "email": "schmittjoh@gmail.com" } ], - "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", - "homepage": "https://www.doctrine-project.org/projects/collections.html", + "description": "Caching library offering an object-oriented API for many cache backends", + "homepage": "http://www.doctrine-project.org", "keywords": [ - "array", - "collections", - "iterators", - "php" + "cache", + "caching" ] } }, - "doctrine/common": { - "v2.11.0": { - "name": "doctrine/common", - "version": "v2.11.0", - "version_normalized": "2.11.0.0", + "doctrine/collections": { + "v1.4.0": { + "name": "doctrine/collections", + "version": "v1.4.0", + "version_normalized": "1.4.0.0", "source": { "type": "git", - "url": "https://github.com/doctrine/common.git", - "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff" + "url": "https://github.com/doctrine/collections.git", + "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff", - "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff", + "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", + "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", "shasum": "" }, "require": { - "doctrine/annotations": "^1.0", - "doctrine/cache": "^1.0", - "doctrine/collections": "^1.0", - "doctrine/event-manager": "^1.0", - "doctrine/inflector": "^1.0", - "doctrine/lexer": "^1.0", - "doctrine/persistence": "^1.1", - "doctrine/reflection": "^1.0", + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "doctrine/coding-standard": "~0.1@dev", + "phpunit/phpunit": "^5.7" + }, + "time": "2017-01-03T10:49:41+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\Collections\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Collections Abstraction library", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "array", + "collections", + "iterator" + ] + }, + "1.6.4": { + "name": "doctrine/collections", + "version": "1.6.4", + "version_normalized": "1.6.4.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/collections.git", + "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", + "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan-shim": "^0.9.2", + "phpunit/phpunit": "^7.0", + "vimeo/psalm": "^3.2.2" + }, + "time": "2019-11-13T13:07:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", + "homepage": "https://www.doctrine-project.org/projects/collections.html", + "keywords": [ + "array", + "collections", + "iterators", + "php" + ] + } + }, + "doctrine/common": { + "2.12.0": { + "name": "doctrine/common", + "version": "2.12.0", + "version_normalized": "2.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/common.git", + "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", + "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.0", + "doctrine/cache": "^1.0", + "doctrine/collections": "^1.0", + "doctrine/event-manager": "^1.0", + "doctrine/inflector": "^1.0", + "doctrine/lexer": "^1.0", + "doctrine/persistence": "^1.1", + "doctrine/reflection": "^1.0", "php": "^7.1" }, "require-dev": { @@ -2453,7 +2738,7 @@ "squizlabs/php_codesniffer": "^3.0", "symfony/phpunit-bridge": "^4.0.5" }, - "time": "2019-09-10T10:10:14+00:00", + "time": "2020-01-10T15:49:25+00:00", "type": "library", "extra": { "branch-alias": { @@ -2502,6 +2787,80 @@ "doctrine", "php" ] + }, + "v2.7.3": { + "name": "doctrine/common", + "version": "v2.7.3", + "version_normalized": "2.7.3.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/common.git", + "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9", + "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9", + "shasum": "" + }, + "require": { + "doctrine/annotations": "1.*", + "doctrine/cache": "1.*", + "doctrine/collections": "1.*", + "doctrine/inflector": "1.*", + "doctrine/lexer": "1.*", + "php": "~5.6|~7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.4.6" + }, + "time": "2017-07-22T08:35:12+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "lib/Doctrine/Common" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Common Library for Doctrine projects", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "collections", + "eventmanager", + "persistence", + "spl" + ] } }, "doctrine/event-manager": { @@ -2584,32 +2943,32 @@ } }, "doctrine/inflector": { - "1.3.1": { + "v1.2.0": { "name": "doctrine/inflector", - "version": "1.3.1", - "version_normalized": "1.3.1.0", + "version": "v1.2.0", + "version_normalized": "1.2.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" + "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", + "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2" }, - "time": "2019-10-30T19:59:35+00:00", + "time": "2017-07-22T12:18:28+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -2622,10 +2981,6 @@ "MIT" ], "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -2634,6 +2989,10 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -2651,46 +3010,38 @@ "singularize", "string" ] - } - }, - "doctrine/instantiator": { - "1.3.0": { - "name": "doctrine/instantiator", - "version": "1.3.0", - "version_normalized": "1.3.0.0", + }, + "1.3.1": { + "name": "doctrine/inflector", + "version": "1.3.1", + "version_normalized": "1.3.1.0", "source": { "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" + "url": "https://github.com/doctrine/inflector.git", + "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", - "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", + "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.13", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-shim": "^0.11", - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^6.2" }, - "time": "2019-10-21T16:45:58+00:00", + "time": "2019-10-30T19:59:35+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" } }, "notification-url": "https://packagist.org/downloads/", @@ -2699,8 +3050,84 @@ ], "authors": [ { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Common String Manipulations with regard to casing and singular/plural rules.", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "inflection", + "pluralize", + "singularize", + "string" + ] + } + }, + "doctrine/instantiator": { + "1.3.0": { + "name": "doctrine/instantiator", + "version": "1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", + "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.13", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-shim": "^0.11", + "phpunit/phpunit": "^7.0" + }, + "time": "2019-10-21T16:45:58+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", "homepage": "http://ocramius.github.com/" } ], @@ -2713,6 +3140,67 @@ } }, "doctrine/lexer": { + "1.0.2": { + "name": "doctrine/lexer", + "version": "1.0.2", + "version_normalized": "1.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/lexer.git", + "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "^4.5" + }, + "time": "2019-06-08T11:03:04+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "https://www.doctrine-project.org/projects/lexer.html", + "keywords": [ + "annotations", + "docblock", + "lexer", + "parser", + "php" + ] + }, "1.2.0": { "name": "doctrine/lexer", "version": "1.2.0", @@ -2778,19 +3266,19 @@ } }, "doctrine/persistence": { - "1.3.3": { + "1.3.5": { "name": "doctrine/persistence", - "version": "1.3.3", - "version_normalized": "1.3.3.0", + "version": "1.3.5", + "version_normalized": "1.3.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5" + "reference": "be70c016fdcd44a428405ee062ebcdd01a6867cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/99b196bbd4715a94fa100fac664a351ffa46d6a5", - "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/be70c016fdcd44a428405ee062ebcdd01a6867cd", + "reference": "be70c016fdcd44a428405ee062ebcdd01a6867cd", "shasum": "" }, "require": { @@ -2809,7 +3297,7 @@ "phpstan/phpstan": "^0.11", "phpunit/phpunit": "^7.0" }, - "time": "2019-12-13T10:43:02+00:00", + "time": "2020-01-14T18:44:12+00:00", "type": "library", "extra": { "branch-alias": { @@ -2864,19 +3352,19 @@ } }, "doctrine/reflection": { - "v1.0.0": { + "v1.1.0": { "name": "doctrine/reflection", - "version": "v1.0.0", - "version_normalized": "1.0.0.0", + "version": "v1.1.0", + "version_normalized": "1.1.0.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": { @@ -2884,15 +3372,17 @@ "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" }, - "time": "2018-06-14T14:45:07+00:00", + "time": "2020-01-08T19:53:19+00:00", "type": "library", "extra": { "branch-alias": { @@ -2909,6 +3399,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -2917,10 +3411,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -2934,10 +3424,11 @@ "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" ] } }, @@ -3357,7 +3848,7 @@ }, "require": { "drupal/chosen_lib": "*", - "drupal/core": "~8.0", + "drupal/core": "^8 || ^9", "harvesthq/chosen": "^1.8.7" }, "type": "drupal-module", @@ -3367,7 +3858,7 @@ }, "drupal": { "version": "8.x-2.9", - "datestamp": "1576594384", + "datestamp": "1576963005", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3505,7 +3996,7 @@ "version_normalized": "2.9.0.0", "require": { "drupal/chosen": "self.version", - "drupal/core": "~8.0", + "drupal/core": "^8 || ^9", "php": ">=5.6.0" }, "type": "metapackage", @@ -3515,7 +4006,7 @@ }, "drupal": { "version": "8.x-2.9", - "datestamp": "1576594384", + "datestamp": "1576963005", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3819,7 +4310,7 @@ "shasum": "81210684c378dab856b3c2bce5eeaa58992d2efc" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8 || ^9" }, "suggest": { "drupal/config_split": "Split site configuration for different environments." @@ -4697,26 +5188,26 @@ } }, "drupal/core": { - "8.7.9": { + "8.8.1": { "name": "drupal/core", - "version": "8.7.9", - "version_normalized": "8.7.9.0", + "version": "8.8.1", + "version_normalized": "8.8.1.0", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "881e60062ea86a8f6809a298f09f56afd20b3cf3" + "reference": "d339279f4c4b89477e0f4a8b775eb5dcb86b3087" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/881e60062ea86a8f6809a298f09f56afd20b3cf3", - "reference": "881e60062ea86a8f6809a298f09f56afd20b3cf3", + "url": "https://api.github.com/repos/drupal/core/zipball/d339279f4c4b89477e0f4a8b775eb5dcb86b3087", + "reference": "d339279f4c4b89477e0f4a8b775eb5dcb86b3087", "shasum": "" }, "require": { "asm89/stack-cors": "^1.1", "composer/semver": "^1.0", - "doctrine/annotations": "^1.2", - "doctrine/common": "^2.5", + "doctrine/annotations": "^1.4", + "doctrine/common": "^2.7", "easyrdf/easyrdf": "^0.9", "egulias/email-validator": "^2.0", "ext-date": "*", @@ -4732,11 +5223,10 @@ "ext-spl": "*", "ext-tokenizer": "*", "ext-xml": "*", - "guzzlehttp/guzzle": "^6.2.1", + "guzzlehttp/guzzle": "^6.3", "masterminds/html5": "^2.1", - "paragonie/random_compat": "^1.0|^2.0|^9.99.99", - "pear/archive_tar": "^1.4", - "php": "^5.5.9|>=7.0.8", + "pear/archive_tar": "^1.4.9", + "php": ">=7.0.8", "stack/builder": "^1.0", "symfony-cmf/routing": "^1.4", "symfony/class-loader": "~3.4.0", @@ -4754,13 +5244,13 @@ "symfony/validator": "~3.4.0", "symfony/yaml": "~3.4.5", "twig/twig": "^1.38.2", - "typo3/phar-stream-wrapper": "^2.1.1", - "zendframework/zend-diactoros": "^1.1", - "zendframework/zend-feed": "^2.4" + "typo3/phar-stream-wrapper": "^3.1.3", + "zendframework/zend-diactoros": "^1.8", + "zendframework/zend-feed": "^2.12" }, "conflict": { - "drush/drush": "<8.1.10", - "symfony/dom-crawler": ">=4" + "drupal/pathauto": "<1.6", + "drush/drush": "<8.1.10" }, "replace": { "drupal/action": "self.version", @@ -4776,6 +5266,7 @@ "drupal/book": "self.version", "drupal/breakpoint": "self.version", "drupal/ckeditor": "self.version", + "drupal/claro": "self.version", "drupal/classy": "self.version", "drupal/color": "self.version", "drupal/comment": "self.version", @@ -4795,6 +5286,7 @@ "drupal/core-discovery": "self.version", "drupal/core-event-dispatcher": "self.version", "drupal/core-file-cache": "self.version", + "drupal/core-file-security": "self.version", "drupal/core-filesystem": "self.version", "drupal/core-gettext": "self.version", "drupal/core-graph": "self.version", @@ -4822,6 +5314,7 @@ "drupal/forum": "self.version", "drupal/hal": "self.version", "drupal/help": "self.version", + "drupal/help_topics": "self.version", "drupal/history": "self.version", "drupal/image": "self.version", "drupal/inline_form_errors": "self.version", @@ -4844,6 +5337,7 @@ "drupal/options": "self.version", "drupal/page_cache": "self.version", "drupal/path": "self.version", + "drupal/path_alias": "self.version", "drupal/quickedit": "self.version", "drupal/rdf": "self.version", "drupal/responsive_image": "self.version", @@ -4872,53 +5366,35 @@ "drupal/workflows": "self.version", "drupal/workspaces": "self.version" }, - "require-dev": { - "behat/mink": "1.7.x-dev", - "behat/mink-goutte-driver": "^1.2", - "behat/mink-selenium2-driver": "1.3.x-dev", - "drupal/coder": "^8.3.1", - "jcalderonzumba/gastonjs": "^1.0.2", - "jcalderonzumba/mink-phantomjs-driver": "^0.3.1", - "justinrainbow/json-schema": "^5.2", - "mikey179/vfsstream": "^1.2", - "phpspec/prophecy": "^1.7", - "phpunit/phpunit": "^4.8.35 || ^6.5", - "symfony/css-selector": "^3.4.0", - "symfony/debug": "^3.4.0", - "symfony/phpunit-bridge": "^3.4.3" - }, - "time": "2019-11-06T18:00:38+00:00", + "time": "2019-12-18T10:34:03+00:00", "type": "drupal-core", "extra": { - "merge-plugin": { - "require": [ - "core/lib/Drupal/Component/Annotation/composer.json", - "core/lib/Drupal/Component/Assertion/composer.json", - "core/lib/Drupal/Component/Bridge/composer.json", - "core/lib/Drupal/Component/ClassFinder/composer.json", - "core/lib/Drupal/Component/Datetime/composer.json", - "core/lib/Drupal/Component/DependencyInjection/composer.json", - "core/lib/Drupal/Component/Diff/composer.json", - "core/lib/Drupal/Component/Discovery/composer.json", - "core/lib/Drupal/Component/EventDispatcher/composer.json", - "core/lib/Drupal/Component/FileCache/composer.json", - "core/lib/Drupal/Component/FileSystem/composer.json", - "core/lib/Drupal/Component/Gettext/composer.json", - "core/lib/Drupal/Component/Graph/composer.json", - "core/lib/Drupal/Component/HttpFoundation/composer.json", - "core/lib/Drupal/Component/PhpStorage/composer.json", - "core/lib/Drupal/Component/Plugin/composer.json", - "core/lib/Drupal/Component/ProxyBuilder/composer.json", - "core/lib/Drupal/Component/Render/composer.json", - "core/lib/Drupal/Component/Serialization/composer.json", - "core/lib/Drupal/Component/Transliteration/composer.json", - "core/lib/Drupal/Component/Utility/composer.json", - "core/lib/Drupal/Component/Uuid/composer.json", - "core/lib/Drupal/Component/Version/composer.json" - ], - "recurse": false, - "replace": false, - "merge-extra": false + "drupal-scaffold": { + "file-mapping": { + "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", + "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", + "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", + "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", + "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", + "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", + "[web-root]/.htaccess": "assets/scaffold/files/htaccess", + "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", + "[web-root]/index.php": "assets/scaffold/files/index.php", + "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", + "[web-root]/README.txt": "assets/scaffold/files/drupal.README.txt", + "[web-root]/robots.txt": "assets/scaffold/files/robots.txt", + "[web-root]/update.php": "assets/scaffold/files/update.php", + "[web-root]/web.config": "assets/scaffold/files/web.config", + "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt", + "[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml", + "[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php", + "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", + "[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml", + "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php", + "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", + "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", + "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt" + } } }, "autoload": { @@ -4942,237 +5418,89 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications." - }, + } + }, + "drupal/core-recommended": { "8.8.1": { - "name": "drupal/core", + "name": "drupal/core-recommended", "version": "8.8.1", "version_normalized": "8.8.1.0", "source": { "type": "git", - "url": "https://github.com/drupal/core.git", - "reference": "d339279f4c4b89477e0f4a8b775eb5dcb86b3087" + "url": "https://github.com/drupal/core-recommended.git", + "reference": "a2215237489ccb456219bd30b26649e6899b6f35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/d339279f4c4b89477e0f4a8b775eb5dcb86b3087", - "reference": "d339279f4c4b89477e0f4a8b775eb5dcb86b3087", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/a2215237489ccb456219bd30b26649e6899b6f35", + "reference": "a2215237489ccb456219bd30b26649e6899b6f35", "shasum": "" }, "require": { - "asm89/stack-cors": "^1.1", - "composer/semver": "^1.0", - "doctrine/annotations": "^1.4", - "doctrine/common": "^2.7", - "easyrdf/easyrdf": "^0.9", - "egulias/email-validator": "^2.0", - "ext-date": "*", - "ext-dom": "*", - "ext-filter": "*", - "ext-gd": "*", - "ext-hash": "*", - "ext-json": "*", - "ext-pcre": "*", - "ext-pdo": "*", - "ext-session": "*", - "ext-simplexml": "*", - "ext-spl": "*", - "ext-tokenizer": "*", - "ext-xml": "*", - "guzzlehttp/guzzle": "^6.3", - "masterminds/html5": "^2.1", - "pear/archive_tar": "^1.4.9", - "php": ">=7.0.8", - "stack/builder": "^1.0", - "symfony-cmf/routing": "^1.4", - "symfony/class-loader": "~3.4.0", - "symfony/console": "~3.4.0", - "symfony/dependency-injection": "~3.4.26", - "symfony/event-dispatcher": "~3.4.0", - "symfony/http-foundation": "~3.4.27", - "symfony/http-kernel": "~3.4.14", - "symfony/polyfill-iconv": "^1.0", - "symfony/process": "~3.4.0", - "symfony/psr-http-message-bridge": "^1.1.2", - "symfony/routing": "~3.4.0", - "symfony/serializer": "~3.4.0", - "symfony/translation": "~3.4.0", - "symfony/validator": "~3.4.0", - "symfony/yaml": "~3.4.5", - "twig/twig": "^1.38.2", - "typo3/phar-stream-wrapper": "^3.1.3", - "zendframework/zend-diactoros": "^1.8", - "zendframework/zend-feed": "^2.12" + "asm89/stack-cors": "1.2.0", + "composer/installers": "v1.7.0", + "composer/semver": "1.5.0", + "doctrine/annotations": "v1.4.0", + "doctrine/cache": "v1.6.2", + "doctrine/collections": "v1.4.0", + "doctrine/common": "v2.7.3", + "doctrine/inflector": "v1.2.0", + "doctrine/lexer": "1.0.2", + "drupal/core": "8.8.1", + "easyrdf/easyrdf": "0.9.1", + "egulias/email-validator": "2.1.11", + "guzzlehttp/guzzle": "6.3.3", + "guzzlehttp/promises": "v1.3.1", + "guzzlehttp/psr7": "1.6.1", + "masterminds/html5": "2.3.0", + "paragonie/random_compat": "v9.99.99", + "pear/archive_tar": "1.4.9", + "pear/console_getopt": "v1.4.2", + "pear/pear-core-minimal": "v1.10.9", + "pear/pear_exception": "v1.0.0", + "psr/container": "1.0.0", + "psr/http-message": "1.0.1", + "psr/log": "1.1.0", + "ralouphie/getallheaders": "3.0.3", + "stack/builder": "v1.0.5", + "symfony-cmf/routing": "1.4.1", + "symfony/class-loader": "v3.4.35", + "symfony/console": "v3.4.35", + "symfony/debug": "v3.4.35", + "symfony/dependency-injection": "v3.4.35", + "symfony/event-dispatcher": "v3.4.35", + "symfony/http-foundation": "v3.4.35", + "symfony/http-kernel": "v3.4.35", + "symfony/polyfill-ctype": "v1.12.0", + "symfony/polyfill-iconv": "v1.12.0", + "symfony/polyfill-mbstring": "v1.12.0", + "symfony/polyfill-php56": "v1.12.0", + "symfony/polyfill-php70": "v1.12.0", + "symfony/polyfill-util": "v1.12.0", + "symfony/process": "v3.4.35", + "symfony/psr-http-message-bridge": "v1.1.2", + "symfony/routing": "v3.4.35", + "symfony/serializer": "v3.4.35", + "symfony/translation": "v3.4.35", + "symfony/validator": "v3.4.35", + "symfony/yaml": "v3.4.35", + "twig/twig": "v1.42.3", + "typo3/phar-stream-wrapper": "v3.1.3", + "zendframework/zend-diactoros": "1.8.7", + "zendframework/zend-escaper": "2.6.1", + "zendframework/zend-feed": "2.12.0", + "zendframework/zend-stdlib": "3.2.1" }, "conflict": { - "drupal/pathauto": "<1.6", - "drush/drush": "<8.1.10" - }, - "replace": { - "drupal/action": "self.version", - "drupal/aggregator": "self.version", - "drupal/automated_cron": "self.version", - "drupal/ban": "self.version", - "drupal/bartik": "self.version", - "drupal/basic_auth": "self.version", - "drupal/big_pipe": "self.version", - "drupal/block": "self.version", - "drupal/block_content": "self.version", - "drupal/block_place": "self.version", - "drupal/book": "self.version", - "drupal/breakpoint": "self.version", - "drupal/ckeditor": "self.version", - "drupal/claro": "self.version", - "drupal/classy": "self.version", - "drupal/color": "self.version", - "drupal/comment": "self.version", - "drupal/config": "self.version", - "drupal/config_translation": "self.version", - "drupal/contact": "self.version", - "drupal/content_moderation": "self.version", - "drupal/content_translation": "self.version", - "drupal/contextual": "self.version", - "drupal/core-annotation": "self.version", - "drupal/core-assertion": "self.version", - "drupal/core-bridge": "self.version", - "drupal/core-class-finder": "self.version", - "drupal/core-datetime": "self.version", - "drupal/core-dependency-injection": "self.version", - "drupal/core-diff": "self.version", - "drupal/core-discovery": "self.version", - "drupal/core-event-dispatcher": "self.version", - "drupal/core-file-cache": "self.version", - "drupal/core-file-security": "self.version", - "drupal/core-filesystem": "self.version", - "drupal/core-gettext": "self.version", - "drupal/core-graph": "self.version", - "drupal/core-http-foundation": "self.version", - "drupal/core-php-storage": "self.version", - "drupal/core-plugin": "self.version", - "drupal/core-proxy-builder": "self.version", - "drupal/core-render": "self.version", - "drupal/core-serialization": "self.version", - "drupal/core-transliteration": "self.version", - "drupal/core-utility": "self.version", - "drupal/core-uuid": "self.version", - "drupal/core-version": "self.version", - "drupal/datetime": "self.version", - "drupal/datetime_range": "self.version", - "drupal/dblog": "self.version", - "drupal/dynamic_page_cache": "self.version", - "drupal/editor": "self.version", - "drupal/entity_reference": "self.version", - "drupal/field": "self.version", - "drupal/field_layout": "self.version", - "drupal/field_ui": "self.version", - "drupal/file": "self.version", - "drupal/filter": "self.version", - "drupal/forum": "self.version", - "drupal/hal": "self.version", - "drupal/help": "self.version", - "drupal/help_topics": "self.version", - "drupal/history": "self.version", - "drupal/image": "self.version", - "drupal/inline_form_errors": "self.version", - "drupal/jsonapi": "self.version", - "drupal/language": "self.version", - "drupal/layout_builder": "self.version", - "drupal/layout_discovery": "self.version", - "drupal/link": "self.version", - "drupal/locale": "self.version", - "drupal/media": "self.version", - "drupal/media_library": "self.version", - "drupal/menu_link_content": "self.version", - "drupal/menu_ui": "self.version", - "drupal/migrate": "self.version", - "drupal/migrate_drupal": "self.version", - "drupal/migrate_drupal_multilingual": "self.version", - "drupal/migrate_drupal_ui": "self.version", - "drupal/minimal": "self.version", - "drupal/node": "self.version", - "drupal/options": "self.version", - "drupal/page_cache": "self.version", - "drupal/path": "self.version", - "drupal/path_alias": "self.version", - "drupal/quickedit": "self.version", - "drupal/rdf": "self.version", - "drupal/responsive_image": "self.version", - "drupal/rest": "self.version", - "drupal/search": "self.version", - "drupal/serialization": "self.version", - "drupal/settings_tray": "self.version", - "drupal/seven": "self.version", - "drupal/shortcut": "self.version", - "drupal/simpletest": "self.version", - "drupal/standard": "self.version", - "drupal/stark": "self.version", - "drupal/statistics": "self.version", - "drupal/syslog": "self.version", - "drupal/system": "self.version", - "drupal/taxonomy": "self.version", - "drupal/telephone": "self.version", - "drupal/text": "self.version", - "drupal/toolbar": "self.version", - "drupal/tour": "self.version", - "drupal/tracker": "self.version", - "drupal/update": "self.version", - "drupal/user": "self.version", - "drupal/views": "self.version", - "drupal/views_ui": "self.version", - "drupal/workflows": "self.version", - "drupal/workspaces": "self.version" + "webflo/drupal-core-strict": "*" }, "time": "2019-12-18T10:34:03+00:00", - "type": "drupal-core", - "extra": { - "drupal-scaffold": { - "file-mapping": { - "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", - "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", - "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", - "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", - "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", - "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", - "[web-root]/.htaccess": "assets/scaffold/files/htaccess", - "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", - "[web-root]/index.php": "assets/scaffold/files/index.php", - "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", - "[web-root]/README.txt": "assets/scaffold/files/drupal.README.txt", - "[web-root]/robots.txt": "assets/scaffold/files/robots.txt", - "[web-root]/update.php": "assets/scaffold/files/update.php", - "[web-root]/web.config": "assets/scaffold/files/web.config", - "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt", - "[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml", - "[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php", - "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", - "[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml", - "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php", - "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", - "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", - "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt" - } - } - }, - "autoload": { - "psr-4": { - "Drupal\\Core\\": "lib/Drupal/Core", - "Drupal\\Component\\": "lib/Drupal/Component", - "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver" - }, - "classmap": [ - "lib/Drupal.php", - "lib/Drupal/Component/Utility/Timer.php", - "lib/Drupal/Component/Utility/Unicode.php", - "lib/Drupal/Core/Database/Database.php", - "lib/Drupal/Core/DrupalKernel.php", - "lib/Drupal/Core/DrupalKernelInterface.php", - "lib/Drupal/Core/Site/Settings.php" - ] - }, + "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], - "description": "Drupal is an open source content management platform powering millions of websites and applications." + "description": "Locked core dependencies; require this project INSTEAD OF drupal/core." } }, "drupal/core-render": { @@ -5252,32 +5580,32 @@ } }, "drupal/crop": { - "1.5.0": { + "2.0.0": { "name": "drupal/crop", - "version": "1.5.0", - "version_normalized": "1.5.0.0", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/crop.git", - "reference": "8.x-1.5" + "reference": "8.x-2.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "bb275293508cb3988ca6ab766dc1f6ecc22cc03d" + "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.0.zip", + "reference": "8.x-2.0", + "shasum": "7e948d35f5d8c0a24515d3b7e37391da4d0b19d8" }, "require": { - "drupal/core": "*" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" + "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-1.5", - "datestamp": "1516357085", + "version": "8.x-2.0", + "datestamp": "1578492183", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5609,7 +5937,7 @@ }, "drupal": { "version": "8.x-1.0-rc2", - "datestamp": "1530178424", + "datestamp": "1578322688", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -5710,7 +6038,7 @@ "datestamp": "1555407785", "security-coverage": { "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -6036,6 +6364,66 @@ "issues": "http://drupal.org/project/dynamic_entity_reference", "irc": "irc://irc.freenode.org/drupal-contribute" } + }, + "1.8.0": { + "name": "drupal/dynamic_entity_reference", + "version": "1.8.0", + "version_normalized": "1.8.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/dynamic_entity_reference.git", + "reference": "8.x-1.8" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "97c6f9fb0652343eab24443e8e4ed9a33037db53" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.8", + "datestamp": "1575458288", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Lee Rowlands", + "homepage": "https://www.drupal.org/u/larowlan", + "role": "Maintainer" + }, + { + "name": "Jibran Ijaz", + "homepage": "https://www.drupal.org/u/jibran", + "role": "Maintainer" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + } + ], + "description": "Provides a field that allows an entity-reference field to reference more than one entity type.", + "homepage": "http://drupal.org/project/dynamic_entity_reference", + "support": { + "source": "http://cgit.drupalcode.org/dynamic_entity_reference", + "issues": "http://drupal.org/project/dynamic_entity_reference", + "irc": "irc://irc.freenode.org/drupal-contribute" + } } }, "drupal/embed": { @@ -6055,7 +6443,7 @@ "shasum": "141be860f2d2e1df67904995fa43774fee355328" }, "require": { - "drupal/core": "^8.7" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { @@ -6466,18 +6854,81 @@ "support": { "source": "https://git.drupalcode.org/project/entity_reference_revisions" } - } - }, - "drupal/environment_indicator": { - "3.5.0": { - "name": "drupal/environment_indicator", - "version": "3.5.0", - "version_normalized": "3.5.0.0", + }, + "1.7.0": { + "name": "drupal/entity_reference_revisions", + "version": "1.7.0", + "version_normalized": "1.7.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/environment_indicator.git", - "reference": "8.x-3.5" - }, + "url": "https://git.drupalcode.org/project/entity_reference_revisions.git", + "reference": "8.x-1.7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "4e3b849b0d984cd3c0a4330c9aa4cb16bf1f79f6" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/diff": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.7", + "datestamp": "1570284187", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Frans", + "homepage": "https://www.drupal.org/user/514222" + }, + { + "name": "jeroen.b", + "homepage": "https://www.drupal.org/user/1853532" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + } + ], + "description": "Adds a Entity Reference field type with revision support.", + "homepage": "https://www.drupal.org/project/entity_reference_revisions", + "support": { + "source": "https://git.drupalcode.org/project/entity_reference_revisions" + } + } + }, + "drupal/environment_indicator": { + "3.5.0": { + "name": "drupal/environment_indicator", + "version": "3.5.0", + "version_normalized": "3.5.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/environment_indicator.git", + "reference": "8.x-3.5" + }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.5.zip", @@ -6837,12 +7288,12 @@ "homepage": "https://www.drupal.org/user/591438" }, { - "name": "swentel", - "homepage": "https://www.drupal.org/user/107403" + "name": "nils.destoop", + "homepage": "https://www.drupal.org/user/361625" }, { - "name": "zuuperman", - "homepage": "https://www.drupal.org/user/361625" + "name": "swentel", + "homepage": "https://www.drupal.org/user/107403" } ], "description": "Provides the field_group module.", @@ -7264,13 +7715,17 @@ "homepage": "https://www.drupal.org/user/99340" }, { - "name": "geek.merlin aka axel.rutz", + "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" }, { "name": "joachim", "homepage": "https://www.drupal.org/user/107701" }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, { "name": "kaythay", "homepage": "https://www.drupal.org/user/2182186" @@ -7813,6 +8268,75 @@ } }, "drupal/metatag": { + "1.11.0": { + "name": "drupal/metatag", + "version": "1.11.0", + "version_normalized": "1.11.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/metatag.git", + "reference": "8.x-1.11" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "9acb04a741d80b4ab468d118a242271169d11f00" + }, + "require": { + "drupal/core": "*", + "drupal/token": "^1.0" + }, + "require-dev": { + "drupal/devel": "^2.0", + "drupal/metatag_dc": "*", + "drupal/metatag_open_graph": "*", + "drupal/page_manager": "^4.0", + "drupal/redirect": "^1.0", + "drupal/restui": "^1.0", + "drupal/schema_metatag": "^1.0", + "drupal/schema_web_page": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.11", + "datestamp": "1576870683", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "See contributors", + "homepage": "https://www.drupal.org/node/640498/committers", + "role": "Developer" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + } + ], + "description": "Manage meta tags for all entities.", + "homepage": "https://www.drupal.org/project/metatag", + "keywords": [ + "Drupal", + "seo" + ], + "support": { + "source": "http://cgit.drupalcode.org/metatag", + "issues": "http://drupal.org/project/issues/metatag" + } + }, "1.9.0": { "name": "drupal/metatag", "version": "1.9.0", @@ -8067,6 +8591,10 @@ { "name": "manuel.adan", "homepage": "https://www.drupal.org/user/516420" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" } ], "description": "Provides a way to place blocks on a custom page.", @@ -8108,7 +8636,7 @@ }, "drupal": { "version": "8.x-4.1", - "datestamp": "1525714313", + "datestamp": "1578071889", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8477,23 +9005,23 @@ } }, "drupal/pathauto": { - "1.3.0": { + "1.6.0": { "name": "drupal/pathauto", - "version": "1.3.0", - "version_normalized": "1.3.0.0", + "version": "1.6.0", + "version_normalized": "1.6.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pathauto.git", - "reference": "8.x-1.3" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "115d5998d7636a03e26c7ce34261b65809d53965" + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "eb976ae110d73c06fafb1b657adb967dd2cb8246" }, "require": { - "drupal/core": "^8.5", + "drupal/core": "^8.6", "drupal/ctools": "*", "drupal/token": "*" }, @@ -8503,8 +9031,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.3", - "datestamp": "1554239887", + "version": "8.x-1.6", + "datestamp": "1575467285", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8566,7 +9094,7 @@ }, "drupal": { "version": "8.x-2.12", - "datestamp": "1569507486", + "datestamp": "1577477888", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9101,6 +9629,82 @@ "issues": "https://www.drupal.org/project/issues/search_api", "irc": "irc://irc.freenode.org/drupal-search-api" } + }, + "1.15.0": { + "name": "drupal/search_api", + "version": "1.15.0", + "version_normalized": "1.15.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/search_api.git", + "reference": "8.x-1.15" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.15.zip", + "reference": "8.x-1.15", + "shasum": "12c13141adb6b687fe36781ac9269a49ef810323" + }, + "require": { + "drupal/core": "^8.6" + }, + "conflict": { + "drupal/search_api_solr": "2.* || 3.0 || 3.1" + }, + "require-dev": { + "drupal/language_fallback_fix": "@dev", + "drupal/search_api_autocomplete": "@dev", + "drupal/search_api_db": "*" + }, + "suggest": { + "drupal/facets": "Adds the ability to create faceted searches.", + "drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.", + "drupal/search_api_solr": "Adds support for using Apache Solr as a backend." + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.15", + "datestamp": "1573122785", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Thomas Seidl", + "homepage": "https://www.drupal.org/u/drunken-monkey" + }, + { + "name": "Nick Veenhof", + "homepage": "https://www.drupal.org/u/nick_vh" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/790418/committers" + } + ], + "description": "Provides a generic framework for modules offering search capabilities.", + "homepage": "https://www.drupal.org/project/search_api", + "support": { + "source": "http://git.drupal.org/project/search_api.git", + "issues": "https://www.drupal.org/project/issues/search_api", + "irc": "irc://irc.freenode.org/drupal-search-api" + } } }, "drupal/search_api_attachments": { @@ -9548,7 +10152,7 @@ "homepage": "https://www.drupal.org/user/107229" }, { - "name": "geek.merlin aka axel.rutz", + "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" }, { @@ -9670,7 +10274,7 @@ }, "drupal": { "version": "8.x-1.5", - "datestamp": "1537557481", + "datestamp": "1577708583", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9712,26 +10316,24 @@ "support": { "source": "https://git.drupalcode.org/project/token" } - } - }, - "drupal/update_notifications_disable": { - "1.0.0": { - "name": "drupal/update_notifications_disable", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + }, + "1.6.0": { + "name": "drupal/token", + "version": "1.6.0", + "version_normalized": "1.6.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/update_notifications_disable.git", - "reference": "8.x-1.0" + "url": "https://git.drupalcode.org/project/token.git", + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/update_notifications_disable-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "415211f61ac96621822312e85db567945883195e" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "22039a3d927220609e708932ac5c501b90ca4925" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { @@ -9739,22 +10341,97 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0", - "datestamp": "1495750385", + "version": "8.x-1.6", + "datestamp": "1577708583", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "eaton", + "homepage": "https://www.drupal.org/user/16496" + }, + { + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Provides a user interface for the Token API, some missing core tokens.", + "homepage": "https://www.drupal.org/project/token", + "support": { + "source": "https://git.drupalcode.org/project/token" + } + } + }, + "drupal/update_notifications_disable": { + "1.0.0": { + "name": "drupal/update_notifications_disable", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/update_notifications_disable.git", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/update_notifications_disable-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "415211f61ac96621822312e85db567945883195e" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1495750385", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" }, { "name": "webchick", @@ -9906,7 +10583,7 @@ "drupal/devel": "*", "drupal/jsonapi": "~2.0", "drupal/select2": "~1.1", - "drupal/token": "*", + "drupal/token": "~1.3", "drupal/webform_access": "*", "drupal/webform_node": "*", "drupal/webform_scheduled_email": "*", @@ -10265,6 +10942,64 @@ "validation", "validator" ] + }, + "2.1.14": { + "name": "egulias/email-validator", + "version": "2.1.14", + "version_normalized": "2.1.14.0", + "source": { + "type": "git", + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "c4b8d12921999d8a561004371701dbc2e05b5ece" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c4b8d12921999d8a561004371701dbc2e05b5ece", + "reference": "c4b8d12921999d8a561004371701dbc2e05b5ece", + "shasum": "" + }, + "require": { + "doctrine/lexer": "^1.0.1", + "php": ">=5.5" + }, + "require-dev": { + "dominicsayers/isemail": "^3.0.7", + "phpunit/phpunit": "^4.8.36|^7.5.15", + "satooshi/php-coveralls": "^1.0.1" + }, + "suggest": { + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + }, + "time": "2020-01-05T14:11:20+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Egulias\\EmailValidator\\": "EmailValidator" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eduardo Gulias Davis" + } + ], + "description": "A library for validating emails against several RFCs", + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": [ + "email", + "emailvalidation", + "emailvalidator", + "validation", + "validator" + ] } }, "ezyang/htmlpurifier": { @@ -10432,19 +11167,19 @@ } }, "govcms/govcms": { - "1.0.0-beta11": { + "1.0.0": { "name": "govcms/govcms", - "version": "1.0.0-beta11", - "version_normalized": "1.0.0.0-beta11", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", "url": "https://github.com/govCMS/govCMS8.git", - "reference": "75021b7081f2f70d84b7e71dfb2187f598504850" + "reference": "76cfc8895ac8df740e4143a1addd14337b7a3ee2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/govCMS/govCMS8/zipball/75021b7081f2f70d84b7e71dfb2187f598504850", - "reference": "75021b7081f2f70d84b7e71dfb2187f598504850", + "url": "https://api.github.com/repos/govCMS/govCMS8/zipball/76cfc8895ac8df740e4143a1addd14337b7a3ee2", + "reference": "76cfc8895ac8df740e4143a1addd14337b7a3ee2", "shasum": "" }, "require": { @@ -10465,7 +11200,7 @@ "drupal/consumers": "1.9", "drupal/contact_storage": "1.0-beta9", "drupal/context": "4.0-beta2", - "drupal/core": "8.7.9", + "drupal/core-recommended": "8.8.1", "drupal/ctools": "3.2.0", "drupal/devel": "2.0", "drupal/diff": "1.0-rc2", @@ -10503,7 +11238,7 @@ "drupal/panels": "4.4.0", "drupal/paragraphs": "1.6", "drupal/password_policy": "3.0-alpha4", - "drupal/pathauto": "1.3", + "drupal/pathauto": "1.6.0", "drupal/permissions_by_term": "2.12", "drupal/recaptcha": "2.4", "drupal/redirect": "1.3", @@ -10540,7 +11275,7 @@ "suggest": { "hirak/prestissimo": "^0.3" }, - "time": "2019-11-13T23:36:28+00:00", + "time": "2020-01-16T23:02:42+00:00", "type": "drupal-profile", "extra": { "drupal-scaffold": { @@ -10868,19 +11603,85 @@ } }, "guzzlehttp/guzzle": { - "6.5.0": { + "6.3.3": { "name": "guzzlehttp/guzzle", - "version": "6.5.0", - "version_normalized": "6.5.0.0", + "version": "6.3.3", + "version_normalized": "6.3.3.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "shasum": "" + }, + "require": { + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.4", + "php": ">=5.5" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.0" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "time": "2018-04-22T15:46:56+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.3-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ] + }, + "6.5.2": { + "name": "guzzlehttp/guzzle", + "version": "6.5.2", + "version_normalized": "6.5.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5" + "reference": "43ece0e75098b7ecd8d13918293029e555a50f82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5", - "reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82", + "reference": "43ece0e75098b7ecd8d13918293029e555a50f82", "shasum": "" }, "require": { @@ -10898,7 +11699,7 @@ "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, - "time": "2019-12-07T18:20:45+00:00", + "time": "2019-12-23T11:57:10+00:00", "type": "library", "extra": { "branch-alias": { @@ -11780,6 +12581,72 @@ } }, "masterminds/html5": { + "2.3.0": { + "name": "masterminds/html5", + "version": "2.3.0", + "version_normalized": "2.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "2c37c6c520b995b761674de3be8455a381679067" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067", + "reference": "2c37c6c520b995b761674de3be8455a381679067", + "shasum": "" + }, + "require": { + "ext-libxml": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*", + "sami/sami": "~2.0", + "satooshi/php-coveralls": "1.0.*" + }, + "time": "2017-09-04T12:26:28+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + } + }, + "autoload": { + "psr-4": { + "Masterminds\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Butcher", + "email": "technosophos@gmail.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" + }, + { + "name": "Matt Farina", + "email": "matt@mattfarina.com" + } + ], + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", + "keywords": [ + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" + ] + }, "2.7.0": { "name": "masterminds/html5", "version": "2.7.0", @@ -11890,19 +12757,19 @@ } }, "monolog/monolog": { - "1.25.2": { + "1.25.3": { "name": "monolog/monolog", - "version": "1.25.2", - "version_normalized": "1.25.2.0", + "version": "1.25.3", + "version_normalized": "1.25.3.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287" + "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287", - "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1", + "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1", "shasum": "" }, "require": { @@ -11938,7 +12805,7 @@ "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, - "time": "2019-11-13T10:00:05+00:00", + "time": "2019-12-20T14:15:16+00:00", "type": "library", "extra": { "branch-alias": { @@ -12076,90 +12943,25 @@ ] } }, - "nyholm/psr7": { - "1.2.1": { - "name": "nyholm/psr7", - "version": "1.2.1", - "version_normalized": "1.2.1.0", + "oomphinc/composer-installers-extender": { + "v1.1.2": { + "name": "oomphinc/composer-installers-extender", + "version": "v1.1.2", + "version_normalized": "1.1.2.0", "source": { "type": "git", - "url": "https://github.com/Nyholm/psr7.git", - "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c" + "url": "https://github.com/oomphinc/composer-installers-extender.git", + "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Nyholm/psr7/zipball/55ff6b76573f5b242554c9775792bd59fb52e11c", - "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c", + "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", + "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", "shasum": "" }, "require": { - "php": "^7.1", - "php-http/message-factory": "^1.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" - }, - "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "http-interop/http-factory-tests": "dev-master", - "php-http/psr7-integration-tests": "dev-master", - "phpunit/phpunit": "^7.5" - }, - "time": "2019-09-05T13:24:16+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-4": { - "Nyholm\\Psr7\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com" - }, - { - "name": "Martijn van der Ven", - "email": "martijn@vanderven.se" - } - ], - "description": "A fast PHP7 implementation of PSR-7", - "homepage": "http://tnyholm.se", - "keywords": [ - "psr-17", - "psr-7" - ] - } - }, - "oomphinc/composer-installers-extender": { - "v1.1.2": { - "name": "oomphinc/composer-installers-extender", - "version": "v1.1.2", - "version_normalized": "1.1.2.0", - "source": { - "type": "git", - "url": "https://github.com/oomphinc/composer-installers-extender.git", - "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", - "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.0", - "composer/installers": "^1.0" + "composer-plugin-api": "^1.0", + "composer/installers": "^1.0" }, "time": "2017-03-31T16:57:39+00:00", "type": "composer-plugin", @@ -12235,26 +13037,26 @@ } }, "pdepend/pdepend": { - "2.6.0": { + "2.6.1": { "name": "pdepend/pdepend", - "version": "2.6.0", - "version_normalized": "2.6.0.0", + "version": "2.6.1", + "version_normalized": "2.6.1.0", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", - "reference": "713e14e401d174882a5980446db1ba427922310b" + "reference": "395b0f356bc0881ef88864bffb4ba1423ca0d111" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/713e14e401d174882a5980446db1ba427922310b", - "reference": "713e14e401d174882a5980446db1ba427922310b", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/395b0f356bc0881ef88864bffb4ba1423ca0d111", + "reference": "395b0f356bc0881ef88864bffb4ba1423ca0d111", "shasum": "" }, "require": { "php": ">=5.3.7", - "symfony/config": "^2.3.0|^3|^4", - "symfony/dependency-injection": "^2.3.0|^3|^4", - "symfony/filesystem": "^2.3.0|^3|^4" + "symfony/config": "^2.3.0|^3|^4|^5", + "symfony/dependency-injection": "^2.3.0|^3|^4|^5", + "symfony/filesystem": "^2.3.0|^3|^4|^5" }, "require-dev": { "easy-doc/easy-doc": "0.0.0 || ^1.2.3", @@ -12262,11 +13064,16 @@ "phpunit/phpunit": "^4.8.35|^5.7", "squizlabs/php_codesniffer": "^2.0.0" }, - "time": "2019-12-14T09:25:03+00:00", + "time": "2019-12-21T16:33:56+00:00", "bin": [ "src/bin/pdepend" ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, "autoload": { "psr-4": { "PDepend\\": "src/main/php/PDepend" @@ -12349,6 +13156,54 @@ } }, "pear/console_getopt": { + "v1.4.2": { + "name": "pear/console_getopt", + "version": "v1.4.2", + "version_normalized": "1.4.2.0", + "source": { + "type": "git", + "url": "https://github.com/pear/Console_Getopt.git", + "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0", + "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0", + "shasum": "" + }, + "time": "2019-02-06T16:52:33+00:00", + "type": "library", + "autoload": { + "psr-0": { + "Console": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Greg Beaver", + "email": "cellog@php.net", + "role": "Helper" + }, + { + "name": "Andrei Zmievski", + "email": "andrei@php.net", + "role": "Lead" + }, + { + "name": "Stig Bakken", + "email": "stig@php.net", + "role": "Developer" + } + ], + "description": "More info available on: http://pear.php.net/package/Console_Getopt" + }, "v1.4.3": { "name": "pear/console_getopt", "version": "v1.4.3", @@ -12443,9 +13298,110 @@ } ], "description": "Minimal set of PEAR core files to be used as composer dependency" + }, + "v1.10.9": { + "name": "pear/pear-core-minimal", + "version": "v1.10.9", + "version_normalized": "1.10.9.0", + "source": { + "type": "git", + "url": "https://github.com/pear/pear-core-minimal.git", + "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/742be8dd68c746a01e4b0a422258e9c9cae1c37f", + "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f", + "shasum": "" + }, + "require": { + "pear/console_getopt": "~1.4", + "pear/pear_exception": "~1.0" + }, + "replace": { + "rsky/pear-core-min": "self.version" + }, + "time": "2019-03-13T18:15:44+00:00", + "type": "library", + "autoload": { + "psr-0": { + "": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Christian Weiske", + "email": "cweiske@php.net", + "role": "Lead" + } + ], + "description": "Minimal set of PEAR core files to be used as composer dependency" } }, "pear/pear_exception": { + "v1.0.0": { + "name": "pear/pear_exception", + "version": "v1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/pear/PEAR_Exception.git", + "reference": "8c18719fdae000b690e3912be401c76e406dd13b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", + "reference": "8c18719fdae000b690e3912be401c76e406dd13b", + "shasum": "" + }, + "require": { + "php": ">=4.4.0" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "time": "2015-02-10T20:07:52+00:00", + "type": "class", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "PEAR": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "." + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Helgi Thormar", + "email": "dufuz@php.net" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net" + } + ], + "description": "The PEAR Exception base class.", + "homepage": "https://github.com/pear/PEAR_Exception", + "keywords": [ + "exception" + ] + }, "v1.0.1": { "name": "pear/pear_exception", "version": "v1.0.1", @@ -12716,24 +13672,23 @@ } }, "phing/phing": { - "2.16.1": { + "2.16.2": { "name": "phing/phing", - "version": "2.16.1", - "version_normalized": "2.16.1.0", + "version": "2.16.2", + "version_normalized": "2.16.2.0", "source": { "type": "git", "url": "https://github.com/phingofficial/phing.git", - "reference": "cbe0f969e434e269af91b4160b86fe899c6e07c7" + "reference": "d11c6328c450cb3cda4ffa6548aa9cd60f30dd17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phingofficial/phing/zipball/cbe0f969e434e269af91b4160b86fe899c6e07c7", - "reference": "cbe0f969e434e269af91b4160b86fe899c6e07c7", + "url": "https://api.github.com/repos/phingofficial/phing/zipball/d11c6328c450cb3cda4ffa6548aa9cd60f30dd17", + "reference": "d11c6328c450cb3cda4ffa6548aa9cd60f30dd17", "shasum": "" }, "require": { - "php": ">=5.2.0", - "symfony/yaml": "^3.1 || ^4.0" + "php": ">=5.2.0" }, "require-dev": { "ext-pdo_sqlite": "*", @@ -12753,7 +13708,8 @@ "sebastian/phpcpd": "2.x", "siad007/versioncontrol_hg": "^1.0", "simpletest/simpletest": "^1.1", - "squizlabs/php_codesniffer": "~2.2" + "squizlabs/php_codesniffer": "~2.2", + "symfony/yaml": "^2.8 || ^3.1 || ^4.0" }, "suggest": { "pdepend/pdepend": "PHP version of JDepend", @@ -12769,7 +13725,7 @@ "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.", "tedivm/jshrink": "Javascript Minifier built in PHP" }, - "time": "2018-01-25T13:18:09+00:00", + "time": "2020-01-03T10:18:48+00:00", "bin": [ "bin/phing" ], @@ -12789,7 +13745,7 @@ "classes" ], "license": [ - "LGPL-3.0" + "LGPL-3.0-only" ], "authors": [ { @@ -12811,59 +13767,6 @@ ] } }, - "php-http/message-factory": { - "v1.0.2": { - "name": "php-http/message-factory", - "version": "v1.0.2", - "version_normalized": "1.0.2.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/message-factory.git", - "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", - "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", - "shasum": "" - }, - "require": { - "php": ">=5.4", - "psr/http-message": "^1.0" - }, - "time": "2015-12-19T14:08:53+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Factory interfaces for PSR-7 HTTP Message", - "homepage": "http://php-http.org", - "keywords": [ - "factory", - "http", - "message", - "stream", - "uri" - ] - } - }, "phpdocumentor/reflection-common": { "2.0.0": { "name": "phpdocumentor/reflection-common", @@ -12920,19 +13823,19 @@ } }, "phpdocumentor/reflection-docblock": { - "4.3.2": { + "4.3.4": { "name": "phpdocumentor/reflection-docblock", - "version": "4.3.2", - "version_normalized": "4.3.2.0", + "version": "4.3.4", + "version_normalized": "4.3.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e" + "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e", - "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", + "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", "shasum": "" }, "require": { @@ -12944,9 +13847,10 @@ "require-dev": { "doctrine/instantiator": "^1.0.5", "mockery/mockery": "^1.0", + "phpdocumentor/type-resolver": "0.4.*", "phpunit/phpunit": "^6.4" }, - "time": "2019-09-12T14:27:41+00:00", + "time": "2019-12-28T18:55:12+00:00", "type": "library", "extra": { "branch-alias": { @@ -13095,19 +13999,19 @@ } }, "phpspec/prophecy": { - "1.10.0": { + "1.10.1": { "name": "phpspec/prophecy", - "version": "1.10.0", - "version_normalized": "1.10.0.0", + "version": "1.10.1", + "version_normalized": "1.10.1.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "d638ebbb58daba25a6a0dc7969e1358a0e3c6682" + "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d638ebbb58daba25a6a0dc7969e1358a0e3c6682", - "reference": "d638ebbb58daba25a6a0dc7969e1358a0e3c6682", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/cbe1df668b3fe136bcc909126a0f529a78d4cbbc", + "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc", "shasum": "" }, "require": { @@ -13121,7 +14025,7 @@ "phpspec/phpspec": "^2.5 || ^3.2", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, - "time": "2019-12-17T16:54:23+00:00", + "time": "2019-12-22T21:05:45+00:00", "type": "library", "extra": { "branch-alias": { @@ -13626,27 +14530,26 @@ ] } }, - "psr/http-factory": { - "1.0.1": { - "name": "psr/http-factory", - "version": "1.0.1", - "version_normalized": "1.0.1.0", + "psr/event-dispatcher": { + "1.0.0": { + "name": "psr/event-dispatcher", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://github.com/php-fig/http-factory.git", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", "shasum": "" }, "require": { - "php": ">=7.0.0", - "psr/http-message": "^1.0" + "php": ">=7.2.0" }, - "time": "2019-04-30T12:38:16+00:00", + "time": "2019-01-08T18:20:26+00:00", "type": "library", "extra": { "branch-alias": { @@ -13655,7 +14558,7 @@ }, "autoload": { "psr-4": { - "Psr\\Http\\Message\\": "src/" + "Psr\\EventDispatcher\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -13668,16 +14571,11 @@ "homepage": "http://www.php-fig.org/" } ], - "description": "Common interfaces for PSR-7 HTTP message factories", + "description": "Standard interfaces for event handling.", "keywords": [ - "factory", - "http", - "message", + "events", "psr", - "psr-17", - "psr-7", - "request", - "response" + "psr-14" ] } }, @@ -13735,10 +14633,58 @@ } }, "psr/log": { - "1.1.2": { + "1.1.0": { "name": "psr/log", - "version": "1.1.2", - "version_normalized": "1.1.2.0", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "2018-11-20T15:27:04+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ] + }, + "1.1.2": { + "name": "psr/log", + "version": "1.1.2", + "version_normalized": "1.1.2.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", @@ -14953,10 +15899,10 @@ } }, "symfony/browser-kit": { - "v4.4.1": { + "v4.4.2": { "name": "symfony/browser-kit", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", @@ -15013,10 +15959,10 @@ "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/browser-kit", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", @@ -15075,6 +16021,63 @@ } }, "symfony/class-loader": { + "v3.4.35": { + "name": "symfony/class-loader", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/class-loader.git", + "reference": "e212b06996819a2bce026a63da03b7182d05a690" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/class-loader/zipball/e212b06996819a2bce026a63da03b7182d05a690", + "reference": "e212b06996819a2bce026a63da03b7182d05a690", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "require-dev": { + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/polyfill-apcu": "~1.1" + }, + "suggest": { + "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" + }, + "time": "2019-08-20T13:31:17+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\ClassLoader\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony ClassLoader Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/class-loader", "version": "v3.4.36", @@ -15199,19 +16202,19 @@ "description": "Symfony Config Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/config", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c" + "reference": "6911d432edd5b50822986604fd5a5be3af856d30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c", - "reference": "7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c", + "url": "https://api.github.com/repos/symfony/config/zipball/6911d432edd5b50822986604fd5a5be3af856d30", + "reference": "6911d432edd5b50822986604fd5a5be3af856d30", "shasum": "" }, "require": { @@ -15232,7 +16235,7 @@ "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, - "time": "2019-12-01T10:50:45+00:00", + "time": "2019-12-18T12:00:29+00:00", "type": "library", "extra": { "branch-alias": { @@ -15263,9 +16266,147 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com" + }, + "v5.0.2": { + "name": "symfony/config", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "7f930484966350906185ba0a604728f7898b7ba0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/7f930484966350906185ba0a604728f7898b7ba0", + "reference": "7f930484966350906185ba0a604728f7898b7ba0", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/filesystem": "^4.4|^5.0", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/finder": "<4.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "time": "2019-12-18T13:50:31+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Config Component", + "homepage": "https://symfony.com" } }, "symfony/console": { + "v3.4.35": { + "name": "symfony/console", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/17b154f932c5874cdbda6d05796b6490eec9f9f7", + "reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/debug": "~2.8|~3.0|~4.0", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.3|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.3|~4.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "time": "2019-11-13T07:12:39+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/console", "version": "v3.4.36", @@ -15339,19 +16480,19 @@ "description": "Symfony Console Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/console", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201" + "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201", - "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201", + "url": "https://api.github.com/repos/symfony/console/zipball/82437719dab1e6bdd28726af14cb345c2ec816d0", + "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0", "shasum": "" }, "require": { @@ -15384,7 +16525,7 @@ "symfony/lock": "", "symfony/process": "" }, - "time": "2019-12-01T10:06:17+00:00", + "time": "2019-12-17T10:32:23+00:00", "type": "library", "extra": { "branch-alias": { @@ -15416,19 +16557,19 @@ "description": "Symfony Console Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/console", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "dae5ef273d700771168ab889d9f8a19b2d206656" + "reference": "fe6e3cd889ca64172d7a742a2eb058541404ef47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/dae5ef273d700771168ab889d9f8a19b2d206656", - "reference": "dae5ef273d700771168ab889d9f8a19b2d206656", + "url": "https://api.github.com/repos/symfony/console/zipball/fe6e3cd889ca64172d7a742a2eb058541404ef47", + "reference": "fe6e3cd889ca64172d7a742a2eb058541404ef47", "shasum": "" }, "require": { @@ -15461,7 +16602,7 @@ "symfony/lock": "", "symfony/process": "" }, - "time": "2019-12-01T10:51:15+00:00", + "time": "2019-12-17T13:20:22+00:00", "type": "library", "extra": { "branch-alias": { @@ -15549,10 +16690,10 @@ "description": "Symfony CssSelector Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/css-selector", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -15603,10 +16744,10 @@ "description": "Symfony CssSelector Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/css-selector", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -15659,10 +16800,10 @@ } }, "symfony/debug": { - "v3.4.36": { + "v3.4.35": { "name": "symfony/debug", - "version": "v3.4.36", - "version_normalized": "3.4.36.0", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", @@ -15716,36 +16857,36 @@ "description": "Symfony Debug Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v3.4.36": { "name": "symfony/debug", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v3.4.36", + "version_normalized": "3.4.36.0", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "b8600a1d7d20b0e80906398bb1f50612fa074a8e" + "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/b8600a1d7d20b0e80906398bb1f50612fa074a8e", - "reference": "b8600a1d7d20b0e80906398bb1f50612fa074a8e", + "url": "https://api.github.com/repos/symfony/debug/zipball/f72e33fdb1170b326e72c3157f0cd456351dd086", + "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086", "shasum": "" }, "require": { - "php": "^7.1.3", + "php": "^5.5.9|>=7.0.8", "psr/log": "~1.0" }, "conflict": { - "symfony/http-kernel": "<3.4" + "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { - "symfony/http-kernel": "^3.4|^4.0|^5.0" + "symfony/http-kernel": "~2.8|~3.0|~4.0" }, - "time": "2019-11-28T13:33:56+00:00", + "time": "2019-10-24T15:33:53+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "4.4-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -15772,27 +16913,156 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com" - } - }, - "symfony/dependency-injection": { - "v3.4.36": { - "name": "symfony/dependency-injection", - "version": "v3.4.36", - "version_normalized": "3.4.36.0", + }, + "v4.4.2": { + "name": "symfony/debug", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2" + "url": "https://github.com/symfony/debug.git", + "reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0d201916bfb3af939fec3c0c8815ea16c60ac1a2", - "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2", + "url": "https://api.github.com/repos/symfony/debug/zipball/5c4c1db977dc70bb3250e1308d3e8c6341aa38f5", + "reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "psr/container": "^1.0" + "php": "^7.1.3", + "psr/log": "~1.0" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "time": "2019-12-16T14:46:54+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Debug Component", + "homepage": "https://symfony.com" + } + }, + "symfony/dependency-injection": { + "v3.4.35": { + "name": "symfony/dependency-injection", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "0ea4d39ca82409a25a43b61ce828048a90000920" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0ea4d39ca82409a25a43b61ce828048a90000920", + "reference": "0ea4d39ca82409a25a43b61ce828048a90000920", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/container": "^1.0" + }, + "conflict": { + "symfony/config": "<3.3.7", + "symfony/finder": "<3.3", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<3.4" + }, + "provide": { + "psr/container-implementation": "1.0" + }, + "require-dev": { + "symfony/config": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "time": "2019-11-08T16:18:30+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DependencyInjection Component", + "homepage": "https://symfony.com" + }, + "v3.4.36": { + "name": "symfony/dependency-injection", + "version": "v3.4.36", + "version_normalized": "3.4.36.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0d201916bfb3af939fec3c0c8815ea16c60ac1a2", + "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/container": "^1.0" }, "conflict": { "symfony/config": "<3.3.7", @@ -15847,19 +17117,19 @@ "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/dependency-injection", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "ad46a4def1325befab696b49c839dffea3fc92bd" + "reference": "79b0358207a3571cc3af02a57d0321927921f539" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ad46a4def1325befab696b49c839dffea3fc92bd", - "reference": "ad46a4def1325befab696b49c839dffea3fc92bd", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/79b0358207a3571cc3af02a57d0321927921f539", + "reference": "79b0358207a3571cc3af02a57d0321927921f539", "shasum": "" }, "require": { @@ -15889,7 +17159,7 @@ "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, - "time": "2019-12-01T10:19:36+00:00", + "time": "2019-12-19T16:00:02+00:00", "type": "library", "extra": { "branch-alias": { @@ -15920,6 +17190,80 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com" + }, + "v5.0.2": { + "name": "symfony/dependency-injection", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "f9dbfbf487d08f60b1c83220edcd16559d1e40a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f9dbfbf487d08f60b1c83220edcd16559d1e40a2", + "reference": "f9dbfbf487d08f60b1c83220edcd16559d1e40a2", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/container": "^1.0", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<5.0", + "symfony/finder": "<4.4", + "symfony/proxy-manager-bridge": "<4.4", + "symfony/yaml": "<4.4" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0" + }, + "require-dev": { + "symfony/config": "^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "time": "2019-12-19T16:01:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DependencyInjection Component", + "homepage": "https://symfony.com" } }, "symfony/dom-crawler": { @@ -15981,10 +17325,10 @@ "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/dom-crawler", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", @@ -16043,10 +17387,10 @@ "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/dom-crawler", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", @@ -16107,19 +17451,19 @@ } }, "symfony/error-handler": { - "v4.4.1": { + "v4.4.2": { "name": "symfony/error-handler", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b" + "reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b", - "reference": "a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/6d7d7712a6ff5215ec26215672293b154f1db8c1", + "reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1", "shasum": "" }, "require": { @@ -16132,7 +17476,7 @@ "symfony/http-kernel": "^4.4|^5.0", "symfony/serializer": "^4.4|^5.0" }, - "time": "2019-12-01T08:46:01+00:00", + "time": "2019-12-16T14:46:54+00:00", "type": "library", "extra": { "branch-alias": { @@ -16163,51 +17507,41 @@ ], "description": "Symfony ErrorHandler Component", "homepage": "https://symfony.com" - } - }, - "symfony/event-dispatcher": { - "v3.4.36": { - "name": "symfony/event-dispatcher", - "version": "v3.4.36", - "version_normalized": "3.4.36.0", + }, + "v5.0.2": { + "name": "symfony/error-handler", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177" + "url": "https://github.com/symfony/error-handler.git", + "reference": "460863313bd3212d7c38e1b40602cbcfeeeea4a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177", - "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/460863313bd3212d7c38e1b40602cbcfeeeea4a5", + "reference": "460863313bd3212d7c38e1b40602cbcfeeeea4a5", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" - }, - "conflict": { - "symfony/dependency-injection": "<3.3" + "php": "^7.2.5", + "psr/log": "^1.0", + "symfony/var-dumper": "^4.4|^5.0" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0|~4.0", - "symfony/dependency-injection": "~3.3|~4.0", - "symfony/expression-language": "~2.8|~3.0|~4.0", - "symfony/stopwatch": "~2.8|~3.0|~4.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" }, - "time": "2019-10-24T15:33:53+00:00", + "time": "2019-12-16T14:48:47+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "5.0-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" + "Symfony\\Component\\ErrorHandler\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -16227,53 +17561,48 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony EventDispatcher Component", + "description": "Symfony ErrorHandler Component", "homepage": "https://symfony.com" - }, - "v4.4.1": { + } + }, + "symfony/event-dispatcher": { + "v3.4.35": { "name": "symfony/event-dispatcher", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f" + "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177" }, "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/f9031c22ec127d4a2450760f81a8677fe8a10177", + "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/event-dispatcher-contracts": "^1.1" + "php": "^5.5.9|>=7.0.8" }, "conflict": { - "symfony/dependency-injection": "<3.4" - }, - "provide": { - "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "1.1" + "symfony/dependency-injection": "<3.3" }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/http-foundation": "^3.4|^4.0|^5.0", - "symfony/service-contracts": "^1.1|^2", - "symfony/stopwatch": "^3.4|^4.0|^5.0" + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, - "time": "2019-11-28T13:33:56+00:00", + "time": "2019-10-24T15:33:53+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "4.4-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -16300,7 +17629,213 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com" - } + }, + "v3.4.36": { + "name": "symfony/event-dispatcher", + "version": "v3.4.36", + "version_normalized": "3.4.36.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177", + "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "conflict": { + "symfony/dependency-injection": "<3.3" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2019-10-24T15:33:53+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" + }, + "v4.4.2": { + "name": "symfony/event-dispatcher", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b3c3068a72623287550fe20b84a2b01dcba2686f", + "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/event-dispatcher-contracts": "^1.1" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2019-11-28T13:33:56+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" + }, + "v5.0.2": { + "name": "symfony/event-dispatcher", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "7b738a51645e10f864cc25c24d232fb03f37b475" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7b738a51645e10f864cc25c24d232fb03f37b475", + "reference": "7b738a51645e10f864cc25c24d232fb03f37b475", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/event-dispatcher-contracts": "^2" + }, + "conflict": { + "symfony/dependency-injection": "<4.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "2.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^4.4|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2019-11-18T17:27:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" + } }, "symfony/event-dispatcher-contracts": { "v1.1.7": { @@ -16361,6 +17896,65 @@ "interoperability", "standards" ] + }, + "v2.0.1": { + "name": "symfony/event-dispatcher-contracts", + "version": "v2.0.1", + "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "af23c2584d4577d54661c434446fb8fbed6025dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd", + "reference": "af23c2584d4577d54661c434446fb8fbed6025dd", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/event-dispatcher": "^1" + }, + "suggest": { + "symfony/event-dispatcher-implementation": "" + }, + "time": "2019-11-18T17:27:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-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" + ] } }, "symfony/filesystem": { @@ -16415,10 +18009,10 @@ "description": "Symfony Filesystem Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/filesystem", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", @@ -16466,10 +18060,10 @@ "description": "Symfony Filesystem Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/filesystem", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", @@ -16569,10 +18163,10 @@ "description": "Symfony Finder Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/finder", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -16621,19 +18215,19 @@ } }, "symfony/http-foundation": { - "v3.4.36": { + "v3.4.35": { "name": "symfony/http-foundation", - "version": "v3.4.36", - "version_normalized": "3.4.36.0", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593" + "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d2d0cfe8e319d9df44c4cca570710fcf221d4593", - "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9e4b3ac8fa3348b4811674d23de32d201de225ce", + "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce", "shasum": "" }, "require": { @@ -16644,7 +18238,7 @@ "require-dev": { "symfony/expression-language": "~2.8|~3.0|~4.0" }, - "time": "2019-11-28T12:52:59+00:00", + "time": "2019-11-11T12:53:10+00:00", "type": "library", "extra": { "branch-alias": { @@ -16676,19 +18270,74 @@ "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v3.4.36": { "name": "symfony/http-foundation", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v3.4.36", + "version_normalized": "3.4.36.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d2d0cfe8e319d9df44c4cca570710fcf221d4593", + "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php70": "~1.6" + }, + "require-dev": { + "symfony/expression-language": "~2.8|~3.0|~4.0" + }, + "time": "2019-11-28T12:52:59+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpFoundation Component", + "homepage": "https://symfony.com" + }, + "v4.4.2": { + "name": "symfony/http-foundation", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5" + "reference": "fcae1cff5b57b2a9c3aabefeb1527678705ddb62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8bccc59e61b41963d14c3dbdb23181e5c932a1d5", - "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/fcae1cff5b57b2a9c3aabefeb1527678705ddb62", + "reference": "fcae1cff5b57b2a9c3aabefeb1527678705ddb62", "shasum": "" }, "require": { @@ -16700,7 +18349,7 @@ "predis/predis": "~1.0", "symfony/expression-language": "^3.4|^4.0|^5.0" }, - "time": "2019-11-28T13:33:56+00:00", + "time": "2019-12-19T15:57:49+00:00", "type": "library", "extra": { "branch-alias": { @@ -16732,19 +18381,19 @@ "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/http-foundation", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "83eb54b75f5365722d4ccdb6559fb099e799202e" + "reference": "5dd7f6be6e62d86ba6f3154cf40e78936367978b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/83eb54b75f5365722d4ccdb6559fb099e799202e", - "reference": "83eb54b75f5365722d4ccdb6559fb099e799202e", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5dd7f6be6e62d86ba6f3154cf40e78936367978b", + "reference": "5dd7f6be6e62d86ba6f3154cf40e78936367978b", "shasum": "" }, "require": { @@ -16756,7 +18405,7 @@ "predis/predis": "~1.0", "symfony/expression-language": "^4.4|^5.0" }, - "time": "2019-11-28T14:20:16+00:00", + "time": "2019-12-19T16:01:11+00:00", "type": "library", "extra": { "branch-alias": { @@ -16790,6 +18439,97 @@ } }, "symfony/http-kernel": { + "v3.4.35": { + "name": "symfony/http-kernel", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e1764b3de00ec5636dd03d02fd44bcb1147d70d9", + "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/log": "~1.0", + "symfony/debug": "^3.3.3|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php56": "~1.8" + }, + "conflict": { + "symfony/config": "<2.8", + "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4", + "symfony/var-dumper": "<3.3", + "twig/twig": "<1.34|<2.4,>=2" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/cache": "~1.0", + "symfony/browser-kit": "~2.8|~3.0|~4.0", + "symfony/class-loader": "~2.8|~3.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/console": "~2.8|~3.0|~4.0", + "symfony/css-selector": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "^3.4.10|^4.0.10", + "symfony/dom-crawler": "~2.8|~3.0|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/process": "~2.8|~3.0|~4.0", + "symfony/routing": "~3.4|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0", + "symfony/templating": "~2.8|~3.0|~4.0", + "symfony/translation": "~2.8|~3.0|~4.0", + "symfony/var-dumper": "~3.3|~4.0" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "", + "symfony/finder": "", + "symfony/var-dumper": "" + }, + "time": "2019-11-13T08:44:50+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpKernel Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/http-kernel", "version": "v3.4.36", @@ -16881,19 +18621,19 @@ "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/http-kernel", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "e4187780ed26129ee86d5234afbebf085e144f88" + "reference": "fe310d2e95cd4c356836c8ecb0895a46d97fede2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e4187780ed26129ee86d5234afbebf085e144f88", - "reference": "e4187780ed26129ee86d5234afbebf085e144f88", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/fe310d2e95cd4c356836c8ecb0895a46d97fede2", + "reference": "fe310d2e95cd4c356836c8ecb0895a46d97fede2", "shasum": "" }, "require": { @@ -16940,7 +18680,7 @@ "symfony/console": "", "symfony/dependency-injection": "" }, - "time": "2019-12-01T14:06:38+00:00", + "time": "2019-12-19T16:23:40+00:00", "type": "library", "extra": { "branch-alias": { @@ -16971,13 +18711,110 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com" + }, + "v5.0.2": { + "name": "symfony/http-kernel", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "00ce30602f3f690e66a63c327743d7b26c723b2e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/00ce30602f3f690e66a63c327743d7b26c723b2e", + "reference": "00ce30602f3f690e66a63c327743d7b26c723b2e", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/log": "~1.0", + "symfony/error-handler": "^4.4|^5.0", + "symfony/event-dispatcher": "^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9" + }, + "conflict": { + "symfony/browser-kit": "<4.4", + "symfony/cache": "<5.0", + "symfony/config": "<5.0", + "symfony/dependency-injection": "<4.4", + "symfony/doctrine-bridge": "<5.0", + "symfony/form": "<5.0", + "symfony/http-client": "<5.0", + "symfony/mailer": "<5.0", + "symfony/messenger": "<5.0", + "symfony/translation": "<5.0", + "symfony/twig-bridge": "<5.0", + "symfony/validator": "<5.0", + "twig/twig": "<2.4" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/cache": "~1.0", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/config": "^5.0", + "symfony/console": "^4.4|^5.0", + "symfony/css-selector": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/dom-crawler": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0", + "symfony/routing": "^4.4|^5.0", + "symfony/stopwatch": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^2.4|^3.0" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" + }, + "time": "2019-12-19T18:35:03+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpKernel Component", + "homepage": "https://symfony.com" } }, "symfony/mime": { - "v5.0.1": { + "v5.0.2": { "name": "symfony/mime", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", @@ -17105,10 +18942,10 @@ "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/phpunit-bridge", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", @@ -17173,6 +19010,65 @@ } }, "symfony/polyfill-ctype": { + "v1.12.0": { + "name": "symfony/polyfill-ctype", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ] + }, "v1.13.1": { "name": "symfony/polyfill-ctype", "version": "v1.13.1", @@ -17234,6 +19130,66 @@ } }, "symfony/polyfill-iconv": { + "v1.12.0": { + "name": "symfony/polyfill-iconv", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-iconv.git", + "reference": "685968b11e61a347c18bf25db32effa478be610f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f", + "reference": "685968b11e61a347c18bf25db32effa478be610f", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-iconv": "For best performance" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Iconv\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Iconv extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "iconv", + "polyfill", + "portable", + "shim" + ] + }, "v1.13.1": { "name": "symfony/polyfill-iconv", "version": "v1.13.1", @@ -17284,51 +19240,234 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Iconv extension", + "description": "Symfony polyfill for the Iconv extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "iconv", + "polyfill", + "portable", + "shim" + ] + } + }, + "symfony/polyfill-intl-idn": { + "v1.13.1": { + "name": "symfony/polyfill-intl-idn", + "version": "v1.13.1", + "version_normalized": "1.13.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46", + "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php72": "^1.9" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "time": "2019-11-27T13:56:44+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.13-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ] + } + }, + "symfony/polyfill-mbstring": { + "v1.12.0": { + "name": "symfony/polyfill-mbstring", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ] + }, + "v1.13.1": { + "name": "symfony/polyfill-mbstring", + "version": "v1.13.1", + "version_normalized": "1.13.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", + "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "time": "2019-11-27T14:18:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.13-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "iconv", + "mbstring", "polyfill", "portable", "shim" ] } }, - "symfony/polyfill-intl-idn": { - "v1.13.1": { - "name": "symfony/polyfill-intl-idn", - "version": "v1.13.1", - "version_normalized": "1.13.1.0", + "symfony/polyfill-php56": { + "v1.12.0": { + "name": "symfony/polyfill-php56", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46" + "url": "https://github.com/symfony/polyfill-php56.git", + "reference": "0e3b212e96a51338639d8ce175c046d7729c3403" }, "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-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403", + "reference": "0e3b212e96a51338639d8ce175c046d7729c3403", "shasum": "" }, "require": { "php": ">=5.3.3", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.9" - }, - "suggest": { - "ext-intl": "For best performance" + "symfony/polyfill-util": "~1.0" }, - "time": "2019-11-27T13:56:44+00:00", + "time": "2019-08-06T08:03:45+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" + "Symfony\\Polyfill\\Php56\\": "" }, "files": [ "bootstrap.php" @@ -17340,49 +19479,43 @@ ], "authors": [ { - "name": "Laurent Bassin", - "email": "laurent@bassin.info" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "idn", - "intl", "polyfill", "portable", "shim" ] - } - }, - "symfony/polyfill-mbstring": { + }, "v1.13.1": { - "name": "symfony/polyfill-mbstring", + "name": "symfony/polyfill-php56", "version": "v1.13.1", "version_normalized": "1.13.1.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" + "url": "https://github.com/symfony/polyfill-php56.git", + "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", - "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4", + "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4", "shasum": "" }, "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-mbstring": "For best performance" + "php": ">=5.3.3", + "symfony/polyfill-util": "~1.0" }, - "time": "2019-11-27T14:18:11+00:00", + "time": "2019-11-27T13:56:44+00:00", "type": "library", "extra": { "branch-alias": { @@ -17391,7 +19524,7 @@ }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" + "Symfony\\Polyfill\\Php56\\": "" }, "files": [ "bootstrap.php" @@ -17411,50 +19544,52 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Mbstring extension", + "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "mbstring", "polyfill", "portable", "shim" ] } }, - "symfony/polyfill-php56": { - "v1.13.1": { - "name": "symfony/polyfill-php56", - "version": "v1.13.1", - "version_normalized": "1.13.1.0", + "symfony/polyfill-php70": { + "v1.12.0": { + "name": "symfony/polyfill-php70", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4" + "url": "https://github.com/symfony/polyfill-php70.git", + "reference": "54b4c428a0054e254223797d2713c31e08610831" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4", - "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831", + "reference": "54b4c428a0054e254223797d2713c31e08610831", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-util": "~1.0" + "paragonie/random_compat": "~1.0|~2.0|~9.99", + "php": ">=5.3.3" }, - "time": "2019-11-27T13:56:44+00:00", + "time": "2019-08-06T08:03:45+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Php56\\": "" + "Symfony\\Polyfill\\Php70\\": "" }, "files": [ "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", @@ -17471,7 +19606,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", + "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", @@ -17479,9 +19614,7 @@ "portable", "shim" ] - } - }, - "symfony/polyfill-php70": { + }, "v1.13.1": { "name": "symfony/polyfill-php70", "version": "v1.13.1", @@ -17663,6 +19796,59 @@ } }, "symfony/polyfill-util": { + "v1.12.0": { + "name": "symfony/polyfill-util", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-util.git", + "reference": "4317de1386717b4c22caed7725350a8887ab205c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c", + "reference": "4317de1386717b4c22caed7725350a8887ab205c", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Util\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony utilities for portability of PHP codes", + "homepage": "https://symfony.com", + "keywords": [ + "compat", + "compatibility", + "polyfill", + "shim" + ] + }, "v1.13.1": { "name": "symfony/polyfill-util", "version": "v1.13.1", @@ -17718,6 +19904,56 @@ } }, "symfony/process": { + "v3.4.35": { + "name": "symfony/process", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e", + "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "time": "2019-10-24T15:33:53+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Process Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/process", "version": "v3.4.36", @@ -17768,25 +20004,25 @@ "description": "Symfony Process Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/process", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726" + "reference": "b84501ad50adb72a94fb460a5b5c91f693e99c9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/51c0135ef3f44c5803b33dc60e96bf4f77752726", - "reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726", + "url": "https://api.github.com/repos/symfony/process/zipball/b84501ad50adb72a94fb460a5b5c91f693e99c9b", + "reference": "b84501ad50adb72a94fb460a5b5c91f693e99c9b", "shasum": "" }, "require": { "php": "^7.1.3" }, - "time": "2019-11-28T13:33:56+00:00", + "time": "2019-12-06T10:06:46+00:00", "type": "library", "extra": { "branch-alias": { @@ -17820,39 +20056,37 @@ } }, "symfony/psr-http-message-bridge": { - "v1.2.0": { + "v1.1.2": { "name": "symfony/psr-http-message-bridge", - "version": "v1.2.0", - "version_normalized": "1.2.0.0", + "version": "v1.1.2", + "version_normalized": "1.1.2.0", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad" + "reference": "a33352af16f78a5ff4f9d90811536abf210df12b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad", - "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/a33352af16f78a5ff4f9d90811536abf210df12b", + "reference": "a33352af16f78a5ff4f9d90811536abf210df12b", "shasum": "" }, "require": { - "php": "^7.1", + "php": "^5.3.3 || ^7.0", "psr/http-message": "^1.0", - "symfony/http-foundation": "^3.4 || ^4.0" + "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0" }, "require-dev": { - "nyholm/psr7": "^1.1", - "symfony/phpunit-bridge": "^3.4.20 || ^4.0", - "zendframework/zend-diactoros": "^1.4.1 || ^2.0" + "symfony/phpunit-bridge": "^3.4 || ^4.0" }, "suggest": { "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" }, - "time": "2019-03-11T18:22:33+00:00", + "time": "2019-04-03T17:09:40+00:00", "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -17897,33 +20131,112 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9d3e80d54d9ae747ad573cad796e8e247df7b796", - "reference": "9d3e80d54d9ae747ad573cad796e8e247df7b796", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9d3e80d54d9ae747ad573cad796e8e247df7b796", + "reference": "9d3e80d54d9ae747ad573cad796e8e247df7b796", + "shasum": "" + }, + "require": { + "php": "^7.1", + "psr/http-message": "^1.0", + "symfony/http-foundation": "^4.4 || ^5.0" + }, + "require-dev": { + "nyholm/psr7": "^1.1", + "symfony/phpunit-bridge": "^4.4 || ^5.0", + "zendframework/zend-diactoros": "^1.4.1 || ^2.0" + }, + "suggest": { + "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" + }, + "time": "2019-11-25T19:33:50+00:00", + "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bridge\\PsrHttpMessage\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "PSR HTTP message bridge", + "homepage": "http://symfony.com", + "keywords": [ + "http", + "http-message", + "psr-17", + "psr-7" + ] + } + }, + "symfony/routing": { + "v3.4.35": { + "name": "symfony/routing", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/routing.git", + "reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/routing/zipball/afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5", + "reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5", "shasum": "" }, "require": { - "php": "^7.1", - "psr/http-message": "^1.0", - "symfony/http-foundation": "^4.4 || ^5.0" + "php": "^5.5.9|>=7.0.8" + }, + "conflict": { + "symfony/config": "<3.3.1", + "symfony/dependency-injection": "<3.3", + "symfony/yaml": "<3.4" }, "require-dev": { - "nyholm/psr7": "^1.1", - "symfony/phpunit-bridge": "^4.4 || ^5.0", - "zendframework/zend-diactoros": "^1.4.1 || ^2.0" + "doctrine/annotations": "~1.0", + "psr/log": "~1.0", + "symfony/config": "^3.3.1|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/yaml": "~3.4|~4.0" }, "suggest": { - "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" }, - "time": "2019-11-25T19:33:50+00:00", - "type": "symfony-bridge", + "time": "2019-11-08T17:25:00+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { - "Symfony\\Bridge\\PsrHttpMessage\\": "" + "Symfony\\Component\\Routing\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -17940,20 +20253,18 @@ }, { "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "homepage": "https://symfony.com/contributors" } ], - "description": "PSR HTTP message bridge", - "homepage": "http://symfony.com", + "description": "Symfony Routing Component", + "homepage": "https://symfony.com", "keywords": [ - "http", - "http-message", - "psr-17", - "psr-7" + "router", + "routing", + "uri", + "url" ] - } - }, - "symfony/routing": { + }, "v3.4.36": { "name": "symfony/routing", "version": "v3.4.36", @@ -18033,6 +20344,86 @@ } }, "symfony/serializer": { + "v3.4.35": { + "name": "symfony/serializer", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/serializer.git", + "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/serializer/zipball/9d14f7ff2c585a8a9f6f980253066285ddc2f675", + "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "phpdocumentor/type-resolver": "<0.2.1", + "symfony/dependency-injection": "<3.2", + "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4", + "symfony/property-info": "<3.1", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "doctrine/cache": "~1.0", + "phpdocumentor/reflection-docblock": "^3.0|^4.0", + "symfony/cache": "~3.1|~4.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.2|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/property-access": "~2.8|~3.0|~4.0", + "symfony/property-info": "^3.4.13|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "For using the XML mapping loader.", + "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.", + "symfony/property-access": "For using the ObjectNormalizer.", + "symfony/property-info": "To deserialize relations.", + "symfony/yaml": "For using the default YAML mapping loader." + }, + "time": "2019-11-12T17:51:12+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Serializer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Serializer Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/serializer", "version": "v3.4.36", @@ -18176,6 +20567,77 @@ } }, "symfony/translation": { + "v3.4.35": { + "name": "symfony/translation", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation.git", + "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation/zipball/2031c895bc97ac1787d418d90bd1ed7d299f2772", + "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/config": "<2.8", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/http-kernel": "~3.4|~4.0", + "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/var-dumper": "~3.4|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" + }, + "time": "2019-10-30T12:43:22+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Translation Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/translation", "version": "v3.4.36", @@ -18247,19 +20709,19 @@ "description": "Symfony Translation Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/translation", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40" + "reference": "f7669f48a9633bf8139bc026c755e894b7206677" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/897fb68ee7933372517b551d6f08c6d4bb0b8c40", - "reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40", + "url": "https://api.github.com/repos/symfony/translation/zipball/f7669f48a9633bf8139bc026c755e894b7206677", + "reference": "f7669f48a9633bf8139bc026c755e894b7206677", "shasum": "" }, "require": { @@ -18292,7 +20754,7 @@ "symfony/config": "", "symfony/yaml": "" }, - "time": "2019-11-12T17:18:47+00:00", + "time": "2019-12-12T12:53:52+00:00", "type": "library", "extra": { "branch-alias": { @@ -18345,19 +20807,116 @@ "php": "^7.2.5" }, "suggest": { - "symfony/translation-implementation": "" + "symfony/translation-implementation": "" + }, + "time": "2019-11-18T17:27:11+00:00", + "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" + ] + } + }, + "symfony/validator": { + "v3.4.35": { + "name": "symfony/validator", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/validator.git", + "reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/validator/zipball/b11f45742c5c9a228cedc46b70c6317780a1ac80", + "reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/translation": "~2.8|~3.0|~4.0" + }, + "conflict": { + "doctrine/lexer": "<1.0.2", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/dependency-injection": "<3.3", + "symfony/http-kernel": "<3.3.5", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.7", + "doctrine/cache": "~1.0", + "egulias/email-validator": "^2.1.10", + "symfony/cache": "~3.1|~4.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/http-kernel": "^3.3.5|~4.0", + "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/property-access": "~2.8|~3.0|~4.0", + "symfony/var-dumper": "~3.3|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "egulias/email-validator": "Strict (RFC compliant) email validation", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "", + "symfony/expression-language": "For using the Expression validator", + "symfony/http-foundation": "", + "symfony/intl": "", + "symfony/property-access": "For accessing properties within comparison constraints", + "symfony/yaml": "" }, - "time": "2019-11-18T17:27:11+00:00", + "time": "2019-11-05T22:03:38+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { - "Symfony\\Contracts\\Translation\\": "" - } + "Symfony\\Component\\Validator\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -18365,27 +20924,17 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.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" - ] - } - }, - "symfony/validator": { + "description": "Symfony Validator Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/validator", "version": "v3.4.36", @@ -18545,19 +21094,19 @@ "dump" ] }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/var-dumper", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a" + "reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0a89a1dbbedd9fb2cfb2336556dec8305273c19a", - "reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/be330f919bdb395d1e0c3f2bfb8948512d6bdd99", + "reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99", "shasum": "" }, "require": { @@ -18580,7 +21129,7 @@ "ext-intl": "To show region name in time zone dump", "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, - "time": "2019-11-28T13:33:56+00:00", + "time": "2019-12-18T13:41:29+00:00", "bin": [ "Resources/bin/var-dump-server" ], @@ -18622,19 +21171,19 @@ "dump" ] }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/var-dumper", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "a4862009387721e155be6dc115061f42ee209205" + "reference": "d7bc61d5d335fa9b1b91e14bb16861e8ca50f53a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a4862009387721e155be6dc115061f42ee209205", - "reference": "a4862009387721e155be6dc115061f42ee209205", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d7bc61d5d335fa9b1b91e14bb16861e8ca50f53a", + "reference": "d7bc61d5d335fa9b1b91e14bb16861e8ca50f53a", "shasum": "" }, "require": { @@ -18656,7 +21205,7 @@ "ext-intl": "To show region name in time zone dump", "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, - "time": "2019-11-28T14:20:16+00:00", + "time": "2019-12-18T13:50:31+00:00", "bin": [ "Resources/bin/var-dump-server" ], @@ -18700,6 +21249,66 @@ } }, "symfony/yaml": { + "v3.4.35": { + "name": "symfony/yaml", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "dab657db15207879217fc81df4f875947bf68804" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804", + "reference": "dab657db15207879217fc81df4f875947bf68804", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "~3.4|~4.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "time": "2019-10-24T15:33:53+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/yaml", "version": "v3.4.36", @@ -18760,19 +21369,19 @@ "description": "Symfony Yaml Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/yaml", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "76de473358fe802578a415d5bb43c296cf09d211" + "reference": "a08832b974dd5fafe3085a66d41fe4c84bb2628c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211", - "reference": "76de473358fe802578a415d5bb43c296cf09d211", + "url": "https://api.github.com/repos/symfony/yaml/zipball/a08832b974dd5fafe3085a66d41fe4c84bb2628c", + "reference": "a08832b974dd5fafe3085a66d41fe4c84bb2628c", "shasum": "" }, "require": { @@ -18788,7 +21397,7 @@ "suggest": { "symfony/console": "For validating YAML files using the lint command" }, - "time": "2019-11-12T14:51:11+00:00", + "time": "2019-12-10T10:33:21+00:00", "type": "library", "extra": { "branch-alias": { @@ -18820,19 +21429,19 @@ "description": "Symfony Yaml Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/yaml", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "51b684480184fa767b97e28eaca67664e48dd3e9" + "reference": "847661e77afa48d99ecfa508e8b60f0b029a19c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/51b684480184fa767b97e28eaca67664e48dd3e9", - "reference": "51b684480184fa767b97e28eaca67664e48dd3e9", + "url": "https://api.github.com/repos/symfony/yaml/zipball/847661e77afa48d99ecfa508e8b60f0b029a19c0", + "reference": "847661e77afa48d99ecfa508e8b60f0b029a19c0", "shasum": "" }, "require": { @@ -18848,7 +21457,7 @@ "suggest": { "symfony/console": "For validating YAML files using the lint command" }, - "time": "2019-11-18T17:27:11+00:00", + "time": "2019-12-10T11:06:55+00:00", "type": "library", "extra": { "branch-alias": { @@ -18925,19 +21534,19 @@ } }, "twig/twig": { - "v1.42.4": { + "v1.42.3": { "name": "twig/twig", - "version": "v1.42.4", - "version_normalized": "1.42.4.0", + "version": "v1.42.3", + "version_normalized": "1.42.3.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152" + "reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/e587180584c3d2d6cb864a0454e777bb6dcb6152", - "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/201baee843e0ffe8b0b956f336dd42b2a92fae4e", + "reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e", "shasum": "" }, "require": { @@ -18949,7 +21558,7 @@ "symfony/debug": "^3.4|^4.2", "symfony/phpunit-bridge": "^4.4@dev|^5.0" }, - "time": "2019-11-11T16:49:32+00:00", + "time": "2019-08-24T12:51:03+00:00", "type": "library", "extra": { "branch-alias": { @@ -18992,36 +21601,35 @@ "templating" ] }, - "v2.12.2": { + "v1.42.4": { "name": "twig/twig", - "version": "v2.12.2", - "version_normalized": "2.12.2.0", + "version": "v1.42.4", + "version_normalized": "1.42.4.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed" + "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed", - "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/e587180584c3d2d6cb864a0454e777bb6dcb6152", + "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152", "shasum": "" }, "require": { - "php": "^7.0", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" + "php": ">=5.5.0", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "psr/container": "^1.0", "symfony/debug": "^3.4|^4.2", "symfony/phpunit-bridge": "^4.4@dev|^5.0" }, - "time": "2019-11-11T16:52:09+00:00", + "time": "2019-11-11T16:49:32+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.12-dev" + "dev-master": "1.42-dev" } }, "autoload": { @@ -19059,56 +21667,75 @@ "keywords": [ "templating" ] - } - }, - "typo3/phar-stream-wrapper": { - "v2.1.3": { - "name": "typo3/phar-stream-wrapper", - "version": "v2.1.3", - "version_normalized": "2.1.3.0", + }, + "v2.12.3": { + "name": "twig/twig", + "version": "v2.12.3", + "version_normalized": "2.12.3.0", "source": { "type": "git", - "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "e8a656d72028b97ab9f61ed993734f3cded02eeb" + "url": "https://github.com/twigphp/Twig.git", + "reference": "97b6311585cae66a26833b14b33785f5797f7d39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e8a656d72028b97ab9f61ed993734f3cded02eeb", - "reference": "e8a656d72028b97ab9f61ed993734f3cded02eeb", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/97b6311585cae66a26833b14b33785f5797f7d39", + "reference": "97b6311585cae66a26833b14b33785f5797f7d39", "shasum": "" }, "require": { - "brumann/polyfill-unserialize": "^1.0", - "ext-json": "*", - "php": "^5.3.3|^7.0" + "php": "^7.0", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { - "ext-xdebug": "*", - "phpunit/phpunit": "^4.8.36" - }, - "suggest": { - "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" + "psr/container": "^1.0", + "symfony/phpunit-bridge": "^4.4|^5.0" }, - "time": "2019-10-18T11:59:10+00:00", + "time": "2019-12-28T07:12:03+00:00", "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.12-dev" + } + }, "autoload": { + "psr-0": { + "Twig_": "lib/" + }, "psr-4": { - "TYPO3\\PharStreamWrapper\\": "src/" + "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], - "description": "Interceptors for PHP's native phar:// stream handling", - "homepage": "https://typo3.org/", + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", "keywords": [ - "phar", - "php", - "security", - "stream-wrapper" + "templating" ] - }, + } + }, + "typo3/phar-stream-wrapper": { "v3.1.3": { "name": "typo3/phar-stream-wrapper", "version": "v3.1.3", @@ -19460,75 +22087,8 @@ "http", "psr", "psr-7" - ] - }, - "2.2.1": { - "name": "zendframework/zend-diactoros", - "version": "2.2.1", - "version_normalized": "2.2.1.0", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-diactoros.git", - "reference": "de5847b068362a88684a55b0dbb40d85986cfa52" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52", - "reference": "de5847b068362a88684a55b0dbb40d85986cfa52", - "shasum": "" - }, - "require": { - "php": "^7.1", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" - }, - "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "ext-curl": "*", - "ext-dom": "*", - "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.5.0", - "php-http/psr7-integration-tests": "dev-master", - "phpunit/phpunit": "^7.0.2", - "zendframework/zend-coding-standard": "~1.0.0" - }, - "time": "2019-11-13T19:16:13+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.1.x-dev", - "dev-develop": "2.2.x-dev", - "dev-release-1.8": "1.8.x-dev" - } - }, - "autoload": { - "files": [ - "src/functions/create_uploaded_file.php", - "src/functions/marshal_headers_from_sapi.php", - "src/functions/marshal_method_from_sapi.php", - "src/functions/marshal_protocol_version_from_sapi.php", - "src/functions/marshal_uri_from_sapi.php", - "src/functions/normalize_server.php", - "src/functions/normalize_uploaded_files.php", - "src/functions/parse_cookie_header.php" - ], - "psr-4": { - "Zend\\Diactoros\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" ], - "description": "PSR HTTP Message implementations", - "keywords": [ - "http", - "psr", - "psr-7" - ] + "abandoned": "laminas/laminas-diactoros" } }, "zendframework/zend-escaper": { @@ -19576,7 +22136,8 @@ "ZendFramework", "escaper", "zf" - ] + ], + "abandoned": "laminas/laminas-escaper" } }, "zendframework/zend-feed": { @@ -19642,7 +22203,8 @@ "ZendFramework", "feed", "zf" - ] + ], + "abandoned": "laminas/laminas-feed" } }, "zendframework/zend-stdlib": { @@ -19691,7 +22253,8 @@ "ZendFramework", "stdlib", "zf" - ] + ], + "abandoned": "laminas/laminas-stdlib" } } } diff --git a/app/index.html b/app/index.html index e73fe93..3dfc86b 100644 --- a/app/index.html +++ b/app/index.html @@ -21,8 +21,8 @@

govcms/satis-stable

- -
Last updated:
+ +
Last updated:
@@ -159,6 +159,7 @@
Setting up this repository in your projects
Releases
+ 1.3.0, 1.2.0
@@ -166,6 +167,7 @@
Setting up this repository in your projects
@@ -611,7 +613,7 @@
Setting up this repository in your projects
Releases
- v1.2.0
+ v1.3.0
Required by
@@ -702,50 +704,6 @@
Setting up this repository in your projects
-
- - -
-

Backports unserialize options introduced in PHP 7.0 to older PHP versions.

- -
-
-
- - - -
License
-
MIT
- -
Authors
-
- Denis Brumann
- - -
Releases
-
- - v1.0.4
- - -
Required by
-
- -
-
-
-
-
@@ -954,6 +912,7 @@
Setting up this repository in your projects
@@ -999,6 +958,7 @@
Setting up this repository in your projects
Releases
+ 1.5.1, 1.5.0
@@ -1007,6 +967,7 @@
Setting up this repository in your projects
@@ -1883,7 +1844,8 @@
Setting up this repository in your projects
Releases
- v1.8.0
+ v1.8.0, + v1.4.0
Required by
@@ -1894,6 +1856,7 @@
Setting up this repository in your projects
  • doctrine/reflection
  • drupal/console
  • drupal/core
  • +
  • drupal/core-recommended
  • @@ -1947,7 +1910,8 @@
    Setting up this repository in your projects
    Releases
    - 1.10.0
    + 1.10.0, + v1.6.2
    Required by
    @@ -1955,6 +1919,7 @@
    Setting up this repository in your projects
    @@ -2003,7 +1968,8 @@
    Setting up this repository in your projects
    Releases
    - 1.6.4
    + 1.6.4, + v1.4.0
    Required by
    @@ -2013,6 +1979,7 @@
    Setting up this repository in your projects
  • doctrine/common
  • doctrine/persistence
  • drupal/console
  • +
  • drupal/core-recommended
  • @@ -2060,13 +2027,15 @@
    Setting up this repository in your projects
    Releases
    - v2.11.0
    + 2.12.0, + v2.7.3
    Required by
    @@ -2172,13 +2141,15 @@
    Setting up this repository in your projects
    Releases
    - 1.3.1
    + 1.3.1, + v1.2.0
    Required by
    @@ -2282,7 +2253,8 @@
    Setting up this repository in your projects
    Releases
    - 1.2.0
    + 1.2.0, + 1.0.2
    Required by
    @@ -2290,6 +2262,7 @@
    Setting up this repository in your projects
    @@ -2340,7 +2313,7 @@
    Setting up this repository in your projects
    Releases
    - 1.3.3
    + 1.3.5
    Required by
    @@ -2365,7 +2338,7 @@
    Setting up this repository in your projects
    -

    Doctrine Reflection component

    +

    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.

    @@ -2374,6 +2347,7 @@
    Setting up this repository in your projects
    Keywords
    reflection + static
    Homepage
    @@ -2386,13 +2360,13 @@
    Setting up this repository in your projects
    Authors
    - Roman Borschel, Benjamin Eberlei, Guilherme Blanco, Jonathan Wage, Johannes Schmitt, Marco Pivetta
    + Guilherme Blanco, Roman Borschel, Benjamin Eberlei, Jonathan Wage, Johannes Schmitt, Marco Pivetta
    Releases
    - v1.0.0
    + v1.1.0
    Required by
    @@ -3657,8 +3631,7 @@
    Setting up this repository in your projects
    Releases
    - 8.8.1, - 8.7.9
    + 8.8.1
    Required by
    @@ -3680,6 +3653,7 @@
    Setting up this repository in your projects
  • drupal/consumers
  • drupal/contact_storage
  • drupal/context
  • +
  • drupal/core-recommended
  • drupal/crop
  • drupal/ctools
  • drupal/ctools_block
  • @@ -3747,6 +3721,46 @@
    Setting up this repository in your projects
  • drupal/username_enumeration_prevention
  • drupal/video_embed_field
  • drupal/webform
  • + + +
    +
    +
    + +
    + + +
    +

    Locked core dependencies; require this project INSTEAD OF drupal/core.

    + +
    +
    +
    + + + +
    License
    +
    GPL-2.0-or-later
    + + + +
    Releases
    +
    + + 8.8.1
    + + +
    Required by
    +
    +
    @@ -3895,7 +3909,7 @@
    Setting up this repository in your projects
    Releases
    - 1.5.0
    + 2.0.0
    Required by
    @@ -4408,6 +4422,7 @@
    Setting up this repository in your projects
    Releases
    + 1.8.0, 1.7.0
    @@ -4739,6 +4754,7 @@
    Setting up this repository in your projects
    Releases
    + 1.7.0, 1.6.0
    @@ -5052,7 +5068,7 @@
    Setting up this repository in your projects
    Authors
    - Hydra, Stalski, jyve, swentel, zuuperman
    + Hydra, Stalski, jyve, nils.destoop, swentel
    Support
    @@ -5439,7 +5455,7 @@
    Setting up this repository in your projects
    Authors
    - bojanz, dawehner, geek.merlin aka axel.rutz, joachim, kaythay, oknate, rszrama, slashrsm, webflo
    + bojanz, dawehner, geek-merlin, joachim, jsacksick, kaythay, oknate, rszrama, slashrsm, webflo
    Support
    @@ -5945,6 +5961,7 @@
    Setting up this repository in your projects
    Releases
    + 1.11.0, 1.9.0
    @@ -6097,7 +6114,7 @@
    Setting up this repository in your projects
    Authors
    - Tim Plunkett, dsnopek, japerry, manuel.adan
    + Tim Plunkett, dsnopek, japerry, manuel.adan, phenaproxima
    Support
    @@ -6441,7 +6458,7 @@
    Setting up this repository in your projects
    Releases
    - 1.3.0
    + 1.6.0
    Required by
    @@ -6936,6 +6953,7 @@
    Setting up this repository in your projects
    Releases
    + 1.15.0, 1.11.0
    @@ -7314,7 +7332,7 @@
    Setting up this repository in your projects
    Authors
    - BarisW, geek.merlin aka axel.rutz, greggles, markdorison, moshe weitzman, msonnabaum, netaustin, robwilmshurst
    + BarisW, geek-merlin, greggles, markdorison, moshe weitzman, msonnabaum, netaustin, robwilmshurst
    Support
    @@ -7405,7 +7423,7 @@
    Setting up this repository in your projects
    -

    Provides a user interface for the Token API and some missing core tokens.

    +

    Provides a user interface for the Token API, some missing core tokens.

    @@ -7418,7 +7436,7 @@
    Setting up this repository in your projects
    License
    -
    GPL-2.0-or-later
    +
    GPL-2.0+
    Authors
    @@ -7434,6 +7452,7 @@
    Setting up this repository in your projects
    Releases
    + 1.6.0, 1.5.0
    @@ -7767,6 +7786,7 @@
    Setting up this repository in your projects
    @@ -7816,6 +7836,7 @@
    Setting up this repository in your projects
    Releases
    + 2.1.14, 2.1.11
    @@ -7823,6 +7844,7 @@
    Setting up this repository in your projects
    @@ -7971,7 +7993,7 @@
    Setting up this repository in your projects
    Releases
    - 1.0.0-beta11
    + 1.0.0 @@ -8235,7 +8257,8 @@
    Setting up this repository in your projects
    Releases
    - 6.5.0
    + 6.5.2, + 6.3.3
    Required by
    @@ -8243,6 +8266,7 @@
    Setting up this repository in your projects
    @@ -8291,6 +8315,7 @@
    Setting up this repository in your projects
    Required by
    @@ -8346,6 +8371,7 @@
    Setting up this repository in your projects
    Required by
    @@ -9055,13 +9081,15 @@
    Setting up this repository in your projects
    Releases
    - 2.7.0
    + 2.7.0, + 2.3.0
    Required by
    @@ -9159,7 +9187,7 @@
    Setting up this repository in your projects
    Releases
    - 1.25.2
    + 1.25.3
    Required by
    @@ -9270,53 +9298,6 @@
    Setting up this repository in your projects
    -
    - - -
    -

    A fast PHP7 implementation of PSR-7

    - -
    -
    -
    - -
    Keywords
    -
    - psr-17 - psr-7 -
    - -
    Homepage
    -
    - http://tnyholm.se -
    - -
    License
    -
    MIT
    - -
    Authors
    -
    - Tobias Nyholm, Martijn van der Ven
    - - -
    Releases
    -
    - - 1.2.1
    - - -
    -
    -
    -
    @@ -9410,7 +9391,7 @@
    Setting up this repository in your projects
    @@ -9446,7 +9427,7 @@
    Setting up this repository in your projects
    Releases
    - 2.6.0
    + 2.6.1
    Required by
    @@ -9506,6 +9487,7 @@
    Setting up this repository in your projects
    @@ -9543,12 +9525,14 @@
    Setting up this repository in your projects
    Releases
    - v1.4.3
    + v1.4.3, + v1.4.2
    Required by
    @@ -9587,12 +9571,14 @@
    Setting up this repository in your projects
    Releases
    - v1.10.10
    + v1.10.10, + v1.10.9
    Required by
    @@ -9639,12 +9625,14 @@
    Setting up this repository in your projects
    Releases
    - v1.0.1
    + v1.0.1, + v1.0.0
    Required by
    @@ -9777,7 +9765,7 @@
    Setting up this repository in your projects
    License
    -
    LGPL-3.0
    +
    LGPL-3.0-only
    Authors
    @@ -9787,65 +9775,9 @@
    Setting up this repository in your projects
    Releases
    - 2.16.1
    - - - -
    -
    - -
    - - -
    -

    Factory interfaces for PSR-7 HTTP Message

    - -
    -
    -
    - -
    Keywords
    -
    - factory - http - message - stream - uri -
    - -
    Homepage
    -
    - http://php-http.org -
    - -
    License
    -
    MIT
    - -
    Authors
    -
    - Márk Sági-Kazár
    - - -
    Releases
    -
    - - v1.0.2
    + 2.16.2 -
    Required by
    -
    - -
    @@ -9938,7 +9870,7 @@
    Setting up this repository in your projects
    Releases
    - 4.3.2
    + 4.3.4
    Required by
    @@ -10095,7 +10027,7 @@
    Setting up this repository in your projects
    Releases
    - 1.10.0
    + 1.10.1
    Required by
    @@ -10537,6 +10469,7 @@
    Setting up this repository in your projects
    @@ -10546,18 +10479,18 @@
    Setting up this repository in your projects
    -
    - +
    -

    Common interfaces for PSR-7 HTTP message factories

    +

    Standard interfaces for event handling.

    @@ -10565,14 +10498,9 @@
    Setting up this repository in your projects
    Keywords
    - factory - http - message + events psr - psr-17 - psr-7 - request - response + psr-14
    @@ -10587,14 +10515,13 @@
    Setting up this repository in your projects
    Releases
    - 1.0.1
    + 1.0.0
    Required by
    @@ -10651,11 +10578,9 @@
    Setting up this repository in your projects
    Required by
    @@ -10705,7 +10630,8 @@
    Setting up this repository in your projects
    Releases
    - 1.1.2
    + 1.1.2, + 1.1.0
    Required by
    @@ -10713,6 +10639,7 @@
    Setting up this repository in your projects
    @@ -13220,13 +13184,14 @@
    Setting up this repository in your projects
    v1.3.0, - v1.2.0
    + v1.1.2
    Required by
    @@ -13275,13 +13240,15 @@
    Setting up this repository in your projects
    Releases
    - v3.4.36
    + v3.4.36, + v3.4.35
    Required by
    @@ -13324,13 +13291,15 @@
    Setting up this repository in your projects
    Releases
    - v3.4.36
    + v3.4.36, + v3.4.35
    Required by
    @@ -13430,8 +13399,9 @@
    Setting up this repository in your projects
    Releases
    - v4.4.1, - v3.4.36
    + v4.4.2, + v3.4.36, + v3.4.35
    Required by
    @@ -13440,6 +13410,7 @@
    Setting up this repository in your projects
  • behat/behat
  • drupal/console-core
  • drupal/core
  • +
  • drupal/core-recommended
  • symfony/validator
  • @@ -13539,13 +13510,15 @@
    Setting up this repository in your projects
    Releases
    - v3.4.36
    + v3.4.36, + v3.4.35
    Required by
    @@ -13592,8 +13565,8 @@
    Setting up this repository in your projects
    Releases
    - v5.0.1, - v4.4.1, + v5.0.2, + v4.4.2, v3.4.36
    @@ -13645,9 +13618,10 @@
    Setting up this repository in your projects
    Releases
    - v5.0.1, - v4.4.1, - v3.4.36
    + v5.0.2, + v4.4.2, + v3.4.36, + v3.4.35
    Required by
    @@ -13658,9 +13632,9 @@
    Setting up this repository in your projects
  • drupal/console-core
  • drupal/console-extend-plugin
  • drupal/core
  • +
  • drupal/core-recommended
  • drush/drush
  • grasmash/yaml-expander
  • -
  • phing/phing
  • @@ -13744,14 +13718,15 @@
    Setting up this repository in your projects
    Authors
    - Fabien Potencier, Twig Team, Armin Ronacher
    + Fabien Potencier, Twig Team, Armin Ronacher
    Releases
    - v2.12.2, - v1.42.4
    + v2.12.3, + v1.42.4, + v1.42.3
    Required by
    @@ -13760,6 +13735,7 @@
    Setting up this repository in your projects
  • chi-teck/drupal-code-generator
  • drupal/console-core
  • drupal/core
  • +
  • drupal/core-recommended
  • @@ -13805,14 +13781,14 @@
    Setting up this repository in your projects
    Releases
    - v3.1.3, - v2.1.3
    + v3.1.3
    Required by
    @@ -14057,8 +14033,8 @@
    Setting up this repository in your projects
    -
    -
    +
    +
    @@ -14066,6 +14042,11 @@
    Setting up this repository in your projects
    zendframework/zend-diactoros
    +

    + Abandoned! + Package is abandoned, you should avoid using it. + Use laminas/laminas-diactoros instead. +

    @@ -14082,16 +14063,19 @@
    Setting up this repository in your projects
    psr-7 +
    Homepage
    +
    + https://github.com/zendframework/zend-diactoros +
    License
    -
    BSD-3-Clause
    +
    BSD-2-Clause
    Releases
    - 2.2.1, 1.8.7
    @@ -14099,14 +14083,15 @@
    Setting up this repository in your projects
    -
    -
    +
    +
    @@ -14114,6 +14099,11 @@
    Setting up this repository in your projects
    zendframework/zend-escaper
    +

    + Abandoned! + Package is abandoned, you should avoid using it. + Use laminas/laminas-escaper instead. +

    @@ -14145,6 +14135,7 @@
    Setting up this repository in your projects
    Required by
    @@ -14152,8 +14143,8 @@
    Setting up this repository in your projects
    -
    -
    +
    +
    @@ -14161,6 +14152,11 @@
    Setting up this repository in your projects
    zendframework/zend-feed
    +

    + Abandoned! + Package is abandoned, you should avoid using it. + Use laminas/laminas-feed instead. +

    @@ -14193,14 +14189,15 @@
    Setting up this repository in your projects
    -
    -
    +
    +
    @@ -14208,6 +14205,11 @@
    Setting up this repository in your projects
    zendframework/zend-stdlib
    +

    + Abandoned! + Package is abandoned, you should avoid using it. + Use laminas/laminas-stdlib instead. +

    @@ -14239,6 +14241,7 @@
    Setting up this repository in your projects
    Required by
    diff --git a/app/master/include/all$0ed0140ca23dbee409553f6697c30939b8800cd6.json b/app/master/include/all$df9b144cc98fb89e1a8f22cee1fbbb1b90ab9aeb.json similarity index 85% rename from app/master/include/all$0ed0140ca23dbee409553f6697c30939b8800cd6.json rename to app/master/include/all$df9b144cc98fb89e1a8f22cee1fbbb1b90ab9aeb.json index 96b96f9..3d5b916 100644 --- a/app/master/include/all$0ed0140ca23dbee409553f6697c30939b8800cd6.json +++ b/app/master/include/all$df9b144cc98fb89e1a8f22cee1fbbb1b90ab9aeb.json @@ -120,6 +120,59 @@ "cors", "stack" ] + }, + "1.3.0": { + "name": "asm89/stack-cors", + "version": "1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/asm89/stack-cors.git", + "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08", + "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08", + "shasum": "" + }, + "require": { + "php": ">=5.5.9", + "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0", + "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.0 || ^4.8.10", + "squizlabs/php_codesniffer": "^2.3" + }, + "time": "2019-12-24T22:41:47+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "psr-4": { + "Asm89\\Stack\\": "src/Asm89/Stack/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alexander", + "email": "iam.asm89@gmail.com" + } + ], + "description": "Cross-origin resource sharing library and stack middleware", + "homepage": "https://github.com/asm89/stack-cors", + "keywords": [ + "cors", + "stack" + ] } }, "behat/behat": { @@ -570,19 +623,19 @@ } }, "behat/transliterator": { - "v1.2.0": { + "v1.3.0": { "name": "behat/transliterator", - "version": "v1.2.0", - "version_normalized": "1.2.0.0", + "version": "v1.3.0", + "version_normalized": "1.3.0.0", "source": { "type": "git", "url": "https://github.com/Behat/Transliterator.git", - "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c" + "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", - "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", + "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", + "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", "shasum": "" }, "require": { @@ -590,9 +643,10 @@ }, "require-dev": { "chuyskywalker/rolling-curl": "^3.1", - "php-yaoi/php-yaoi": "^1.0" + "php-yaoi/php-yaoi": "^1.0", + "phpunit/phpunit": "^4.8.36|^6.3" }, - "time": "2017-04-04T11:38:05+00:00", + "time": "2020-01-14T16:39:13+00:00", "type": "library", "extra": { "branch-alias": { @@ -600,8 +654,8 @@ } }, "autoload": { - "psr-0": { - "Behat\\Transliterator": "src/" + "psr-4": { + "Behat\\Transliterator\\": "src/Behat/Transliterator" } }, "notification-url": "https://packagist.org/downloads/", @@ -655,45 +709,6 @@ "type": "bower-asset" } }, - "brumann/polyfill-unserialize": { - "v1.0.4": { - "name": "brumann/polyfill-unserialize", - "version": "v1.0.4", - "version_normalized": "1.0.4.0", - "source": { - "type": "git", - "url": "https://github.com/dbrumann/polyfill-unserialize.git", - "reference": "8ed1cd343ddc134a7ef649aca0aa0fe2a1b45008" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dbrumann/polyfill-unserialize/zipball/8ed1cd343ddc134a7ef649aca0aa0fe2a1b45008", - "reference": "8ed1cd343ddc134a7ef649aca0aa0fe2a1b45008", - "shasum": "" - }, - "require": { - "php": "^5.3|^7.0" - }, - "time": "2019-07-14T23:16:24+00:00", - "type": "library", - "autoload": { - "psr-4": { - "Brumann\\Polyfill\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Denis Brumann", - "email": "denis.brumann@sensiolabs.de" - } - ], - "description": "Backports unserialize options introduced in PHP 7.0 to older PHP versions." - } - }, "caxy/php-htmldiff": { "v0.1.9": { "name": "caxy/php-htmldiff", @@ -989,6 +1004,68 @@ "validation", "versioning" ] + }, + "1.5.1": { + "name": "composer/semver", + "version": "1.5.1", + "version_normalized": "1.5.1.0", + "source": { + "type": "git", + "url": "https://github.com/composer/semver.git", + "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de" + }, + "dist": { + "type": "zip", + "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" + }, + "time": "2020-01-13T12:06:48+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Semver\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "http://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + }, + { + "name": "Rob Bast", + "email": "rob.bast@gmail.com", + "homepage": "http://robbast.nl" + } + ], + "description": "Semver library that offers utilities, version constraint parsing and validation.", + "keywords": [ + "semantic", + "semver", + "validation", + "versioning" + ] } }, "consolidation/annotated-command": { @@ -2190,6 +2267,75 @@ } }, "doctrine/annotations": { + "v1.4.0": { + "name": "doctrine/annotations", + "version": "v1.4.0", + "version_normalized": "1.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/annotations.git", + "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", + "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", + "shasum": "" + }, + "require": { + "doctrine/lexer": "1.*", + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "doctrine/cache": "1.*", + "phpunit/phpunit": "^5.7" + }, + "time": "2017-02-24T16:22:25+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Docblock Annotations Parser", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "docblock", + "parser" + ] + }, "v1.8.0": { "name": "doctrine/annotations", "version": "v1.8.0", @@ -2343,34 +2489,34 @@ "redis", "xcache" ] - } - }, - "doctrine/collections": { - "1.6.4": { - "name": "doctrine/collections", - "version": "1.6.4", - "version_normalized": "1.6.4.0", + }, + "v1.6.2": { + "name": "doctrine/cache", + "version": "v1.6.2", + "version_normalized": "1.6.2.0", "source": { "type": "git", - "url": "https://github.com/doctrine/collections.git", - "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7" + "url": "https://github.com/doctrine/cache.git", + "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", - "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", + "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b", + "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": "~5.5|~7.0" + }, + "conflict": { + "doctrine/common": ">2.2,<2.4" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan-shim": "^0.9.2", - "phpunit/phpunit": "^7.0", - "vimeo/psalm": "^3.2.2" + "phpunit/phpunit": "~4.8|~5.0", + "predis/predis": "~1.0", + "satooshi/php-coveralls": "~0.6" }, - "time": "2019-11-13T13:07:11+00:00", + "time": "2017-07-22T12:49:21+00:00", "type": "library", "extra": { "branch-alias": { @@ -2379,7 +2525,7 @@ }, "autoload": { "psr-4": { - "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", @@ -2387,10 +2533,6 @@ "MIT" ], "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -2399,6 +2541,10 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -2408,41 +2554,180 @@ "email": "schmittjoh@gmail.com" } ], - "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", - "homepage": "https://www.doctrine-project.org/projects/collections.html", + "description": "Caching library offering an object-oriented API for many cache backends", + "homepage": "http://www.doctrine-project.org", "keywords": [ - "array", - "collections", - "iterators", - "php" + "cache", + "caching" ] } }, - "doctrine/common": { - "v2.11.0": { - "name": "doctrine/common", - "version": "v2.11.0", - "version_normalized": "2.11.0.0", + "doctrine/collections": { + "v1.4.0": { + "name": "doctrine/collections", + "version": "v1.4.0", + "version_normalized": "1.4.0.0", "source": { "type": "git", - "url": "https://github.com/doctrine/common.git", - "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff" + "url": "https://github.com/doctrine/collections.git", + "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff", - "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff", + "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", + "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", "shasum": "" }, "require": { - "doctrine/annotations": "^1.0", - "doctrine/cache": "^1.0", - "doctrine/collections": "^1.0", - "doctrine/event-manager": "^1.0", - "doctrine/inflector": "^1.0", - "doctrine/lexer": "^1.0", - "doctrine/persistence": "^1.1", - "doctrine/reflection": "^1.0", + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "doctrine/coding-standard": "~0.1@dev", + "phpunit/phpunit": "^5.7" + }, + "time": "2017-01-03T10:49:41+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\Collections\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Collections Abstraction library", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "array", + "collections", + "iterator" + ] + }, + "1.6.4": { + "name": "doctrine/collections", + "version": "1.6.4", + "version_normalized": "1.6.4.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/collections.git", + "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", + "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan-shim": "^0.9.2", + "phpunit/phpunit": "^7.0", + "vimeo/psalm": "^3.2.2" + }, + "time": "2019-11-13T13:07:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", + "homepage": "https://www.doctrine-project.org/projects/collections.html", + "keywords": [ + "array", + "collections", + "iterators", + "php" + ] + } + }, + "doctrine/common": { + "2.12.0": { + "name": "doctrine/common", + "version": "2.12.0", + "version_normalized": "2.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/common.git", + "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", + "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.0", + "doctrine/cache": "^1.0", + "doctrine/collections": "^1.0", + "doctrine/event-manager": "^1.0", + "doctrine/inflector": "^1.0", + "doctrine/lexer": "^1.0", + "doctrine/persistence": "^1.1", + "doctrine/reflection": "^1.0", "php": "^7.1" }, "require-dev": { @@ -2453,7 +2738,7 @@ "squizlabs/php_codesniffer": "^3.0", "symfony/phpunit-bridge": "^4.0.5" }, - "time": "2019-09-10T10:10:14+00:00", + "time": "2020-01-10T15:49:25+00:00", "type": "library", "extra": { "branch-alias": { @@ -2502,6 +2787,80 @@ "doctrine", "php" ] + }, + "v2.7.3": { + "name": "doctrine/common", + "version": "v2.7.3", + "version_normalized": "2.7.3.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/common.git", + "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9", + "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9", + "shasum": "" + }, + "require": { + "doctrine/annotations": "1.*", + "doctrine/cache": "1.*", + "doctrine/collections": "1.*", + "doctrine/inflector": "1.*", + "doctrine/lexer": "1.*", + "php": "~5.6|~7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.4.6" + }, + "time": "2017-07-22T08:35:12+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "lib/Doctrine/Common" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Common Library for Doctrine projects", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "collections", + "eventmanager", + "persistence", + "spl" + ] } }, "doctrine/event-manager": { @@ -2584,32 +2943,32 @@ } }, "doctrine/inflector": { - "1.3.1": { + "v1.2.0": { "name": "doctrine/inflector", - "version": "1.3.1", - "version_normalized": "1.3.1.0", + "version": "v1.2.0", + "version_normalized": "1.2.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" + "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", + "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2" }, - "time": "2019-10-30T19:59:35+00:00", + "time": "2017-07-22T12:18:28+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -2622,10 +2981,6 @@ "MIT" ], "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -2634,6 +2989,10 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -2651,46 +3010,38 @@ "singularize", "string" ] - } - }, - "doctrine/instantiator": { - "1.3.0": { - "name": "doctrine/instantiator", - "version": "1.3.0", - "version_normalized": "1.3.0.0", + }, + "1.3.1": { + "name": "doctrine/inflector", + "version": "1.3.1", + "version_normalized": "1.3.1.0", "source": { "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" + "url": "https://github.com/doctrine/inflector.git", + "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", - "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", + "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.13", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-shim": "^0.11", - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^6.2" }, - "time": "2019-10-21T16:45:58+00:00", + "time": "2019-10-30T19:59:35+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" } }, "notification-url": "https://packagist.org/downloads/", @@ -2699,8 +3050,84 @@ ], "authors": [ { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Common String Manipulations with regard to casing and singular/plural rules.", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "inflection", + "pluralize", + "singularize", + "string" + ] + } + }, + "doctrine/instantiator": { + "1.3.0": { + "name": "doctrine/instantiator", + "version": "1.3.0", + "version_normalized": "1.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", + "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.13", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-shim": "^0.11", + "phpunit/phpunit": "^7.0" + }, + "time": "2019-10-21T16:45:58+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", "homepage": "http://ocramius.github.com/" } ], @@ -2713,6 +3140,67 @@ } }, "doctrine/lexer": { + "1.0.2": { + "name": "doctrine/lexer", + "version": "1.0.2", + "version_normalized": "1.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/lexer.git", + "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "^4.5" + }, + "time": "2019-06-08T11:03:04+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "https://www.doctrine-project.org/projects/lexer.html", + "keywords": [ + "annotations", + "docblock", + "lexer", + "parser", + "php" + ] + }, "1.2.0": { "name": "doctrine/lexer", "version": "1.2.0", @@ -2778,19 +3266,19 @@ } }, "doctrine/persistence": { - "1.3.3": { + "1.3.5": { "name": "doctrine/persistence", - "version": "1.3.3", - "version_normalized": "1.3.3.0", + "version": "1.3.5", + "version_normalized": "1.3.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5" + "reference": "be70c016fdcd44a428405ee062ebcdd01a6867cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/99b196bbd4715a94fa100fac664a351ffa46d6a5", - "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/be70c016fdcd44a428405ee062ebcdd01a6867cd", + "reference": "be70c016fdcd44a428405ee062ebcdd01a6867cd", "shasum": "" }, "require": { @@ -2809,7 +3297,7 @@ "phpstan/phpstan": "^0.11", "phpunit/phpunit": "^7.0" }, - "time": "2019-12-13T10:43:02+00:00", + "time": "2020-01-14T18:44:12+00:00", "type": "library", "extra": { "branch-alias": { @@ -2864,19 +3352,19 @@ } }, "doctrine/reflection": { - "v1.0.0": { + "v1.1.0": { "name": "doctrine/reflection", - "version": "v1.0.0", - "version_normalized": "1.0.0.0", + "version": "v1.1.0", + "version_normalized": "1.1.0.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": { @@ -2884,15 +3372,17 @@ "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" }, - "time": "2018-06-14T14:45:07+00:00", + "time": "2020-01-08T19:53:19+00:00", "type": "library", "extra": { "branch-alias": { @@ -2909,6 +3399,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -2917,10 +3411,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -2934,10 +3424,11 @@ "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" ] } }, @@ -3357,7 +3848,7 @@ }, "require": { "drupal/chosen_lib": "*", - "drupal/core": "~8.0", + "drupal/core": "^8 || ^9", "harvesthq/chosen": "^1.8.7" }, "type": "drupal-module", @@ -3367,7 +3858,7 @@ }, "drupal": { "version": "8.x-2.9", - "datestamp": "1576594384", + "datestamp": "1576963005", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3505,7 +3996,7 @@ "version_normalized": "2.9.0.0", "require": { "drupal/chosen": "self.version", - "drupal/core": "~8.0", + "drupal/core": "^8 || ^9", "php": ">=5.6.0" }, "type": "metapackage", @@ -3515,7 +4006,7 @@ }, "drupal": { "version": "8.x-2.9", - "datestamp": "1576594384", + "datestamp": "1576963005", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3819,7 +4310,7 @@ "shasum": "81210684c378dab856b3c2bce5eeaa58992d2efc" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8 || ^9" }, "suggest": { "drupal/config_split": "Split site configuration for different environments." @@ -4697,26 +5188,26 @@ } }, "drupal/core": { - "8.7.9": { + "8.8.1": { "name": "drupal/core", - "version": "8.7.9", - "version_normalized": "8.7.9.0", + "version": "8.8.1", + "version_normalized": "8.8.1.0", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "881e60062ea86a8f6809a298f09f56afd20b3cf3" + "reference": "d339279f4c4b89477e0f4a8b775eb5dcb86b3087" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/881e60062ea86a8f6809a298f09f56afd20b3cf3", - "reference": "881e60062ea86a8f6809a298f09f56afd20b3cf3", + "url": "https://api.github.com/repos/drupal/core/zipball/d339279f4c4b89477e0f4a8b775eb5dcb86b3087", + "reference": "d339279f4c4b89477e0f4a8b775eb5dcb86b3087", "shasum": "" }, "require": { "asm89/stack-cors": "^1.1", "composer/semver": "^1.0", - "doctrine/annotations": "^1.2", - "doctrine/common": "^2.5", + "doctrine/annotations": "^1.4", + "doctrine/common": "^2.7", "easyrdf/easyrdf": "^0.9", "egulias/email-validator": "^2.0", "ext-date": "*", @@ -4732,11 +5223,10 @@ "ext-spl": "*", "ext-tokenizer": "*", "ext-xml": "*", - "guzzlehttp/guzzle": "^6.2.1", + "guzzlehttp/guzzle": "^6.3", "masterminds/html5": "^2.1", - "paragonie/random_compat": "^1.0|^2.0|^9.99.99", - "pear/archive_tar": "^1.4", - "php": "^5.5.9|>=7.0.8", + "pear/archive_tar": "^1.4.9", + "php": ">=7.0.8", "stack/builder": "^1.0", "symfony-cmf/routing": "^1.4", "symfony/class-loader": "~3.4.0", @@ -4754,13 +5244,13 @@ "symfony/validator": "~3.4.0", "symfony/yaml": "~3.4.5", "twig/twig": "^1.38.2", - "typo3/phar-stream-wrapper": "^2.1.1", - "zendframework/zend-diactoros": "^1.1", - "zendframework/zend-feed": "^2.4" + "typo3/phar-stream-wrapper": "^3.1.3", + "zendframework/zend-diactoros": "^1.8", + "zendframework/zend-feed": "^2.12" }, "conflict": { - "drush/drush": "<8.1.10", - "symfony/dom-crawler": ">=4" + "drupal/pathauto": "<1.6", + "drush/drush": "<8.1.10" }, "replace": { "drupal/action": "self.version", @@ -4776,6 +5266,7 @@ "drupal/book": "self.version", "drupal/breakpoint": "self.version", "drupal/ckeditor": "self.version", + "drupal/claro": "self.version", "drupal/classy": "self.version", "drupal/color": "self.version", "drupal/comment": "self.version", @@ -4795,6 +5286,7 @@ "drupal/core-discovery": "self.version", "drupal/core-event-dispatcher": "self.version", "drupal/core-file-cache": "self.version", + "drupal/core-file-security": "self.version", "drupal/core-filesystem": "self.version", "drupal/core-gettext": "self.version", "drupal/core-graph": "self.version", @@ -4822,6 +5314,7 @@ "drupal/forum": "self.version", "drupal/hal": "self.version", "drupal/help": "self.version", + "drupal/help_topics": "self.version", "drupal/history": "self.version", "drupal/image": "self.version", "drupal/inline_form_errors": "self.version", @@ -4844,6 +5337,7 @@ "drupal/options": "self.version", "drupal/page_cache": "self.version", "drupal/path": "self.version", + "drupal/path_alias": "self.version", "drupal/quickedit": "self.version", "drupal/rdf": "self.version", "drupal/responsive_image": "self.version", @@ -4872,53 +5366,35 @@ "drupal/workflows": "self.version", "drupal/workspaces": "self.version" }, - "require-dev": { - "behat/mink": "1.7.x-dev", - "behat/mink-goutte-driver": "^1.2", - "behat/mink-selenium2-driver": "1.3.x-dev", - "drupal/coder": "^8.3.1", - "jcalderonzumba/gastonjs": "^1.0.2", - "jcalderonzumba/mink-phantomjs-driver": "^0.3.1", - "justinrainbow/json-schema": "^5.2", - "mikey179/vfsstream": "^1.2", - "phpspec/prophecy": "^1.7", - "phpunit/phpunit": "^4.8.35 || ^6.5", - "symfony/css-selector": "^3.4.0", - "symfony/debug": "^3.4.0", - "symfony/phpunit-bridge": "^3.4.3" - }, - "time": "2019-11-06T18:00:38+00:00", + "time": "2019-12-18T10:34:03+00:00", "type": "drupal-core", "extra": { - "merge-plugin": { - "require": [ - "core/lib/Drupal/Component/Annotation/composer.json", - "core/lib/Drupal/Component/Assertion/composer.json", - "core/lib/Drupal/Component/Bridge/composer.json", - "core/lib/Drupal/Component/ClassFinder/composer.json", - "core/lib/Drupal/Component/Datetime/composer.json", - "core/lib/Drupal/Component/DependencyInjection/composer.json", - "core/lib/Drupal/Component/Diff/composer.json", - "core/lib/Drupal/Component/Discovery/composer.json", - "core/lib/Drupal/Component/EventDispatcher/composer.json", - "core/lib/Drupal/Component/FileCache/composer.json", - "core/lib/Drupal/Component/FileSystem/composer.json", - "core/lib/Drupal/Component/Gettext/composer.json", - "core/lib/Drupal/Component/Graph/composer.json", - "core/lib/Drupal/Component/HttpFoundation/composer.json", - "core/lib/Drupal/Component/PhpStorage/composer.json", - "core/lib/Drupal/Component/Plugin/composer.json", - "core/lib/Drupal/Component/ProxyBuilder/composer.json", - "core/lib/Drupal/Component/Render/composer.json", - "core/lib/Drupal/Component/Serialization/composer.json", - "core/lib/Drupal/Component/Transliteration/composer.json", - "core/lib/Drupal/Component/Utility/composer.json", - "core/lib/Drupal/Component/Uuid/composer.json", - "core/lib/Drupal/Component/Version/composer.json" - ], - "recurse": false, - "replace": false, - "merge-extra": false + "drupal-scaffold": { + "file-mapping": { + "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", + "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", + "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", + "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", + "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", + "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", + "[web-root]/.htaccess": "assets/scaffold/files/htaccess", + "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", + "[web-root]/index.php": "assets/scaffold/files/index.php", + "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", + "[web-root]/README.txt": "assets/scaffold/files/drupal.README.txt", + "[web-root]/robots.txt": "assets/scaffold/files/robots.txt", + "[web-root]/update.php": "assets/scaffold/files/update.php", + "[web-root]/web.config": "assets/scaffold/files/web.config", + "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt", + "[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml", + "[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php", + "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", + "[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml", + "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php", + "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", + "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", + "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt" + } } }, "autoload": { @@ -4942,237 +5418,89 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications." - }, + } + }, + "drupal/core-recommended": { "8.8.1": { - "name": "drupal/core", + "name": "drupal/core-recommended", "version": "8.8.1", "version_normalized": "8.8.1.0", "source": { "type": "git", - "url": "https://github.com/drupal/core.git", - "reference": "d339279f4c4b89477e0f4a8b775eb5dcb86b3087" + "url": "https://github.com/drupal/core-recommended.git", + "reference": "a2215237489ccb456219bd30b26649e6899b6f35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/d339279f4c4b89477e0f4a8b775eb5dcb86b3087", - "reference": "d339279f4c4b89477e0f4a8b775eb5dcb86b3087", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/a2215237489ccb456219bd30b26649e6899b6f35", + "reference": "a2215237489ccb456219bd30b26649e6899b6f35", "shasum": "" }, "require": { - "asm89/stack-cors": "^1.1", - "composer/semver": "^1.0", - "doctrine/annotations": "^1.4", - "doctrine/common": "^2.7", - "easyrdf/easyrdf": "^0.9", - "egulias/email-validator": "^2.0", - "ext-date": "*", - "ext-dom": "*", - "ext-filter": "*", - "ext-gd": "*", - "ext-hash": "*", - "ext-json": "*", - "ext-pcre": "*", - "ext-pdo": "*", - "ext-session": "*", - "ext-simplexml": "*", - "ext-spl": "*", - "ext-tokenizer": "*", - "ext-xml": "*", - "guzzlehttp/guzzle": "^6.3", - "masterminds/html5": "^2.1", - "pear/archive_tar": "^1.4.9", - "php": ">=7.0.8", - "stack/builder": "^1.0", - "symfony-cmf/routing": "^1.4", - "symfony/class-loader": "~3.4.0", - "symfony/console": "~3.4.0", - "symfony/dependency-injection": "~3.4.26", - "symfony/event-dispatcher": "~3.4.0", - "symfony/http-foundation": "~3.4.27", - "symfony/http-kernel": "~3.4.14", - "symfony/polyfill-iconv": "^1.0", - "symfony/process": "~3.4.0", - "symfony/psr-http-message-bridge": "^1.1.2", - "symfony/routing": "~3.4.0", - "symfony/serializer": "~3.4.0", - "symfony/translation": "~3.4.0", - "symfony/validator": "~3.4.0", - "symfony/yaml": "~3.4.5", - "twig/twig": "^1.38.2", - "typo3/phar-stream-wrapper": "^3.1.3", - "zendframework/zend-diactoros": "^1.8", - "zendframework/zend-feed": "^2.12" + "asm89/stack-cors": "1.2.0", + "composer/installers": "v1.7.0", + "composer/semver": "1.5.0", + "doctrine/annotations": "v1.4.0", + "doctrine/cache": "v1.6.2", + "doctrine/collections": "v1.4.0", + "doctrine/common": "v2.7.3", + "doctrine/inflector": "v1.2.0", + "doctrine/lexer": "1.0.2", + "drupal/core": "8.8.1", + "easyrdf/easyrdf": "0.9.1", + "egulias/email-validator": "2.1.11", + "guzzlehttp/guzzle": "6.3.3", + "guzzlehttp/promises": "v1.3.1", + "guzzlehttp/psr7": "1.6.1", + "masterminds/html5": "2.3.0", + "paragonie/random_compat": "v9.99.99", + "pear/archive_tar": "1.4.9", + "pear/console_getopt": "v1.4.2", + "pear/pear-core-minimal": "v1.10.9", + "pear/pear_exception": "v1.0.0", + "psr/container": "1.0.0", + "psr/http-message": "1.0.1", + "psr/log": "1.1.0", + "ralouphie/getallheaders": "3.0.3", + "stack/builder": "v1.0.5", + "symfony-cmf/routing": "1.4.1", + "symfony/class-loader": "v3.4.35", + "symfony/console": "v3.4.35", + "symfony/debug": "v3.4.35", + "symfony/dependency-injection": "v3.4.35", + "symfony/event-dispatcher": "v3.4.35", + "symfony/http-foundation": "v3.4.35", + "symfony/http-kernel": "v3.4.35", + "symfony/polyfill-ctype": "v1.12.0", + "symfony/polyfill-iconv": "v1.12.0", + "symfony/polyfill-mbstring": "v1.12.0", + "symfony/polyfill-php56": "v1.12.0", + "symfony/polyfill-php70": "v1.12.0", + "symfony/polyfill-util": "v1.12.0", + "symfony/process": "v3.4.35", + "symfony/psr-http-message-bridge": "v1.1.2", + "symfony/routing": "v3.4.35", + "symfony/serializer": "v3.4.35", + "symfony/translation": "v3.4.35", + "symfony/validator": "v3.4.35", + "symfony/yaml": "v3.4.35", + "twig/twig": "v1.42.3", + "typo3/phar-stream-wrapper": "v3.1.3", + "zendframework/zend-diactoros": "1.8.7", + "zendframework/zend-escaper": "2.6.1", + "zendframework/zend-feed": "2.12.0", + "zendframework/zend-stdlib": "3.2.1" }, "conflict": { - "drupal/pathauto": "<1.6", - "drush/drush": "<8.1.10" - }, - "replace": { - "drupal/action": "self.version", - "drupal/aggregator": "self.version", - "drupal/automated_cron": "self.version", - "drupal/ban": "self.version", - "drupal/bartik": "self.version", - "drupal/basic_auth": "self.version", - "drupal/big_pipe": "self.version", - "drupal/block": "self.version", - "drupal/block_content": "self.version", - "drupal/block_place": "self.version", - "drupal/book": "self.version", - "drupal/breakpoint": "self.version", - "drupal/ckeditor": "self.version", - "drupal/claro": "self.version", - "drupal/classy": "self.version", - "drupal/color": "self.version", - "drupal/comment": "self.version", - "drupal/config": "self.version", - "drupal/config_translation": "self.version", - "drupal/contact": "self.version", - "drupal/content_moderation": "self.version", - "drupal/content_translation": "self.version", - "drupal/contextual": "self.version", - "drupal/core-annotation": "self.version", - "drupal/core-assertion": "self.version", - "drupal/core-bridge": "self.version", - "drupal/core-class-finder": "self.version", - "drupal/core-datetime": "self.version", - "drupal/core-dependency-injection": "self.version", - "drupal/core-diff": "self.version", - "drupal/core-discovery": "self.version", - "drupal/core-event-dispatcher": "self.version", - "drupal/core-file-cache": "self.version", - "drupal/core-file-security": "self.version", - "drupal/core-filesystem": "self.version", - "drupal/core-gettext": "self.version", - "drupal/core-graph": "self.version", - "drupal/core-http-foundation": "self.version", - "drupal/core-php-storage": "self.version", - "drupal/core-plugin": "self.version", - "drupal/core-proxy-builder": "self.version", - "drupal/core-render": "self.version", - "drupal/core-serialization": "self.version", - "drupal/core-transliteration": "self.version", - "drupal/core-utility": "self.version", - "drupal/core-uuid": "self.version", - "drupal/core-version": "self.version", - "drupal/datetime": "self.version", - "drupal/datetime_range": "self.version", - "drupal/dblog": "self.version", - "drupal/dynamic_page_cache": "self.version", - "drupal/editor": "self.version", - "drupal/entity_reference": "self.version", - "drupal/field": "self.version", - "drupal/field_layout": "self.version", - "drupal/field_ui": "self.version", - "drupal/file": "self.version", - "drupal/filter": "self.version", - "drupal/forum": "self.version", - "drupal/hal": "self.version", - "drupal/help": "self.version", - "drupal/help_topics": "self.version", - "drupal/history": "self.version", - "drupal/image": "self.version", - "drupal/inline_form_errors": "self.version", - "drupal/jsonapi": "self.version", - "drupal/language": "self.version", - "drupal/layout_builder": "self.version", - "drupal/layout_discovery": "self.version", - "drupal/link": "self.version", - "drupal/locale": "self.version", - "drupal/media": "self.version", - "drupal/media_library": "self.version", - "drupal/menu_link_content": "self.version", - "drupal/menu_ui": "self.version", - "drupal/migrate": "self.version", - "drupal/migrate_drupal": "self.version", - "drupal/migrate_drupal_multilingual": "self.version", - "drupal/migrate_drupal_ui": "self.version", - "drupal/minimal": "self.version", - "drupal/node": "self.version", - "drupal/options": "self.version", - "drupal/page_cache": "self.version", - "drupal/path": "self.version", - "drupal/path_alias": "self.version", - "drupal/quickedit": "self.version", - "drupal/rdf": "self.version", - "drupal/responsive_image": "self.version", - "drupal/rest": "self.version", - "drupal/search": "self.version", - "drupal/serialization": "self.version", - "drupal/settings_tray": "self.version", - "drupal/seven": "self.version", - "drupal/shortcut": "self.version", - "drupal/simpletest": "self.version", - "drupal/standard": "self.version", - "drupal/stark": "self.version", - "drupal/statistics": "self.version", - "drupal/syslog": "self.version", - "drupal/system": "self.version", - "drupal/taxonomy": "self.version", - "drupal/telephone": "self.version", - "drupal/text": "self.version", - "drupal/toolbar": "self.version", - "drupal/tour": "self.version", - "drupal/tracker": "self.version", - "drupal/update": "self.version", - "drupal/user": "self.version", - "drupal/views": "self.version", - "drupal/views_ui": "self.version", - "drupal/workflows": "self.version", - "drupal/workspaces": "self.version" + "webflo/drupal-core-strict": "*" }, "time": "2019-12-18T10:34:03+00:00", - "type": "drupal-core", - "extra": { - "drupal-scaffold": { - "file-mapping": { - "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", - "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", - "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", - "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", - "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", - "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", - "[web-root]/.htaccess": "assets/scaffold/files/htaccess", - "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", - "[web-root]/index.php": "assets/scaffold/files/index.php", - "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", - "[web-root]/README.txt": "assets/scaffold/files/drupal.README.txt", - "[web-root]/robots.txt": "assets/scaffold/files/robots.txt", - "[web-root]/update.php": "assets/scaffold/files/update.php", - "[web-root]/web.config": "assets/scaffold/files/web.config", - "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt", - "[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml", - "[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php", - "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", - "[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml", - "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php", - "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", - "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", - "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt" - } - } - }, - "autoload": { - "psr-4": { - "Drupal\\Core\\": "lib/Drupal/Core", - "Drupal\\Component\\": "lib/Drupal/Component", - "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver" - }, - "classmap": [ - "lib/Drupal.php", - "lib/Drupal/Component/Utility/Timer.php", - "lib/Drupal/Component/Utility/Unicode.php", - "lib/Drupal/Core/Database/Database.php", - "lib/Drupal/Core/DrupalKernel.php", - "lib/Drupal/Core/DrupalKernelInterface.php", - "lib/Drupal/Core/Site/Settings.php" - ] - }, + "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], - "description": "Drupal is an open source content management platform powering millions of websites and applications." + "description": "Locked core dependencies; require this project INSTEAD OF drupal/core." } }, "drupal/core-render": { @@ -5252,32 +5580,32 @@ } }, "drupal/crop": { - "1.5.0": { + "2.0.0": { "name": "drupal/crop", - "version": "1.5.0", - "version_normalized": "1.5.0.0", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/crop.git", - "reference": "8.x-1.5" + "reference": "8.x-2.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "bb275293508cb3988ca6ab766dc1f6ecc22cc03d" + "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.0.zip", + "reference": "8.x-2.0", + "shasum": "7e948d35f5d8c0a24515d3b7e37391da4d0b19d8" }, "require": { - "drupal/core": "*" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" + "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-1.5", - "datestamp": "1516357085", + "version": "8.x-2.0", + "datestamp": "1578492183", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5609,7 +5937,7 @@ }, "drupal": { "version": "8.x-1.0-rc2", - "datestamp": "1530178424", + "datestamp": "1578322688", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -5710,7 +6038,7 @@ "datestamp": "1555407785", "security-coverage": { "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -6036,6 +6364,66 @@ "issues": "http://drupal.org/project/dynamic_entity_reference", "irc": "irc://irc.freenode.org/drupal-contribute" } + }, + "1.8.0": { + "name": "drupal/dynamic_entity_reference", + "version": "1.8.0", + "version_normalized": "1.8.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/dynamic_entity_reference.git", + "reference": "8.x-1.8" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "97c6f9fb0652343eab24443e8e4ed9a33037db53" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.8", + "datestamp": "1575458288", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Lee Rowlands", + "homepage": "https://www.drupal.org/u/larowlan", + "role": "Maintainer" + }, + { + "name": "Jibran Ijaz", + "homepage": "https://www.drupal.org/u/jibran", + "role": "Maintainer" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + } + ], + "description": "Provides a field that allows an entity-reference field to reference more than one entity type.", + "homepage": "http://drupal.org/project/dynamic_entity_reference", + "support": { + "source": "http://cgit.drupalcode.org/dynamic_entity_reference", + "issues": "http://drupal.org/project/dynamic_entity_reference", + "irc": "irc://irc.freenode.org/drupal-contribute" + } } }, "drupal/embed": { @@ -6055,7 +6443,7 @@ "shasum": "141be860f2d2e1df67904995fa43774fee355328" }, "require": { - "drupal/core": "^8.7" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { @@ -6466,18 +6854,81 @@ "support": { "source": "https://git.drupalcode.org/project/entity_reference_revisions" } - } - }, - "drupal/environment_indicator": { - "3.5.0": { - "name": "drupal/environment_indicator", - "version": "3.5.0", - "version_normalized": "3.5.0.0", + }, + "1.7.0": { + "name": "drupal/entity_reference_revisions", + "version": "1.7.0", + "version_normalized": "1.7.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/environment_indicator.git", - "reference": "8.x-3.5" - }, + "url": "https://git.drupalcode.org/project/entity_reference_revisions.git", + "reference": "8.x-1.7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "4e3b849b0d984cd3c0a4330c9aa4cb16bf1f79f6" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/diff": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.7", + "datestamp": "1570284187", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Frans", + "homepage": "https://www.drupal.org/user/514222" + }, + { + "name": "jeroen.b", + "homepage": "https://www.drupal.org/user/1853532" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + } + ], + "description": "Adds a Entity Reference field type with revision support.", + "homepage": "https://www.drupal.org/project/entity_reference_revisions", + "support": { + "source": "https://git.drupalcode.org/project/entity_reference_revisions" + } + } + }, + "drupal/environment_indicator": { + "3.5.0": { + "name": "drupal/environment_indicator", + "version": "3.5.0", + "version_normalized": "3.5.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/environment_indicator.git", + "reference": "8.x-3.5" + }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.5.zip", @@ -6837,12 +7288,12 @@ "homepage": "https://www.drupal.org/user/591438" }, { - "name": "swentel", - "homepage": "https://www.drupal.org/user/107403" + "name": "nils.destoop", + "homepage": "https://www.drupal.org/user/361625" }, { - "name": "zuuperman", - "homepage": "https://www.drupal.org/user/361625" + "name": "swentel", + "homepage": "https://www.drupal.org/user/107403" } ], "description": "Provides the field_group module.", @@ -7264,13 +7715,17 @@ "homepage": "https://www.drupal.org/user/99340" }, { - "name": "geek.merlin aka axel.rutz", + "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" }, { "name": "joachim", "homepage": "https://www.drupal.org/user/107701" }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, { "name": "kaythay", "homepage": "https://www.drupal.org/user/2182186" @@ -7813,6 +8268,75 @@ } }, "drupal/metatag": { + "1.11.0": { + "name": "drupal/metatag", + "version": "1.11.0", + "version_normalized": "1.11.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/metatag.git", + "reference": "8.x-1.11" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "9acb04a741d80b4ab468d118a242271169d11f00" + }, + "require": { + "drupal/core": "*", + "drupal/token": "^1.0" + }, + "require-dev": { + "drupal/devel": "^2.0", + "drupal/metatag_dc": "*", + "drupal/metatag_open_graph": "*", + "drupal/page_manager": "^4.0", + "drupal/redirect": "^1.0", + "drupal/restui": "^1.0", + "drupal/schema_metatag": "^1.0", + "drupal/schema_web_page": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.11", + "datestamp": "1576870683", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "See contributors", + "homepage": "https://www.drupal.org/node/640498/committers", + "role": "Developer" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + } + ], + "description": "Manage meta tags for all entities.", + "homepage": "https://www.drupal.org/project/metatag", + "keywords": [ + "Drupal", + "seo" + ], + "support": { + "source": "http://cgit.drupalcode.org/metatag", + "issues": "http://drupal.org/project/issues/metatag" + } + }, "1.9.0": { "name": "drupal/metatag", "version": "1.9.0", @@ -8067,6 +8591,10 @@ { "name": "manuel.adan", "homepage": "https://www.drupal.org/user/516420" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" } ], "description": "Provides a way to place blocks on a custom page.", @@ -8108,7 +8636,7 @@ }, "drupal": { "version": "8.x-4.1", - "datestamp": "1525714313", + "datestamp": "1578071889", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8477,23 +9005,23 @@ } }, "drupal/pathauto": { - "1.3.0": { + "1.6.0": { "name": "drupal/pathauto", - "version": "1.3.0", - "version_normalized": "1.3.0.0", + "version": "1.6.0", + "version_normalized": "1.6.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pathauto.git", - "reference": "8.x-1.3" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "115d5998d7636a03e26c7ce34261b65809d53965" + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "eb976ae110d73c06fafb1b657adb967dd2cb8246" }, "require": { - "drupal/core": "^8.5", + "drupal/core": "^8.6", "drupal/ctools": "*", "drupal/token": "*" }, @@ -8503,8 +9031,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.3", - "datestamp": "1554239887", + "version": "8.x-1.6", + "datestamp": "1575467285", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8566,7 +9094,7 @@ }, "drupal": { "version": "8.x-2.12", - "datestamp": "1569507486", + "datestamp": "1577477888", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9101,6 +9629,82 @@ "issues": "https://www.drupal.org/project/issues/search_api", "irc": "irc://irc.freenode.org/drupal-search-api" } + }, + "1.15.0": { + "name": "drupal/search_api", + "version": "1.15.0", + "version_normalized": "1.15.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/search_api.git", + "reference": "8.x-1.15" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.15.zip", + "reference": "8.x-1.15", + "shasum": "12c13141adb6b687fe36781ac9269a49ef810323" + }, + "require": { + "drupal/core": "^8.6" + }, + "conflict": { + "drupal/search_api_solr": "2.* || 3.0 || 3.1" + }, + "require-dev": { + "drupal/language_fallback_fix": "@dev", + "drupal/search_api_autocomplete": "@dev", + "drupal/search_api_db": "*" + }, + "suggest": { + "drupal/facets": "Adds the ability to create faceted searches.", + "drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.", + "drupal/search_api_solr": "Adds support for using Apache Solr as a backend." + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.15", + "datestamp": "1573122785", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Thomas Seidl", + "homepage": "https://www.drupal.org/u/drunken-monkey" + }, + { + "name": "Nick Veenhof", + "homepage": "https://www.drupal.org/u/nick_vh" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/790418/committers" + } + ], + "description": "Provides a generic framework for modules offering search capabilities.", + "homepage": "https://www.drupal.org/project/search_api", + "support": { + "source": "http://git.drupal.org/project/search_api.git", + "issues": "https://www.drupal.org/project/issues/search_api", + "irc": "irc://irc.freenode.org/drupal-search-api" + } } }, "drupal/search_api_attachments": { @@ -9548,7 +10152,7 @@ "homepage": "https://www.drupal.org/user/107229" }, { - "name": "geek.merlin aka axel.rutz", + "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" }, { @@ -9670,7 +10274,7 @@ }, "drupal": { "version": "8.x-1.5", - "datestamp": "1537557481", + "datestamp": "1577708583", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9712,26 +10316,24 @@ "support": { "source": "https://git.drupalcode.org/project/token" } - } - }, - "drupal/update_notifications_disable": { - "1.0.0": { - "name": "drupal/update_notifications_disable", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + }, + "1.6.0": { + "name": "drupal/token", + "version": "1.6.0", + "version_normalized": "1.6.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/update_notifications_disable.git", - "reference": "8.x-1.0" + "url": "https://git.drupalcode.org/project/token.git", + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/update_notifications_disable-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "415211f61ac96621822312e85db567945883195e" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "22039a3d927220609e708932ac5c501b90ca4925" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { @@ -9739,22 +10341,97 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0", - "datestamp": "1495750385", + "version": "8.x-1.6", + "datestamp": "1577708583", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "eaton", + "homepage": "https://www.drupal.org/user/16496" + }, + { + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Provides a user interface for the Token API, some missing core tokens.", + "homepage": "https://www.drupal.org/project/token", + "support": { + "source": "https://git.drupalcode.org/project/token" + } + } + }, + "drupal/update_notifications_disable": { + "1.0.0": { + "name": "drupal/update_notifications_disable", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/update_notifications_disable.git", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/update_notifications_disable-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "415211f61ac96621822312e85db567945883195e" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1495750385", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" }, { "name": "webchick", @@ -9906,7 +10583,7 @@ "drupal/devel": "*", "drupal/jsonapi": "~2.0", "drupal/select2": "~1.1", - "drupal/token": "*", + "drupal/token": "~1.3", "drupal/webform_access": "*", "drupal/webform_node": "*", "drupal/webform_scheduled_email": "*", @@ -10265,6 +10942,64 @@ "validation", "validator" ] + }, + "2.1.14": { + "name": "egulias/email-validator", + "version": "2.1.14", + "version_normalized": "2.1.14.0", + "source": { + "type": "git", + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "c4b8d12921999d8a561004371701dbc2e05b5ece" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c4b8d12921999d8a561004371701dbc2e05b5ece", + "reference": "c4b8d12921999d8a561004371701dbc2e05b5ece", + "shasum": "" + }, + "require": { + "doctrine/lexer": "^1.0.1", + "php": ">=5.5" + }, + "require-dev": { + "dominicsayers/isemail": "^3.0.7", + "phpunit/phpunit": "^4.8.36|^7.5.15", + "satooshi/php-coveralls": "^1.0.1" + }, + "suggest": { + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + }, + "time": "2020-01-05T14:11:20+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Egulias\\EmailValidator\\": "EmailValidator" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eduardo Gulias Davis" + } + ], + "description": "A library for validating emails against several RFCs", + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": [ + "email", + "emailvalidation", + "emailvalidator", + "validation", + "validator" + ] } }, "ezyang/htmlpurifier": { @@ -10439,12 +11174,12 @@ "source": { "type": "git", "url": "https://github.com/govCMS/govCMS8.git", - "reference": "75021b7081f2f70d84b7e71dfb2187f598504850" + "reference": "76cfc8895ac8df740e4143a1addd14337b7a3ee2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/govCMS/govCMS8/zipball/75021b7081f2f70d84b7e71dfb2187f598504850", - "reference": "75021b7081f2f70d84b7e71dfb2187f598504850", + "url": "https://api.github.com/repos/govCMS/govCMS8/zipball/76cfc8895ac8df740e4143a1addd14337b7a3ee2", + "reference": "76cfc8895ac8df740e4143a1addd14337b7a3ee2", "shasum": "" }, "require": { @@ -10465,7 +11200,7 @@ "drupal/consumers": "1.9", "drupal/contact_storage": "1.0-beta9", "drupal/context": "4.0-beta2", - "drupal/core": "8.7.9", + "drupal/core-recommended": "8.8.1", "drupal/ctools": "3.2.0", "drupal/devel": "2.0", "drupal/diff": "1.0-rc2", @@ -10503,7 +11238,7 @@ "drupal/panels": "4.4.0", "drupal/paragraphs": "1.6", "drupal/password_policy": "3.0-alpha4", - "drupal/pathauto": "1.3", + "drupal/pathauto": "1.6.0", "drupal/permissions_by_term": "2.12", "drupal/recaptcha": "2.4", "drupal/redirect": "1.3", @@ -10540,7 +11275,7 @@ "suggest": { "hirak/prestissimo": "^0.3" }, - "time": "2019-11-13T23:36:28+00:00", + "time": "2020-01-16T23:02:42+00:00", "type": "drupal-profile", "extra": { "drupal-scaffold": { @@ -10868,19 +11603,85 @@ } }, "guzzlehttp/guzzle": { - "6.5.0": { + "6.3.3": { "name": "guzzlehttp/guzzle", - "version": "6.5.0", - "version_normalized": "6.5.0.0", + "version": "6.3.3", + "version_normalized": "6.3.3.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "shasum": "" + }, + "require": { + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.4", + "php": ">=5.5" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.0" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "time": "2018-04-22T15:46:56+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.3-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ] + }, + "6.5.2": { + "name": "guzzlehttp/guzzle", + "version": "6.5.2", + "version_normalized": "6.5.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5" + "reference": "43ece0e75098b7ecd8d13918293029e555a50f82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5", - "reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82", + "reference": "43ece0e75098b7ecd8d13918293029e555a50f82", "shasum": "" }, "require": { @@ -10898,7 +11699,7 @@ "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, - "time": "2019-12-07T18:20:45+00:00", + "time": "2019-12-23T11:57:10+00:00", "type": "library", "extra": { "branch-alias": { @@ -11780,6 +12581,72 @@ } }, "masterminds/html5": { + "2.3.0": { + "name": "masterminds/html5", + "version": "2.3.0", + "version_normalized": "2.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "2c37c6c520b995b761674de3be8455a381679067" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067", + "reference": "2c37c6c520b995b761674de3be8455a381679067", + "shasum": "" + }, + "require": { + "ext-libxml": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*", + "sami/sami": "~2.0", + "satooshi/php-coveralls": "1.0.*" + }, + "time": "2017-09-04T12:26:28+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + } + }, + "autoload": { + "psr-4": { + "Masterminds\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Butcher", + "email": "technosophos@gmail.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" + }, + { + "name": "Matt Farina", + "email": "matt@mattfarina.com" + } + ], + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", + "keywords": [ + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" + ] + }, "2.7.0": { "name": "masterminds/html5", "version": "2.7.0", @@ -11890,19 +12757,19 @@ } }, "monolog/monolog": { - "1.25.2": { + "1.25.3": { "name": "monolog/monolog", - "version": "1.25.2", - "version_normalized": "1.25.2.0", + "version": "1.25.3", + "version_normalized": "1.25.3.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287" + "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287", - "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1", + "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1", "shasum": "" }, "require": { @@ -11938,7 +12805,7 @@ "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, - "time": "2019-11-13T10:00:05+00:00", + "time": "2019-12-20T14:15:16+00:00", "type": "library", "extra": { "branch-alias": { @@ -12076,90 +12943,25 @@ ] } }, - "nyholm/psr7": { - "1.2.1": { - "name": "nyholm/psr7", - "version": "1.2.1", - "version_normalized": "1.2.1.0", + "oomphinc/composer-installers-extender": { + "v1.1.2": { + "name": "oomphinc/composer-installers-extender", + "version": "v1.1.2", + "version_normalized": "1.1.2.0", "source": { "type": "git", - "url": "https://github.com/Nyholm/psr7.git", - "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c" + "url": "https://github.com/oomphinc/composer-installers-extender.git", + "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Nyholm/psr7/zipball/55ff6b76573f5b242554c9775792bd59fb52e11c", - "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c", + "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", + "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", "shasum": "" }, "require": { - "php": "^7.1", - "php-http/message-factory": "^1.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" - }, - "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "http-interop/http-factory-tests": "dev-master", - "php-http/psr7-integration-tests": "dev-master", - "phpunit/phpunit": "^7.5" - }, - "time": "2019-09-05T13:24:16+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-4": { - "Nyholm\\Psr7\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com" - }, - { - "name": "Martijn van der Ven", - "email": "martijn@vanderven.se" - } - ], - "description": "A fast PHP7 implementation of PSR-7", - "homepage": "http://tnyholm.se", - "keywords": [ - "psr-17", - "psr-7" - ] - } - }, - "oomphinc/composer-installers-extender": { - "v1.1.2": { - "name": "oomphinc/composer-installers-extender", - "version": "v1.1.2", - "version_normalized": "1.1.2.0", - "source": { - "type": "git", - "url": "https://github.com/oomphinc/composer-installers-extender.git", - "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", - "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.0", - "composer/installers": "^1.0" + "composer-plugin-api": "^1.0", + "composer/installers": "^1.0" }, "time": "2017-03-31T16:57:39+00:00", "type": "composer-plugin", @@ -12235,26 +13037,26 @@ } }, "pdepend/pdepend": { - "2.6.0": { + "2.6.1": { "name": "pdepend/pdepend", - "version": "2.6.0", - "version_normalized": "2.6.0.0", + "version": "2.6.1", + "version_normalized": "2.6.1.0", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", - "reference": "713e14e401d174882a5980446db1ba427922310b" + "reference": "395b0f356bc0881ef88864bffb4ba1423ca0d111" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/713e14e401d174882a5980446db1ba427922310b", - "reference": "713e14e401d174882a5980446db1ba427922310b", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/395b0f356bc0881ef88864bffb4ba1423ca0d111", + "reference": "395b0f356bc0881ef88864bffb4ba1423ca0d111", "shasum": "" }, "require": { "php": ">=5.3.7", - "symfony/config": "^2.3.0|^3|^4", - "symfony/dependency-injection": "^2.3.0|^3|^4", - "symfony/filesystem": "^2.3.0|^3|^4" + "symfony/config": "^2.3.0|^3|^4|^5", + "symfony/dependency-injection": "^2.3.0|^3|^4|^5", + "symfony/filesystem": "^2.3.0|^3|^4|^5" }, "require-dev": { "easy-doc/easy-doc": "0.0.0 || ^1.2.3", @@ -12262,11 +13064,16 @@ "phpunit/phpunit": "^4.8.35|^5.7", "squizlabs/php_codesniffer": "^2.0.0" }, - "time": "2019-12-14T09:25:03+00:00", + "time": "2019-12-21T16:33:56+00:00", "bin": [ "src/bin/pdepend" ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, "autoload": { "psr-4": { "PDepend\\": "src/main/php/PDepend" @@ -12349,6 +13156,54 @@ } }, "pear/console_getopt": { + "v1.4.2": { + "name": "pear/console_getopt", + "version": "v1.4.2", + "version_normalized": "1.4.2.0", + "source": { + "type": "git", + "url": "https://github.com/pear/Console_Getopt.git", + "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0", + "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0", + "shasum": "" + }, + "time": "2019-02-06T16:52:33+00:00", + "type": "library", + "autoload": { + "psr-0": { + "Console": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Greg Beaver", + "email": "cellog@php.net", + "role": "Helper" + }, + { + "name": "Andrei Zmievski", + "email": "andrei@php.net", + "role": "Lead" + }, + { + "name": "Stig Bakken", + "email": "stig@php.net", + "role": "Developer" + } + ], + "description": "More info available on: http://pear.php.net/package/Console_Getopt" + }, "v1.4.3": { "name": "pear/console_getopt", "version": "v1.4.3", @@ -12443,9 +13298,110 @@ } ], "description": "Minimal set of PEAR core files to be used as composer dependency" + }, + "v1.10.9": { + "name": "pear/pear-core-minimal", + "version": "v1.10.9", + "version_normalized": "1.10.9.0", + "source": { + "type": "git", + "url": "https://github.com/pear/pear-core-minimal.git", + "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/742be8dd68c746a01e4b0a422258e9c9cae1c37f", + "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f", + "shasum": "" + }, + "require": { + "pear/console_getopt": "~1.4", + "pear/pear_exception": "~1.0" + }, + "replace": { + "rsky/pear-core-min": "self.version" + }, + "time": "2019-03-13T18:15:44+00:00", + "type": "library", + "autoload": { + "psr-0": { + "": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Christian Weiske", + "email": "cweiske@php.net", + "role": "Lead" + } + ], + "description": "Minimal set of PEAR core files to be used as composer dependency" } }, "pear/pear_exception": { + "v1.0.0": { + "name": "pear/pear_exception", + "version": "v1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/pear/PEAR_Exception.git", + "reference": "8c18719fdae000b690e3912be401c76e406dd13b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", + "reference": "8c18719fdae000b690e3912be401c76e406dd13b", + "shasum": "" + }, + "require": { + "php": ">=4.4.0" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "time": "2015-02-10T20:07:52+00:00", + "type": "class", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "PEAR": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "." + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Helgi Thormar", + "email": "dufuz@php.net" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net" + } + ], + "description": "The PEAR Exception base class.", + "homepage": "https://github.com/pear/PEAR_Exception", + "keywords": [ + "exception" + ] + }, "v1.0.1": { "name": "pear/pear_exception", "version": "v1.0.1", @@ -12716,24 +13672,23 @@ } }, "phing/phing": { - "2.16.1": { + "2.16.2": { "name": "phing/phing", - "version": "2.16.1", - "version_normalized": "2.16.1.0", + "version": "2.16.2", + "version_normalized": "2.16.2.0", "source": { "type": "git", "url": "https://github.com/phingofficial/phing.git", - "reference": "cbe0f969e434e269af91b4160b86fe899c6e07c7" + "reference": "d11c6328c450cb3cda4ffa6548aa9cd60f30dd17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phingofficial/phing/zipball/cbe0f969e434e269af91b4160b86fe899c6e07c7", - "reference": "cbe0f969e434e269af91b4160b86fe899c6e07c7", + "url": "https://api.github.com/repos/phingofficial/phing/zipball/d11c6328c450cb3cda4ffa6548aa9cd60f30dd17", + "reference": "d11c6328c450cb3cda4ffa6548aa9cd60f30dd17", "shasum": "" }, "require": { - "php": ">=5.2.0", - "symfony/yaml": "^3.1 || ^4.0" + "php": ">=5.2.0" }, "require-dev": { "ext-pdo_sqlite": "*", @@ -12753,7 +13708,8 @@ "sebastian/phpcpd": "2.x", "siad007/versioncontrol_hg": "^1.0", "simpletest/simpletest": "^1.1", - "squizlabs/php_codesniffer": "~2.2" + "squizlabs/php_codesniffer": "~2.2", + "symfony/yaml": "^2.8 || ^3.1 || ^4.0" }, "suggest": { "pdepend/pdepend": "PHP version of JDepend", @@ -12769,7 +13725,7 @@ "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.", "tedivm/jshrink": "Javascript Minifier built in PHP" }, - "time": "2018-01-25T13:18:09+00:00", + "time": "2020-01-03T10:18:48+00:00", "bin": [ "bin/phing" ], @@ -12789,7 +13745,7 @@ "classes" ], "license": [ - "LGPL-3.0" + "LGPL-3.0-only" ], "authors": [ { @@ -12811,59 +13767,6 @@ ] } }, - "php-http/message-factory": { - "v1.0.2": { - "name": "php-http/message-factory", - "version": "v1.0.2", - "version_normalized": "1.0.2.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/message-factory.git", - "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", - "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", - "shasum": "" - }, - "require": { - "php": ">=5.4", - "psr/http-message": "^1.0" - }, - "time": "2015-12-19T14:08:53+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Factory interfaces for PSR-7 HTTP Message", - "homepage": "http://php-http.org", - "keywords": [ - "factory", - "http", - "message", - "stream", - "uri" - ] - } - }, "phpdocumentor/reflection-common": { "2.0.0": { "name": "phpdocumentor/reflection-common", @@ -12920,19 +13823,19 @@ } }, "phpdocumentor/reflection-docblock": { - "4.3.2": { + "4.3.4": { "name": "phpdocumentor/reflection-docblock", - "version": "4.3.2", - "version_normalized": "4.3.2.0", + "version": "4.3.4", + "version_normalized": "4.3.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e" + "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e", - "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", + "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", "shasum": "" }, "require": { @@ -12944,9 +13847,10 @@ "require-dev": { "doctrine/instantiator": "^1.0.5", "mockery/mockery": "^1.0", + "phpdocumentor/type-resolver": "0.4.*", "phpunit/phpunit": "^6.4" }, - "time": "2019-09-12T14:27:41+00:00", + "time": "2019-12-28T18:55:12+00:00", "type": "library", "extra": { "branch-alias": { @@ -13095,19 +13999,19 @@ } }, "phpspec/prophecy": { - "1.10.0": { + "1.10.1": { "name": "phpspec/prophecy", - "version": "1.10.0", - "version_normalized": "1.10.0.0", + "version": "1.10.1", + "version_normalized": "1.10.1.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "d638ebbb58daba25a6a0dc7969e1358a0e3c6682" + "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d638ebbb58daba25a6a0dc7969e1358a0e3c6682", - "reference": "d638ebbb58daba25a6a0dc7969e1358a0e3c6682", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/cbe1df668b3fe136bcc909126a0f529a78d4cbbc", + "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc", "shasum": "" }, "require": { @@ -13121,7 +14025,7 @@ "phpspec/phpspec": "^2.5 || ^3.2", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, - "time": "2019-12-17T16:54:23+00:00", + "time": "2019-12-22T21:05:45+00:00", "type": "library", "extra": { "branch-alias": { @@ -13626,27 +14530,26 @@ ] } }, - "psr/http-factory": { - "1.0.1": { - "name": "psr/http-factory", - "version": "1.0.1", - "version_normalized": "1.0.1.0", + "psr/event-dispatcher": { + "1.0.0": { + "name": "psr/event-dispatcher", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://github.com/php-fig/http-factory.git", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", "shasum": "" }, "require": { - "php": ">=7.0.0", - "psr/http-message": "^1.0" + "php": ">=7.2.0" }, - "time": "2019-04-30T12:38:16+00:00", + "time": "2019-01-08T18:20:26+00:00", "type": "library", "extra": { "branch-alias": { @@ -13655,7 +14558,7 @@ }, "autoload": { "psr-4": { - "Psr\\Http\\Message\\": "src/" + "Psr\\EventDispatcher\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -13668,16 +14571,11 @@ "homepage": "http://www.php-fig.org/" } ], - "description": "Common interfaces for PSR-7 HTTP message factories", + "description": "Standard interfaces for event handling.", "keywords": [ - "factory", - "http", - "message", + "events", "psr", - "psr-17", - "psr-7", - "request", - "response" + "psr-14" ] } }, @@ -13735,14 +14633,62 @@ } }, "psr/log": { - "1.1.2": { + "1.1.0": { "name": "psr/log", - "version": "1.1.2", - "version_normalized": "1.1.2.0", + "version": "1.1.0", + "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "2018-11-20T15:27:04+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ] + }, + "1.1.2": { + "name": "psr/log", + "version": "1.1.2", + "version_normalized": "1.1.2.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" }, "dist": { "type": "zip", @@ -14953,10 +15899,10 @@ } }, "symfony/browser-kit": { - "v4.4.1": { + "v4.4.2": { "name": "symfony/browser-kit", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", @@ -15013,10 +15959,10 @@ "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/browser-kit", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", @@ -15075,6 +16021,63 @@ } }, "symfony/class-loader": { + "v3.4.35": { + "name": "symfony/class-loader", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/class-loader.git", + "reference": "e212b06996819a2bce026a63da03b7182d05a690" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/class-loader/zipball/e212b06996819a2bce026a63da03b7182d05a690", + "reference": "e212b06996819a2bce026a63da03b7182d05a690", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "require-dev": { + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/polyfill-apcu": "~1.1" + }, + "suggest": { + "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" + }, + "time": "2019-08-20T13:31:17+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\ClassLoader\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony ClassLoader Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/class-loader", "version": "v3.4.36", @@ -15199,19 +16202,19 @@ "description": "Symfony Config Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/config", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c" + "reference": "6911d432edd5b50822986604fd5a5be3af856d30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c", - "reference": "7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c", + "url": "https://api.github.com/repos/symfony/config/zipball/6911d432edd5b50822986604fd5a5be3af856d30", + "reference": "6911d432edd5b50822986604fd5a5be3af856d30", "shasum": "" }, "require": { @@ -15232,7 +16235,7 @@ "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, - "time": "2019-12-01T10:50:45+00:00", + "time": "2019-12-18T12:00:29+00:00", "type": "library", "extra": { "branch-alias": { @@ -15263,9 +16266,147 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com" + }, + "v5.0.2": { + "name": "symfony/config", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "7f930484966350906185ba0a604728f7898b7ba0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/7f930484966350906185ba0a604728f7898b7ba0", + "reference": "7f930484966350906185ba0a604728f7898b7ba0", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/filesystem": "^4.4|^5.0", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/finder": "<4.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "time": "2019-12-18T13:50:31+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Config Component", + "homepage": "https://symfony.com" } }, "symfony/console": { + "v3.4.35": { + "name": "symfony/console", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/17b154f932c5874cdbda6d05796b6490eec9f9f7", + "reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/debug": "~2.8|~3.0|~4.0", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.3|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.3|~4.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "time": "2019-11-13T07:12:39+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/console", "version": "v3.4.36", @@ -15339,19 +16480,19 @@ "description": "Symfony Console Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/console", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201" + "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201", - "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201", + "url": "https://api.github.com/repos/symfony/console/zipball/82437719dab1e6bdd28726af14cb345c2ec816d0", + "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0", "shasum": "" }, "require": { @@ -15384,7 +16525,7 @@ "symfony/lock": "", "symfony/process": "" }, - "time": "2019-12-01T10:06:17+00:00", + "time": "2019-12-17T10:32:23+00:00", "type": "library", "extra": { "branch-alias": { @@ -15416,19 +16557,19 @@ "description": "Symfony Console Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/console", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "dae5ef273d700771168ab889d9f8a19b2d206656" + "reference": "fe6e3cd889ca64172d7a742a2eb058541404ef47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/dae5ef273d700771168ab889d9f8a19b2d206656", - "reference": "dae5ef273d700771168ab889d9f8a19b2d206656", + "url": "https://api.github.com/repos/symfony/console/zipball/fe6e3cd889ca64172d7a742a2eb058541404ef47", + "reference": "fe6e3cd889ca64172d7a742a2eb058541404ef47", "shasum": "" }, "require": { @@ -15461,7 +16602,7 @@ "symfony/lock": "", "symfony/process": "" }, - "time": "2019-12-01T10:51:15+00:00", + "time": "2019-12-17T13:20:22+00:00", "type": "library", "extra": { "branch-alias": { @@ -15549,10 +16690,10 @@ "description": "Symfony CssSelector Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/css-selector", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -15603,10 +16744,10 @@ "description": "Symfony CssSelector Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/css-selector", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -15659,10 +16800,10 @@ } }, "symfony/debug": { - "v3.4.36": { + "v3.4.35": { "name": "symfony/debug", - "version": "v3.4.36", - "version_normalized": "3.4.36.0", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", @@ -15716,36 +16857,36 @@ "description": "Symfony Debug Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v3.4.36": { "name": "symfony/debug", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v3.4.36", + "version_normalized": "3.4.36.0", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "b8600a1d7d20b0e80906398bb1f50612fa074a8e" + "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/b8600a1d7d20b0e80906398bb1f50612fa074a8e", - "reference": "b8600a1d7d20b0e80906398bb1f50612fa074a8e", + "url": "https://api.github.com/repos/symfony/debug/zipball/f72e33fdb1170b326e72c3157f0cd456351dd086", + "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086", "shasum": "" }, "require": { - "php": "^7.1.3", + "php": "^5.5.9|>=7.0.8", "psr/log": "~1.0" }, "conflict": { - "symfony/http-kernel": "<3.4" + "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { - "symfony/http-kernel": "^3.4|^4.0|^5.0" + "symfony/http-kernel": "~2.8|~3.0|~4.0" }, - "time": "2019-11-28T13:33:56+00:00", + "time": "2019-10-24T15:33:53+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "4.4-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -15772,30 +16913,159 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com" - } - }, - "symfony/dependency-injection": { - "v3.4.36": { - "name": "symfony/dependency-injection", - "version": "v3.4.36", - "version_normalized": "3.4.36.0", + }, + "v4.4.2": { + "name": "symfony/debug", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2" + "url": "https://github.com/symfony/debug.git", + "reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0d201916bfb3af939fec3c0c8815ea16c60ac1a2", - "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2", + "url": "https://api.github.com/repos/symfony/debug/zipball/5c4c1db977dc70bb3250e1308d3e8c6341aa38f5", + "reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "psr/container": "^1.0" + "php": "^7.1.3", + "psr/log": "~1.0" }, "conflict": { - "symfony/config": "<3.3.7", + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "time": "2019-12-16T14:46:54+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Debug Component", + "homepage": "https://symfony.com" + } + }, + "symfony/dependency-injection": { + "v3.4.35": { + "name": "symfony/dependency-injection", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "0ea4d39ca82409a25a43b61ce828048a90000920" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0ea4d39ca82409a25a43b61ce828048a90000920", + "reference": "0ea4d39ca82409a25a43b61ce828048a90000920", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/container": "^1.0" + }, + "conflict": { + "symfony/config": "<3.3.7", + "symfony/finder": "<3.3", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<3.4" + }, + "provide": { + "psr/container-implementation": "1.0" + }, + "require-dev": { + "symfony/config": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "time": "2019-11-08T16:18:30+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DependencyInjection Component", + "homepage": "https://symfony.com" + }, + "v3.4.36": { + "name": "symfony/dependency-injection", + "version": "v3.4.36", + "version_normalized": "3.4.36.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0d201916bfb3af939fec3c0c8815ea16c60ac1a2", + "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/container": "^1.0" + }, + "conflict": { + "symfony/config": "<3.3.7", "symfony/finder": "<3.3", "symfony/proxy-manager-bridge": "<3.4", "symfony/yaml": "<3.4" @@ -15847,19 +17117,19 @@ "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/dependency-injection", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "ad46a4def1325befab696b49c839dffea3fc92bd" + "reference": "79b0358207a3571cc3af02a57d0321927921f539" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ad46a4def1325befab696b49c839dffea3fc92bd", - "reference": "ad46a4def1325befab696b49c839dffea3fc92bd", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/79b0358207a3571cc3af02a57d0321927921f539", + "reference": "79b0358207a3571cc3af02a57d0321927921f539", "shasum": "" }, "require": { @@ -15889,7 +17159,7 @@ "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, - "time": "2019-12-01T10:19:36+00:00", + "time": "2019-12-19T16:00:02+00:00", "type": "library", "extra": { "branch-alias": { @@ -15920,6 +17190,80 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com" + }, + "v5.0.2": { + "name": "symfony/dependency-injection", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "f9dbfbf487d08f60b1c83220edcd16559d1e40a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f9dbfbf487d08f60b1c83220edcd16559d1e40a2", + "reference": "f9dbfbf487d08f60b1c83220edcd16559d1e40a2", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/container": "^1.0", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<5.0", + "symfony/finder": "<4.4", + "symfony/proxy-manager-bridge": "<4.4", + "symfony/yaml": "<4.4" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0" + }, + "require-dev": { + "symfony/config": "^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "time": "2019-12-19T16:01:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DependencyInjection Component", + "homepage": "https://symfony.com" } }, "symfony/dom-crawler": { @@ -15981,10 +17325,10 @@ "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/dom-crawler", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", @@ -16043,10 +17387,10 @@ "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/dom-crawler", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", @@ -16107,19 +17451,19 @@ } }, "symfony/error-handler": { - "v4.4.1": { + "v4.4.2": { "name": "symfony/error-handler", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b" + "reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b", - "reference": "a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/6d7d7712a6ff5215ec26215672293b154f1db8c1", + "reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1", "shasum": "" }, "require": { @@ -16132,7 +17476,7 @@ "symfony/http-kernel": "^4.4|^5.0", "symfony/serializer": "^4.4|^5.0" }, - "time": "2019-12-01T08:46:01+00:00", + "time": "2019-12-16T14:46:54+00:00", "type": "library", "extra": { "branch-alias": { @@ -16163,51 +17507,41 @@ ], "description": "Symfony ErrorHandler Component", "homepage": "https://symfony.com" - } - }, - "symfony/event-dispatcher": { - "v3.4.36": { - "name": "symfony/event-dispatcher", - "version": "v3.4.36", - "version_normalized": "3.4.36.0", + }, + "v5.0.2": { + "name": "symfony/error-handler", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177" + "url": "https://github.com/symfony/error-handler.git", + "reference": "460863313bd3212d7c38e1b40602cbcfeeeea4a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177", - "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/460863313bd3212d7c38e1b40602cbcfeeeea4a5", + "reference": "460863313bd3212d7c38e1b40602cbcfeeeea4a5", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" - }, - "conflict": { - "symfony/dependency-injection": "<3.3" + "php": "^7.2.5", + "psr/log": "^1.0", + "symfony/var-dumper": "^4.4|^5.0" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0|~4.0", - "symfony/dependency-injection": "~3.3|~4.0", - "symfony/expression-language": "~2.8|~3.0|~4.0", - "symfony/stopwatch": "~2.8|~3.0|~4.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" }, - "time": "2019-10-24T15:33:53+00:00", + "time": "2019-12-16T14:48:47+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "5.0-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" + "Symfony\\Component\\ErrorHandler\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -16227,53 +17561,254 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony EventDispatcher Component", + "description": "Symfony ErrorHandler Component", "homepage": "https://symfony.com" - }, - "v4.4.1": { + } + }, + "symfony/event-dispatcher": { + "v3.4.35": { "name": "symfony/event-dispatcher", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f" + "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177" }, "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/f9031c22ec127d4a2450760f81a8677fe8a10177", + "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/event-dispatcher-contracts": "^1.1" + "php": "^5.5.9|>=7.0.8" }, "conflict": { - "symfony/dependency-injection": "<3.4" - }, - "provide": { - "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "1.1" + "symfony/dependency-injection": "<3.3" }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/http-foundation": "^3.4|^4.0|^5.0", - "symfony/service-contracts": "^1.1|^2", - "symfony/stopwatch": "^3.4|^4.0|^5.0" + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, - "time": "2019-11-28T13:33:56+00:00", + "time": "2019-10-24T15:33:53+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "4.4-dev" + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" + }, + "v3.4.36": { + "name": "symfony/event-dispatcher", + "version": "v3.4.36", + "version_normalized": "3.4.36.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177", + "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "conflict": { + "symfony/dependency-injection": "<3.3" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2019-10-24T15:33:53+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" + }, + "v4.4.2": { + "name": "symfony/event-dispatcher", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b3c3068a72623287550fe20b84a2b01dcba2686f", + "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/event-dispatcher-contracts": "^1.1" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2019-11-28T13:33:56+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" + }, + "v5.0.2": { + "name": "symfony/event-dispatcher", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "7b738a51645e10f864cc25c24d232fb03f37b475" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7b738a51645e10f864cc25c24d232fb03f37b475", + "reference": "7b738a51645e10f864cc25c24d232fb03f37b475", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/event-dispatcher-contracts": "^2" + }, + "conflict": { + "symfony/dependency-injection": "<4.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "2.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^4.4|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2019-11-18T17:27:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" } }, "autoload": { @@ -16361,6 +17896,65 @@ "interoperability", "standards" ] + }, + "v2.0.1": { + "name": "symfony/event-dispatcher-contracts", + "version": "v2.0.1", + "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "af23c2584d4577d54661c434446fb8fbed6025dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd", + "reference": "af23c2584d4577d54661c434446fb8fbed6025dd", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/event-dispatcher": "^1" + }, + "suggest": { + "symfony/event-dispatcher-implementation": "" + }, + "time": "2019-11-18T17:27:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-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" + ] } }, "symfony/filesystem": { @@ -16415,10 +18009,10 @@ "description": "Symfony Filesystem Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/filesystem", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", @@ -16466,10 +18060,10 @@ "description": "Symfony Filesystem Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/filesystem", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", @@ -16569,10 +18163,10 @@ "description": "Symfony Finder Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/finder", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -16621,19 +18215,19 @@ } }, "symfony/http-foundation": { - "v3.4.36": { + "v3.4.35": { "name": "symfony/http-foundation", - "version": "v3.4.36", - "version_normalized": "3.4.36.0", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593" + "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d2d0cfe8e319d9df44c4cca570710fcf221d4593", - "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9e4b3ac8fa3348b4811674d23de32d201de225ce", + "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce", "shasum": "" }, "require": { @@ -16644,7 +18238,7 @@ "require-dev": { "symfony/expression-language": "~2.8|~3.0|~4.0" }, - "time": "2019-11-28T12:52:59+00:00", + "time": "2019-11-11T12:53:10+00:00", "type": "library", "extra": { "branch-alias": { @@ -16676,19 +18270,74 @@ "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v3.4.36": { "name": "symfony/http-foundation", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", - "source": { + "version": "v3.4.36", + "version_normalized": "3.4.36.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d2d0cfe8e319d9df44c4cca570710fcf221d4593", + "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php70": "~1.6" + }, + "require-dev": { + "symfony/expression-language": "~2.8|~3.0|~4.0" + }, + "time": "2019-11-28T12:52:59+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpFoundation Component", + "homepage": "https://symfony.com" + }, + "v4.4.2": { + "name": "symfony/http-foundation", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", + "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5" + "reference": "fcae1cff5b57b2a9c3aabefeb1527678705ddb62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8bccc59e61b41963d14c3dbdb23181e5c932a1d5", - "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/fcae1cff5b57b2a9c3aabefeb1527678705ddb62", + "reference": "fcae1cff5b57b2a9c3aabefeb1527678705ddb62", "shasum": "" }, "require": { @@ -16700,7 +18349,7 @@ "predis/predis": "~1.0", "symfony/expression-language": "^3.4|^4.0|^5.0" }, - "time": "2019-11-28T13:33:56+00:00", + "time": "2019-12-19T15:57:49+00:00", "type": "library", "extra": { "branch-alias": { @@ -16732,19 +18381,19 @@ "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/http-foundation", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "83eb54b75f5365722d4ccdb6559fb099e799202e" + "reference": "5dd7f6be6e62d86ba6f3154cf40e78936367978b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/83eb54b75f5365722d4ccdb6559fb099e799202e", - "reference": "83eb54b75f5365722d4ccdb6559fb099e799202e", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5dd7f6be6e62d86ba6f3154cf40e78936367978b", + "reference": "5dd7f6be6e62d86ba6f3154cf40e78936367978b", "shasum": "" }, "require": { @@ -16756,7 +18405,7 @@ "predis/predis": "~1.0", "symfony/expression-language": "^4.4|^5.0" }, - "time": "2019-11-28T14:20:16+00:00", + "time": "2019-12-19T16:01:11+00:00", "type": "library", "extra": { "branch-alias": { @@ -16790,6 +18439,97 @@ } }, "symfony/http-kernel": { + "v3.4.35": { + "name": "symfony/http-kernel", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e1764b3de00ec5636dd03d02fd44bcb1147d70d9", + "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/log": "~1.0", + "symfony/debug": "^3.3.3|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php56": "~1.8" + }, + "conflict": { + "symfony/config": "<2.8", + "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4", + "symfony/var-dumper": "<3.3", + "twig/twig": "<1.34|<2.4,>=2" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/cache": "~1.0", + "symfony/browser-kit": "~2.8|~3.0|~4.0", + "symfony/class-loader": "~2.8|~3.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/console": "~2.8|~3.0|~4.0", + "symfony/css-selector": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "^3.4.10|^4.0.10", + "symfony/dom-crawler": "~2.8|~3.0|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/process": "~2.8|~3.0|~4.0", + "symfony/routing": "~3.4|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0", + "symfony/templating": "~2.8|~3.0|~4.0", + "symfony/translation": "~2.8|~3.0|~4.0", + "symfony/var-dumper": "~3.3|~4.0" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "", + "symfony/finder": "", + "symfony/var-dumper": "" + }, + "time": "2019-11-13T08:44:50+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpKernel Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/http-kernel", "version": "v3.4.36", @@ -16881,19 +18621,19 @@ "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/http-kernel", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "e4187780ed26129ee86d5234afbebf085e144f88" + "reference": "fe310d2e95cd4c356836c8ecb0895a46d97fede2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e4187780ed26129ee86d5234afbebf085e144f88", - "reference": "e4187780ed26129ee86d5234afbebf085e144f88", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/fe310d2e95cd4c356836c8ecb0895a46d97fede2", + "reference": "fe310d2e95cd4c356836c8ecb0895a46d97fede2", "shasum": "" }, "require": { @@ -16940,7 +18680,7 @@ "symfony/console": "", "symfony/dependency-injection": "" }, - "time": "2019-12-01T14:06:38+00:00", + "time": "2019-12-19T16:23:40+00:00", "type": "library", "extra": { "branch-alias": { @@ -16971,13 +18711,110 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com" + }, + "v5.0.2": { + "name": "symfony/http-kernel", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "00ce30602f3f690e66a63c327743d7b26c723b2e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/00ce30602f3f690e66a63c327743d7b26c723b2e", + "reference": "00ce30602f3f690e66a63c327743d7b26c723b2e", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "psr/log": "~1.0", + "symfony/error-handler": "^4.4|^5.0", + "symfony/event-dispatcher": "^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9" + }, + "conflict": { + "symfony/browser-kit": "<4.4", + "symfony/cache": "<5.0", + "symfony/config": "<5.0", + "symfony/dependency-injection": "<4.4", + "symfony/doctrine-bridge": "<5.0", + "symfony/form": "<5.0", + "symfony/http-client": "<5.0", + "symfony/mailer": "<5.0", + "symfony/messenger": "<5.0", + "symfony/translation": "<5.0", + "symfony/twig-bridge": "<5.0", + "symfony/validator": "<5.0", + "twig/twig": "<2.4" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/cache": "~1.0", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/config": "^5.0", + "symfony/console": "^4.4|^5.0", + "symfony/css-selector": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/dom-crawler": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0", + "symfony/routing": "^4.4|^5.0", + "symfony/stopwatch": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^2.4|^3.0" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" + }, + "time": "2019-12-19T18:35:03+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpKernel Component", + "homepage": "https://symfony.com" } }, "symfony/mime": { - "v5.0.1": { + "v5.0.2": { "name": "symfony/mime", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", @@ -17105,10 +18942,10 @@ "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/phpunit-bridge", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", @@ -17173,6 +19010,65 @@ } }, "symfony/polyfill-ctype": { + "v1.12.0": { + "name": "symfony/polyfill-ctype", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ] + }, "v1.13.1": { "name": "symfony/polyfill-ctype", "version": "v1.13.1", @@ -17234,6 +19130,66 @@ } }, "symfony/polyfill-iconv": { + "v1.12.0": { + "name": "symfony/polyfill-iconv", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-iconv.git", + "reference": "685968b11e61a347c18bf25db32effa478be610f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f", + "reference": "685968b11e61a347c18bf25db32effa478be610f", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-iconv": "For best performance" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Iconv\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Iconv extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "iconv", + "polyfill", + "portable", + "shim" + ] + }, "v1.13.1": { "name": "symfony/polyfill-iconv", "version": "v1.13.1", @@ -17284,51 +19240,234 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Iconv extension", + "description": "Symfony polyfill for the Iconv extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "iconv", + "polyfill", + "portable", + "shim" + ] + } + }, + "symfony/polyfill-intl-idn": { + "v1.13.1": { + "name": "symfony/polyfill-intl-idn", + "version": "v1.13.1", + "version_normalized": "1.13.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46", + "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php72": "^1.9" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "time": "2019-11-27T13:56:44+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.13-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ] + } + }, + "symfony/polyfill-mbstring": { + "v1.12.0": { + "name": "symfony/polyfill-mbstring", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ] + }, + "v1.13.1": { + "name": "symfony/polyfill-mbstring", + "version": "v1.13.1", + "version_normalized": "1.13.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", + "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "time": "2019-11-27T14:18:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.13-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "iconv", + "mbstring", "polyfill", "portable", "shim" ] } }, - "symfony/polyfill-intl-idn": { - "v1.13.1": { - "name": "symfony/polyfill-intl-idn", - "version": "v1.13.1", - "version_normalized": "1.13.1.0", + "symfony/polyfill-php56": { + "v1.12.0": { + "name": "symfony/polyfill-php56", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46" + "url": "https://github.com/symfony/polyfill-php56.git", + "reference": "0e3b212e96a51338639d8ce175c046d7729c3403" }, "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-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403", + "reference": "0e3b212e96a51338639d8ce175c046d7729c3403", "shasum": "" }, "require": { "php": ">=5.3.3", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.9" - }, - "suggest": { - "ext-intl": "For best performance" + "symfony/polyfill-util": "~1.0" }, - "time": "2019-11-27T13:56:44+00:00", + "time": "2019-08-06T08:03:45+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" + "Symfony\\Polyfill\\Php56\\": "" }, "files": [ "bootstrap.php" @@ -17340,49 +19479,43 @@ ], "authors": [ { - "name": "Laurent Bassin", - "email": "laurent@bassin.info" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "idn", - "intl", "polyfill", "portable", "shim" ] - } - }, - "symfony/polyfill-mbstring": { + }, "v1.13.1": { - "name": "symfony/polyfill-mbstring", + "name": "symfony/polyfill-php56", "version": "v1.13.1", "version_normalized": "1.13.1.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" + "url": "https://github.com/symfony/polyfill-php56.git", + "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", - "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4", + "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4", "shasum": "" }, "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-mbstring": "For best performance" + "php": ">=5.3.3", + "symfony/polyfill-util": "~1.0" }, - "time": "2019-11-27T14:18:11+00:00", + "time": "2019-11-27T13:56:44+00:00", "type": "library", "extra": { "branch-alias": { @@ -17391,7 +19524,7 @@ }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" + "Symfony\\Polyfill\\Php56\\": "" }, "files": [ "bootstrap.php" @@ -17411,50 +19544,52 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Mbstring extension", + "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "mbstring", "polyfill", "portable", "shim" ] } }, - "symfony/polyfill-php56": { - "v1.13.1": { - "name": "symfony/polyfill-php56", - "version": "v1.13.1", - "version_normalized": "1.13.1.0", + "symfony/polyfill-php70": { + "v1.12.0": { + "name": "symfony/polyfill-php70", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4" + "url": "https://github.com/symfony/polyfill-php70.git", + "reference": "54b4c428a0054e254223797d2713c31e08610831" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4", - "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831", + "reference": "54b4c428a0054e254223797d2713c31e08610831", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-util": "~1.0" + "paragonie/random_compat": "~1.0|~2.0|~9.99", + "php": ">=5.3.3" }, - "time": "2019-11-27T13:56:44+00:00", + "time": "2019-08-06T08:03:45+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Php56\\": "" + "Symfony\\Polyfill\\Php70\\": "" }, "files": [ "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", @@ -17471,7 +19606,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", + "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", @@ -17479,9 +19614,7 @@ "portable", "shim" ] - } - }, - "symfony/polyfill-php70": { + }, "v1.13.1": { "name": "symfony/polyfill-php70", "version": "v1.13.1", @@ -17663,6 +19796,59 @@ } }, "symfony/polyfill-util": { + "v1.12.0": { + "name": "symfony/polyfill-util", + "version": "v1.12.0", + "version_normalized": "1.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-util.git", + "reference": "4317de1386717b4c22caed7725350a8887ab205c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c", + "reference": "4317de1386717b4c22caed7725350a8887ab205c", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2019-08-06T08:03:45+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Util\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony utilities for portability of PHP codes", + "homepage": "https://symfony.com", + "keywords": [ + "compat", + "compatibility", + "polyfill", + "shim" + ] + }, "v1.13.1": { "name": "symfony/polyfill-util", "version": "v1.13.1", @@ -17718,6 +19904,56 @@ } }, "symfony/process": { + "v3.4.35": { + "name": "symfony/process", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e", + "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "time": "2019-10-24T15:33:53+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Process Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/process", "version": "v3.4.36", @@ -17768,25 +20004,25 @@ "description": "Symfony Process Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/process", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726" + "reference": "b84501ad50adb72a94fb460a5b5c91f693e99c9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/51c0135ef3f44c5803b33dc60e96bf4f77752726", - "reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726", + "url": "https://api.github.com/repos/symfony/process/zipball/b84501ad50adb72a94fb460a5b5c91f693e99c9b", + "reference": "b84501ad50adb72a94fb460a5b5c91f693e99c9b", "shasum": "" }, "require": { "php": "^7.1.3" }, - "time": "2019-11-28T13:33:56+00:00", + "time": "2019-12-06T10:06:46+00:00", "type": "library", "extra": { "branch-alias": { @@ -17820,39 +20056,37 @@ } }, "symfony/psr-http-message-bridge": { - "v1.2.0": { + "v1.1.2": { "name": "symfony/psr-http-message-bridge", - "version": "v1.2.0", - "version_normalized": "1.2.0.0", + "version": "v1.1.2", + "version_normalized": "1.1.2.0", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad" + "reference": "a33352af16f78a5ff4f9d90811536abf210df12b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad", - "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/a33352af16f78a5ff4f9d90811536abf210df12b", + "reference": "a33352af16f78a5ff4f9d90811536abf210df12b", "shasum": "" }, "require": { - "php": "^7.1", + "php": "^5.3.3 || ^7.0", "psr/http-message": "^1.0", - "symfony/http-foundation": "^3.4 || ^4.0" + "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0" }, "require-dev": { - "nyholm/psr7": "^1.1", - "symfony/phpunit-bridge": "^3.4.20 || ^4.0", - "zendframework/zend-diactoros": "^1.4.1 || ^2.0" + "symfony/phpunit-bridge": "^3.4 || ^4.0" }, "suggest": { "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" }, - "time": "2019-03-11T18:22:33+00:00", + "time": "2019-04-03T17:09:40+00:00", "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -17897,33 +20131,112 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9d3e80d54d9ae747ad573cad796e8e247df7b796", - "reference": "9d3e80d54d9ae747ad573cad796e8e247df7b796", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9d3e80d54d9ae747ad573cad796e8e247df7b796", + "reference": "9d3e80d54d9ae747ad573cad796e8e247df7b796", + "shasum": "" + }, + "require": { + "php": "^7.1", + "psr/http-message": "^1.0", + "symfony/http-foundation": "^4.4 || ^5.0" + }, + "require-dev": { + "nyholm/psr7": "^1.1", + "symfony/phpunit-bridge": "^4.4 || ^5.0", + "zendframework/zend-diactoros": "^1.4.1 || ^2.0" + }, + "suggest": { + "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" + }, + "time": "2019-11-25T19:33:50+00:00", + "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bridge\\PsrHttpMessage\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "PSR HTTP message bridge", + "homepage": "http://symfony.com", + "keywords": [ + "http", + "http-message", + "psr-17", + "psr-7" + ] + } + }, + "symfony/routing": { + "v3.4.35": { + "name": "symfony/routing", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/routing.git", + "reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/routing/zipball/afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5", + "reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5", "shasum": "" }, "require": { - "php": "^7.1", - "psr/http-message": "^1.0", - "symfony/http-foundation": "^4.4 || ^5.0" + "php": "^5.5.9|>=7.0.8" + }, + "conflict": { + "symfony/config": "<3.3.1", + "symfony/dependency-injection": "<3.3", + "symfony/yaml": "<3.4" }, "require-dev": { - "nyholm/psr7": "^1.1", - "symfony/phpunit-bridge": "^4.4 || ^5.0", - "zendframework/zend-diactoros": "^1.4.1 || ^2.0" + "doctrine/annotations": "~1.0", + "psr/log": "~1.0", + "symfony/config": "^3.3.1|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/yaml": "~3.4|~4.0" }, "suggest": { - "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" }, - "time": "2019-11-25T19:33:50+00:00", - "type": "symfony-bridge", + "time": "2019-11-08T17:25:00+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { - "Symfony\\Bridge\\PsrHttpMessage\\": "" + "Symfony\\Component\\Routing\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -17940,20 +20253,18 @@ }, { "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "homepage": "https://symfony.com/contributors" } ], - "description": "PSR HTTP message bridge", - "homepage": "http://symfony.com", + "description": "Symfony Routing Component", + "homepage": "https://symfony.com", "keywords": [ - "http", - "http-message", - "psr-17", - "psr-7" + "router", + "routing", + "uri", + "url" ] - } - }, - "symfony/routing": { + }, "v3.4.36": { "name": "symfony/routing", "version": "v3.4.36", @@ -18033,6 +20344,86 @@ } }, "symfony/serializer": { + "v3.4.35": { + "name": "symfony/serializer", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/serializer.git", + "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/serializer/zipball/9d14f7ff2c585a8a9f6f980253066285ddc2f675", + "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "phpdocumentor/type-resolver": "<0.2.1", + "symfony/dependency-injection": "<3.2", + "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4", + "symfony/property-info": "<3.1", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "doctrine/cache": "~1.0", + "phpdocumentor/reflection-docblock": "^3.0|^4.0", + "symfony/cache": "~3.1|~4.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.2|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/property-access": "~2.8|~3.0|~4.0", + "symfony/property-info": "^3.4.13|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "For using the XML mapping loader.", + "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.", + "symfony/property-access": "For using the ObjectNormalizer.", + "symfony/property-info": "To deserialize relations.", + "symfony/yaml": "For using the default YAML mapping loader." + }, + "time": "2019-11-12T17:51:12+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Serializer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Serializer Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/serializer", "version": "v3.4.36", @@ -18176,6 +20567,77 @@ } }, "symfony/translation": { + "v3.4.35": { + "name": "symfony/translation", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation.git", + "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation/zipball/2031c895bc97ac1787d418d90bd1ed7d299f2772", + "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/config": "<2.8", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/http-kernel": "~3.4|~4.0", + "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/var-dumper": "~3.4|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" + }, + "time": "2019-10-30T12:43:22+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Translation Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/translation", "version": "v3.4.36", @@ -18247,19 +20709,19 @@ "description": "Symfony Translation Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/translation", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40" + "reference": "f7669f48a9633bf8139bc026c755e894b7206677" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/897fb68ee7933372517b551d6f08c6d4bb0b8c40", - "reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40", + "url": "https://api.github.com/repos/symfony/translation/zipball/f7669f48a9633bf8139bc026c755e894b7206677", + "reference": "f7669f48a9633bf8139bc026c755e894b7206677", "shasum": "" }, "require": { @@ -18292,7 +20754,7 @@ "symfony/config": "", "symfony/yaml": "" }, - "time": "2019-11-12T17:18:47+00:00", + "time": "2019-12-12T12:53:52+00:00", "type": "library", "extra": { "branch-alias": { @@ -18345,19 +20807,116 @@ "php": "^7.2.5" }, "suggest": { - "symfony/translation-implementation": "" + "symfony/translation-implementation": "" + }, + "time": "2019-11-18T17:27:11+00:00", + "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" + ] + } + }, + "symfony/validator": { + "v3.4.35": { + "name": "symfony/validator", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/validator.git", + "reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/validator/zipball/b11f45742c5c9a228cedc46b70c6317780a1ac80", + "reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/translation": "~2.8|~3.0|~4.0" + }, + "conflict": { + "doctrine/lexer": "<1.0.2", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/dependency-injection": "<3.3", + "symfony/http-kernel": "<3.3.5", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.7", + "doctrine/cache": "~1.0", + "egulias/email-validator": "^2.1.10", + "symfony/cache": "~3.1|~4.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/http-kernel": "^3.3.5|~4.0", + "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/property-access": "~2.8|~3.0|~4.0", + "symfony/var-dumper": "~3.3|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "egulias/email-validator": "Strict (RFC compliant) email validation", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "", + "symfony/expression-language": "For using the Expression validator", + "symfony/http-foundation": "", + "symfony/intl": "", + "symfony/property-access": "For accessing properties within comparison constraints", + "symfony/yaml": "" }, - "time": "2019-11-18T17:27:11+00:00", + "time": "2019-11-05T22:03:38+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { - "Symfony\\Contracts\\Translation\\": "" - } + "Symfony\\Component\\Validator\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -18365,27 +20924,17 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.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" - ] - } - }, - "symfony/validator": { + "description": "Symfony Validator Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/validator", "version": "v3.4.36", @@ -18545,19 +21094,19 @@ "dump" ] }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/var-dumper", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a" + "reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0a89a1dbbedd9fb2cfb2336556dec8305273c19a", - "reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/be330f919bdb395d1e0c3f2bfb8948512d6bdd99", + "reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99", "shasum": "" }, "require": { @@ -18580,7 +21129,7 @@ "ext-intl": "To show region name in time zone dump", "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, - "time": "2019-11-28T13:33:56+00:00", + "time": "2019-12-18T13:41:29+00:00", "bin": [ "Resources/bin/var-dump-server" ], @@ -18622,19 +21171,19 @@ "dump" ] }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/var-dumper", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "a4862009387721e155be6dc115061f42ee209205" + "reference": "d7bc61d5d335fa9b1b91e14bb16861e8ca50f53a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a4862009387721e155be6dc115061f42ee209205", - "reference": "a4862009387721e155be6dc115061f42ee209205", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d7bc61d5d335fa9b1b91e14bb16861e8ca50f53a", + "reference": "d7bc61d5d335fa9b1b91e14bb16861e8ca50f53a", "shasum": "" }, "require": { @@ -18656,7 +21205,7 @@ "ext-intl": "To show region name in time zone dump", "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, - "time": "2019-11-28T14:20:16+00:00", + "time": "2019-12-18T13:50:31+00:00", "bin": [ "Resources/bin/var-dump-server" ], @@ -18700,6 +21249,66 @@ } }, "symfony/yaml": { + "v3.4.35": { + "name": "symfony/yaml", + "version": "v3.4.35", + "version_normalized": "3.4.35.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "dab657db15207879217fc81df4f875947bf68804" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804", + "reference": "dab657db15207879217fc81df4f875947bf68804", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "~3.4|~4.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "time": "2019-10-24T15:33:53+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com" + }, "v3.4.36": { "name": "symfony/yaml", "version": "v3.4.36", @@ -18760,19 +21369,19 @@ "description": "Symfony Yaml Component", "homepage": "https://symfony.com" }, - "v4.4.1": { + "v4.4.2": { "name": "symfony/yaml", - "version": "v4.4.1", - "version_normalized": "4.4.1.0", + "version": "v4.4.2", + "version_normalized": "4.4.2.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "76de473358fe802578a415d5bb43c296cf09d211" + "reference": "a08832b974dd5fafe3085a66d41fe4c84bb2628c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211", - "reference": "76de473358fe802578a415d5bb43c296cf09d211", + "url": "https://api.github.com/repos/symfony/yaml/zipball/a08832b974dd5fafe3085a66d41fe4c84bb2628c", + "reference": "a08832b974dd5fafe3085a66d41fe4c84bb2628c", "shasum": "" }, "require": { @@ -18788,7 +21397,7 @@ "suggest": { "symfony/console": "For validating YAML files using the lint command" }, - "time": "2019-11-12T14:51:11+00:00", + "time": "2019-12-10T10:33:21+00:00", "type": "library", "extra": { "branch-alias": { @@ -18820,19 +21429,19 @@ "description": "Symfony Yaml Component", "homepage": "https://symfony.com" }, - "v5.0.1": { + "v5.0.2": { "name": "symfony/yaml", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "51b684480184fa767b97e28eaca67664e48dd3e9" + "reference": "847661e77afa48d99ecfa508e8b60f0b029a19c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/51b684480184fa767b97e28eaca67664e48dd3e9", - "reference": "51b684480184fa767b97e28eaca67664e48dd3e9", + "url": "https://api.github.com/repos/symfony/yaml/zipball/847661e77afa48d99ecfa508e8b60f0b029a19c0", + "reference": "847661e77afa48d99ecfa508e8b60f0b029a19c0", "shasum": "" }, "require": { @@ -18848,7 +21457,7 @@ "suggest": { "symfony/console": "For validating YAML files using the lint command" }, - "time": "2019-11-18T17:27:11+00:00", + "time": "2019-12-10T11:06:55+00:00", "type": "library", "extra": { "branch-alias": { @@ -18925,19 +21534,19 @@ } }, "twig/twig": { - "v1.42.4": { + "v1.42.3": { "name": "twig/twig", - "version": "v1.42.4", - "version_normalized": "1.42.4.0", + "version": "v1.42.3", + "version_normalized": "1.42.3.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152" + "reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/e587180584c3d2d6cb864a0454e777bb6dcb6152", - "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/201baee843e0ffe8b0b956f336dd42b2a92fae4e", + "reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e", "shasum": "" }, "require": { @@ -18949,7 +21558,7 @@ "symfony/debug": "^3.4|^4.2", "symfony/phpunit-bridge": "^4.4@dev|^5.0" }, - "time": "2019-11-11T16:49:32+00:00", + "time": "2019-08-24T12:51:03+00:00", "type": "library", "extra": { "branch-alias": { @@ -18992,36 +21601,35 @@ "templating" ] }, - "v2.12.2": { + "v1.42.4": { "name": "twig/twig", - "version": "v2.12.2", - "version_normalized": "2.12.2.0", + "version": "v1.42.4", + "version_normalized": "1.42.4.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed" + "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed", - "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/e587180584c3d2d6cb864a0454e777bb6dcb6152", + "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152", "shasum": "" }, "require": { - "php": "^7.0", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" + "php": ">=5.5.0", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "psr/container": "^1.0", "symfony/debug": "^3.4|^4.2", "symfony/phpunit-bridge": "^4.4@dev|^5.0" }, - "time": "2019-11-11T16:52:09+00:00", + "time": "2019-11-11T16:49:32+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.12-dev" + "dev-master": "1.42-dev" } }, "autoload": { @@ -19059,56 +21667,75 @@ "keywords": [ "templating" ] - } - }, - "typo3/phar-stream-wrapper": { - "v2.1.3": { - "name": "typo3/phar-stream-wrapper", - "version": "v2.1.3", - "version_normalized": "2.1.3.0", + }, + "v2.12.3": { + "name": "twig/twig", + "version": "v2.12.3", + "version_normalized": "2.12.3.0", "source": { "type": "git", - "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "e8a656d72028b97ab9f61ed993734f3cded02eeb" + "url": "https://github.com/twigphp/Twig.git", + "reference": "97b6311585cae66a26833b14b33785f5797f7d39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e8a656d72028b97ab9f61ed993734f3cded02eeb", - "reference": "e8a656d72028b97ab9f61ed993734f3cded02eeb", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/97b6311585cae66a26833b14b33785f5797f7d39", + "reference": "97b6311585cae66a26833b14b33785f5797f7d39", "shasum": "" }, "require": { - "brumann/polyfill-unserialize": "^1.0", - "ext-json": "*", - "php": "^5.3.3|^7.0" + "php": "^7.0", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { - "ext-xdebug": "*", - "phpunit/phpunit": "^4.8.36" - }, - "suggest": { - "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" + "psr/container": "^1.0", + "symfony/phpunit-bridge": "^4.4|^5.0" }, - "time": "2019-10-18T11:59:10+00:00", + "time": "2019-12-28T07:12:03+00:00", "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.12-dev" + } + }, "autoload": { + "psr-0": { + "Twig_": "lib/" + }, "psr-4": { - "TYPO3\\PharStreamWrapper\\": "src/" + "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], - "description": "Interceptors for PHP's native phar:// stream handling", - "homepage": "https://typo3.org/", + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", "keywords": [ - "phar", - "php", - "security", - "stream-wrapper" + "templating" ] - }, + } + }, + "typo3/phar-stream-wrapper": { "v3.1.3": { "name": "typo3/phar-stream-wrapper", "version": "v3.1.3", @@ -19460,75 +22087,8 @@ "http", "psr", "psr-7" - ] - }, - "2.2.1": { - "name": "zendframework/zend-diactoros", - "version": "2.2.1", - "version_normalized": "2.2.1.0", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-diactoros.git", - "reference": "de5847b068362a88684a55b0dbb40d85986cfa52" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52", - "reference": "de5847b068362a88684a55b0dbb40d85986cfa52", - "shasum": "" - }, - "require": { - "php": "^7.1", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" - }, - "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "ext-curl": "*", - "ext-dom": "*", - "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.5.0", - "php-http/psr7-integration-tests": "dev-master", - "phpunit/phpunit": "^7.0.2", - "zendframework/zend-coding-standard": "~1.0.0" - }, - "time": "2019-11-13T19:16:13+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.1.x-dev", - "dev-develop": "2.2.x-dev", - "dev-release-1.8": "1.8.x-dev" - } - }, - "autoload": { - "files": [ - "src/functions/create_uploaded_file.php", - "src/functions/marshal_headers_from_sapi.php", - "src/functions/marshal_method_from_sapi.php", - "src/functions/marshal_protocol_version_from_sapi.php", - "src/functions/marshal_uri_from_sapi.php", - "src/functions/normalize_server.php", - "src/functions/normalize_uploaded_files.php", - "src/functions/parse_cookie_header.php" - ], - "psr-4": { - "Zend\\Diactoros\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" ], - "description": "PSR HTTP Message implementations", - "keywords": [ - "http", - "psr", - "psr-7" - ] + "abandoned": "laminas/laminas-diactoros" } }, "zendframework/zend-escaper": { @@ -19576,7 +22136,8 @@ "ZendFramework", "escaper", "zf" - ] + ], + "abandoned": "laminas/laminas-escaper" } }, "zendframework/zend-feed": { @@ -19642,7 +22203,8 @@ "ZendFramework", "feed", "zf" - ] + ], + "abandoned": "laminas/laminas-feed" } }, "zendframework/zend-stdlib": { @@ -19691,7 +22253,8 @@ "ZendFramework", "stdlib", "zf" - ] + ], + "abandoned": "laminas/laminas-stdlib" } } } diff --git a/app/master/index.html b/app/master/index.html index 8307ca5..7894297 100644 --- a/app/master/index.html +++ b/app/master/index.html @@ -21,8 +21,8 @@

    govcms/satis-master

    - -
    Last updated:
    + +
    Last updated:
    @@ -159,6 +159,7 @@
    Setting up this repository in your projects
    Releases
    + 1.3.0, 1.2.0
    @@ -166,6 +167,7 @@
    Setting up this repository in your projects
    @@ -611,7 +613,7 @@
    Setting up this repository in your projects
    Releases
    - v1.2.0
    + v1.3.0
    Required by
    @@ -702,50 +704,6 @@
    Setting up this repository in your projects
    -
    - - -
    -

    Backports unserialize options introduced in PHP 7.0 to older PHP versions.

    - -
    -
    -
    - - - -
    License
    -
    MIT
    - -
    Authors
    -
    - Denis Brumann
    - - -
    Releases
    -
    - - v1.0.4
    - - -
    Required by
    -
    - -
    -
    -
    -
    -
    @@ -954,6 +912,7 @@
    Setting up this repository in your projects
    @@ -999,6 +958,7 @@
    Setting up this repository in your projects
    Releases
    + 1.5.1, 1.5.0
    @@ -1007,6 +967,7 @@
    Setting up this repository in your projects
    @@ -1883,7 +1844,8 @@
    Setting up this repository in your projects
    Releases
    - v1.8.0
    + v1.8.0, + v1.4.0
    Required by
    @@ -1894,6 +1856,7 @@
    Setting up this repository in your projects
  • doctrine/reflection
  • drupal/console
  • drupal/core
  • +
  • drupal/core-recommended
  • @@ -1947,7 +1910,8 @@
    Setting up this repository in your projects
    Releases
    - 1.10.0
    + 1.10.0, + v1.6.2
    Required by
    @@ -1955,6 +1919,7 @@
    Setting up this repository in your projects
    @@ -2003,7 +1968,8 @@
    Setting up this repository in your projects
    Releases
    - 1.6.4
    + 1.6.4, + v1.4.0
    Required by
    @@ -2013,6 +1979,7 @@
    Setting up this repository in your projects
  • doctrine/common
  • doctrine/persistence
  • drupal/console
  • +
  • drupal/core-recommended
  • @@ -2060,13 +2027,15 @@
    Setting up this repository in your projects
    Releases
    - v2.11.0
    + 2.12.0, + v2.7.3
    Required by
    @@ -2172,13 +2141,15 @@
    Setting up this repository in your projects
    Releases
    - 1.3.1
    + 1.3.1, + v1.2.0
    Required by
    @@ -2282,7 +2253,8 @@
    Setting up this repository in your projects
    Releases
    - 1.2.0
    + 1.2.0, + 1.0.2
    Required by
    @@ -2290,6 +2262,7 @@
    Setting up this repository in your projects
    @@ -2340,7 +2313,7 @@
    Setting up this repository in your projects
    Releases
    - 1.3.3
    + 1.3.5
    Required by
    @@ -2365,7 +2338,7 @@
    Setting up this repository in your projects
    -

    Doctrine Reflection component

    +

    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.

    @@ -2374,6 +2347,7 @@
    Setting up this repository in your projects
    Keywords
    reflection + static
    Homepage
    @@ -2386,13 +2360,13 @@
    Setting up this repository in your projects
    Authors
    - Roman Borschel, Benjamin Eberlei, Guilherme Blanco, Jonathan Wage, Johannes Schmitt, Marco Pivetta
    + Guilherme Blanco, Roman Borschel, Benjamin Eberlei, Jonathan Wage, Johannes Schmitt, Marco Pivetta
    Releases
    - v1.0.0
    + v1.1.0
    Required by
    @@ -3657,8 +3631,7 @@
    Setting up this repository in your projects
    Releases
    - 8.8.1, - 8.7.9
    + 8.8.1
    Required by
    @@ -3680,6 +3653,7 @@
    Setting up this repository in your projects
  • drupal/consumers
  • drupal/contact_storage
  • drupal/context
  • +
  • drupal/core-recommended
  • drupal/crop
  • drupal/ctools
  • drupal/ctools_block
  • @@ -3747,6 +3721,46 @@
    Setting up this repository in your projects
  • drupal/username_enumeration_prevention
  • drupal/video_embed_field
  • drupal/webform
  • + + +
    +
    +
    + +
    + + +
    +

    Locked core dependencies; require this project INSTEAD OF drupal/core.

    + +
    +
    +
    + + + +
    License
    +
    GPL-2.0-or-later
    + + + +
    Releases
    +
    + + 8.8.1
    + + +
    Required by
    +
    +
    @@ -3895,7 +3909,7 @@
    Setting up this repository in your projects
    Releases
    - 1.5.0
    + 2.0.0
    Required by
    @@ -4408,6 +4422,7 @@
    Setting up this repository in your projects
    Releases
    + 1.8.0, 1.7.0
    @@ -4739,6 +4754,7 @@
    Setting up this repository in your projects
    Releases
    + 1.7.0, 1.6.0
    @@ -5052,7 +5068,7 @@
    Setting up this repository in your projects
    Authors
    - Hydra, Stalski, jyve, swentel, zuuperman
    + Hydra, Stalski, jyve, nils.destoop, swentel
    Support
    @@ -5439,7 +5455,7 @@
    Setting up this repository in your projects
    Authors
    - bojanz, dawehner, geek.merlin aka axel.rutz, joachim, kaythay, oknate, rszrama, slashrsm, webflo
    + bojanz, dawehner, geek-merlin, joachim, jsacksick, kaythay, oknate, rszrama, slashrsm, webflo
    Support
    @@ -5945,6 +5961,7 @@
    Setting up this repository in your projects
    Releases
    + 1.11.0, 1.9.0
    @@ -6097,7 +6114,7 @@
    Setting up this repository in your projects
    Authors
    - Tim Plunkett, dsnopek, japerry, manuel.adan
    + Tim Plunkett, dsnopek, japerry, manuel.adan, phenaproxima
    Support
    @@ -6441,7 +6458,7 @@
    Setting up this repository in your projects
    Releases
    - 1.3.0
    + 1.6.0
    Required by
    @@ -6936,6 +6953,7 @@
    Setting up this repository in your projects
    Releases
    + 1.15.0, 1.11.0
    @@ -7314,7 +7332,7 @@
    Setting up this repository in your projects
    Authors
    - BarisW, geek.merlin aka axel.rutz, greggles, markdorison, moshe weitzman, msonnabaum, netaustin, robwilmshurst
    + BarisW, geek-merlin, greggles, markdorison, moshe weitzman, msonnabaum, netaustin, robwilmshurst
    Support
    @@ -7405,7 +7423,7 @@
    Setting up this repository in your projects
    -

    Provides a user interface for the Token API and some missing core tokens.

    +

    Provides a user interface for the Token API, some missing core tokens.

    @@ -7418,7 +7436,7 @@
    Setting up this repository in your projects
    License
    -
    GPL-2.0-or-later
    +
    GPL-2.0+
    Authors
    @@ -7434,6 +7452,7 @@
    Setting up this repository in your projects
    Releases
    + 1.6.0, 1.5.0
    @@ -7767,6 +7786,7 @@
    Setting up this repository in your projects
    @@ -7816,6 +7836,7 @@
    Setting up this repository in your projects
    Releases
    + 2.1.14, 2.1.11
    @@ -7823,6 +7844,7 @@
    Setting up this repository in your projects
    @@ -7971,7 +7993,7 @@
    Setting up this repository in your projects
    Releases
    - 1.x-dev
    + 1.x-dev @@ -8235,7 +8257,8 @@
    Setting up this repository in your projects
    Releases
    - 6.5.0
    + 6.5.2, + 6.3.3
    Required by
    @@ -8243,6 +8266,7 @@
    Setting up this repository in your projects
    @@ -8291,6 +8315,7 @@
    Setting up this repository in your projects
    Required by
    @@ -8346,6 +8371,7 @@
    Setting up this repository in your projects
    Required by
    @@ -9055,13 +9081,15 @@
    Setting up this repository in your projects
    Releases
    - 2.7.0
    + 2.7.0, + 2.3.0
    Required by
    @@ -9159,7 +9187,7 @@
    Setting up this repository in your projects
    Releases
    - 1.25.2
    + 1.25.3
    Required by
    @@ -9270,53 +9298,6 @@
    Setting up this repository in your projects
    -
    - - -
    -

    A fast PHP7 implementation of PSR-7

    - -
    -
    -
    - -
    Keywords
    -
    - psr-17 - psr-7 -
    - -
    Homepage
    -
    - http://tnyholm.se -
    - -
    License
    -
    MIT
    - -
    Authors
    -
    - Tobias Nyholm, Martijn van der Ven
    - - -
    Releases
    -
    - - 1.2.1
    - - -
    -
    -
    -
    @@ -9410,7 +9391,7 @@
    Setting up this repository in your projects
    @@ -9446,7 +9427,7 @@
    Setting up this repository in your projects
    Releases
    - 2.6.0
    + 2.6.1
    Required by
    @@ -9506,6 +9487,7 @@
    Setting up this repository in your projects
    @@ -9543,12 +9525,14 @@
    Setting up this repository in your projects
    Releases
    - v1.4.3
    + v1.4.3, + v1.4.2
    Required by
    @@ -9587,12 +9571,14 @@
    Setting up this repository in your projects
    Releases
    - v1.10.10
    + v1.10.10, + v1.10.9
    Required by
    @@ -9639,12 +9625,14 @@
    Setting up this repository in your projects
    Releases
    - v1.0.1
    + v1.0.1, + v1.0.0
    Required by
    @@ -9777,7 +9765,7 @@
    Setting up this repository in your projects
    License
    -
    LGPL-3.0
    +
    LGPL-3.0-only
    Authors
    @@ -9787,65 +9775,9 @@
    Setting up this repository in your projects
    Releases
    - 2.16.1
    - - - -
    -
    - -
    - - -
    -

    Factory interfaces for PSR-7 HTTP Message

    - -
    -
    -
    - -
    Keywords
    -
    - factory - http - message - stream - uri -
    - -
    Homepage
    -
    - http://php-http.org -
    - -
    License
    -
    MIT
    - -
    Authors
    -
    - Márk Sági-Kazár
    - - -
    Releases
    -
    - - v1.0.2
    + 2.16.2 -
    Required by
    -
    - -
    @@ -9938,7 +9870,7 @@
    Setting up this repository in your projects
    Releases
    - 4.3.2
    + 4.3.4
    Required by
    @@ -10095,7 +10027,7 @@
    Setting up this repository in your projects
    Releases
    - 1.10.0
    + 1.10.1
    Required by
    @@ -10537,6 +10469,7 @@
    Setting up this repository in your projects
    @@ -10546,18 +10479,18 @@
    Setting up this repository in your projects
    -
    - +
    -

    Common interfaces for PSR-7 HTTP message factories

    +

    Standard interfaces for event handling.

    @@ -10565,14 +10498,9 @@
    Setting up this repository in your projects
    Keywords
    - factory - http - message + events psr - psr-17 - psr-7 - request - response + psr-14
    @@ -10587,14 +10515,13 @@
    Setting up this repository in your projects
    Releases
    - 1.0.1
    + 1.0.0
    Required by
    @@ -10651,11 +10578,9 @@
    Setting up this repository in your projects
    Required by
    @@ -10705,7 +10630,8 @@
    Setting up this repository in your projects
    Releases
    - 1.1.2
    + 1.1.2, + 1.1.0
    Required by
    @@ -10713,6 +10639,7 @@
    Setting up this repository in your projects
    @@ -13220,13 +13184,14 @@
    Setting up this repository in your projects
    v1.3.0, - v1.2.0
    + v1.1.2
    Required by
    @@ -13275,13 +13240,15 @@
    Setting up this repository in your projects
    Releases
    - v3.4.36
    + v3.4.36, + v3.4.35
    Required by
    @@ -13324,13 +13291,15 @@
    Setting up this repository in your projects
    Releases
    - v3.4.36
    + v3.4.36, + v3.4.35
    Required by
    @@ -13430,8 +13399,9 @@
    Setting up this repository in your projects
    Releases
    - v4.4.1, - v3.4.36
    + v4.4.2, + v3.4.36, + v3.4.35
    Required by
    @@ -13440,6 +13410,7 @@
    Setting up this repository in your projects
  • behat/behat
  • drupal/console-core
  • drupal/core
  • +
  • drupal/core-recommended
  • symfony/validator
  • @@ -13539,13 +13510,15 @@
    Setting up this repository in your projects
    Releases
    - v3.4.36
    + v3.4.36, + v3.4.35
    Required by
    @@ -13592,8 +13565,8 @@
    Setting up this repository in your projects
    Releases
    - v5.0.1, - v4.4.1, + v5.0.2, + v4.4.2, v3.4.36
    @@ -13645,9 +13618,10 @@
    Setting up this repository in your projects
    Releases
    - v5.0.1, - v4.4.1, - v3.4.36
    + v5.0.2, + v4.4.2, + v3.4.36, + v3.4.35
    Required by
    @@ -13658,9 +13632,9 @@
    Setting up this repository in your projects
  • drupal/console-core
  • drupal/console-extend-plugin
  • drupal/core
  • +
  • drupal/core-recommended
  • drush/drush
  • grasmash/yaml-expander
  • -
  • phing/phing
  • @@ -13744,14 +13718,15 @@
    Setting up this repository in your projects
    Authors
    - Fabien Potencier, Twig Team, Armin Ronacher
    + Fabien Potencier, Twig Team, Armin Ronacher
    Releases
    - v2.12.2, - v1.42.4
    + v2.12.3, + v1.42.4, + v1.42.3
    Required by
    @@ -13760,6 +13735,7 @@
    Setting up this repository in your projects
  • chi-teck/drupal-code-generator
  • drupal/console-core
  • drupal/core
  • +
  • drupal/core-recommended
  • @@ -13805,14 +13781,14 @@
    Setting up this repository in your projects
    Releases
    - v3.1.3, - v2.1.3
    + v3.1.3
    Required by
    @@ -14057,8 +14033,8 @@
    Setting up this repository in your projects
    -
    -
    +
    +
    @@ -14066,6 +14042,11 @@
    Setting up this repository in your projects
    zendframework/zend-diactoros
    +

    + Abandoned! + Package is abandoned, you should avoid using it. + Use laminas/laminas-diactoros instead. +

    @@ -14082,16 +14063,19 @@
    Setting up this repository in your projects
    psr-7 +
    Homepage
    +
    + https://github.com/zendframework/zend-diactoros +
    License
    -
    BSD-3-Clause
    +
    BSD-2-Clause
    Releases
    - 2.2.1, 1.8.7
    @@ -14099,14 +14083,15 @@
    Setting up this repository in your projects
    -
    -
    +
    +
    @@ -14114,6 +14099,11 @@
    Setting up this repository in your projects
    zendframework/zend-escaper
    +

    + Abandoned! + Package is abandoned, you should avoid using it. + Use laminas/laminas-escaper instead. +

    @@ -14145,6 +14135,7 @@
    Setting up this repository in your projects
    Required by
    @@ -14152,8 +14143,8 @@
    Setting up this repository in your projects
    -
    -
    +
    +
    @@ -14161,6 +14152,11 @@
    Setting up this repository in your projects
    zendframework/zend-feed
    +

    + Abandoned! + Package is abandoned, you should avoid using it. + Use laminas/laminas-feed instead. +

    @@ -14193,14 +14189,15 @@
    Setting up this repository in your projects
    -
    -
    +
    +
    @@ -14208,6 +14205,11 @@
    Setting up this repository in your projects
    zendframework/zend-stdlib
    +

    + Abandoned! + Package is abandoned, you should avoid using it. + Use laminas/laminas-stdlib instead. +

    @@ -14239,6 +14241,7 @@
    Setting up this repository in your projects
    Required by
    diff --git a/app/master/packages.json b/app/master/packages.json index 9a2fbbd..7ee5404 100644 --- a/app/master/packages.json +++ b/app/master/packages.json @@ -1,8 +1,8 @@ { "packages": [], "includes": { - "include/all$0ed0140ca23dbee409553f6697c30939b8800cd6.json": { - "sha1": "0ed0140ca23dbee409553f6697c30939b8800cd6" + "include/all$df9b144cc98fb89e1a8f22cee1fbbb1b90ab9aeb.json": { + "sha1": "df9b144cc98fb89e1a8f22cee1fbbb1b90ab9aeb" } } } diff --git a/app/packages.json b/app/packages.json index 9de0a8d..99ce207 100644 --- a/app/packages.json +++ b/app/packages.json @@ -1,8 +1,8 @@ { "packages": [], "includes": { - "include/all$fc25ebd33fa3f7cd766a17f9a6af31632bafdae2.json": { - "sha1": "fc25ebd33fa3f7cd766a17f9a6af31632bafdae2" + "include/all$36dacd79a7903ab24c6c2d341361721187248df5.json": { + "sha1": "36dacd79a7903ab24c6c2d341361721187248df5" } } } diff --git a/app/whitelist/include/all$a10dda598333cb33245820e4cf8ff824f616971c.json b/app/whitelist/include/all$a10dda598333cb33245820e4cf8ff824f616971c.json new file mode 100644 index 0000000..ca592d3 --- /dev/null +++ b/app/whitelist/include/all$a10dda598333cb33245820e4cf8ff824f616971c.json @@ -0,0 +1,1272 @@ +{ + "packages": { + "drupal/ckan_connect": { + "1.0.0-alpha1": { + "name": "drupal/ckan_connect", + "version": "1.0.0-alpha1", + "version_normalized": "1.0.0.0-alpha1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ckan_connect.git", + "reference": "8.x-1.0-alpha1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ckan_connect-8.x-1.0-alpha1.zip", + "reference": "8.x-1.0-alpha1", + "shasum": "4de1ad948aeec84fe1a61c54e85aad57087a324d" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha1", + "datestamp": "1535958480", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Joseph Zhao", + "homepage": "https://www.drupal.org/user/1987218" + }, + { + "name": "jorgegc", + "homepage": "https://www.drupal.org/user/834154" + }, + { + "name": "ruwanl", + "homepage": "https://www.drupal.org/user/2906813" + }, + { + "name": "tobybellwood", + "homepage": "https://www.drupal.org/user/3529537" + } + ], + "description": "Connect to a CKAN endpoint providing a wrapper around the CKAN Action API.", + "homepage": "https://www.drupal.org/project/ckan_connect", + "support": { + "source": "https://git.drupalcode.org/project/ckan_connect" + } + } + }, + "drupal/dvf": { + "dev-develop": { + "name": "drupal/dvf", + "version": "dev-develop", + "version_normalized": "dev-develop", + "source": { + "type": "git", + "url": "https://github.com/govCMS/dvf.git", + "reference": "a5511d830edd8341c6863a7aca783ab7415e150f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/govCMS/dvf/zipball/a5511d830edd8341c6863a7aca783ab7415e150f", + "reference": "a5511d830edd8341c6863a7aca783ab7415e150f", + "shasum": "" + }, + "require": { + "flow/jsonpath": "^0.4.0" + }, + "time": "2019-09-19T04:53:46+00:00", + "type": "drupal-module", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jeremy Graham", + "homepage": "https://www.drupal.org/u/jez500" + }, + { + "name": "Jorge Castro", + "homepage": "https://www.drupal.org/u/jorgegc" + }, + { + "name": "Toby Bellwood", + "homepage": "https://www.drupal.org/u/tobybellwood" + } + ], + "description": "Data Visualisation Framework makes it easy to generate visualisations from different data sources.", + "homepage": "https://github.com/govCMS/dvf", + "support": { + "issues": "https://github.com/govCMS/dvf/issues", + "source": "https://github.com/govCMS/dvf" + } + } + }, + "drupal/migrate_cron": { + "1.0.0": { + "name": "drupal/migrate_cron", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_cron.git", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_cron-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "7d60b77a07683ae52d33413d997cc67a4e68e211" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1541062380", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "vadimski", + "homepage": "https://www.drupal.org/user/3395802" + } + ], + "homepage": "https://www.drupal.org/project/migrate_cron", + "support": { + "source": "https://git.drupalcode.org/project/migrate_cron" + } + }, + "1.1.0": { + "name": "drupal/migrate_cron", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_cron.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_cron-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "61cff57cd4b6c98acf03156bdc26bb47a9f4c07d" + }, + "require": { + "drupal/core": "*", + "drupal/migrate_plus": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1549636080", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "vadimski", + "homepage": "https://www.drupal.org/user/3395802" + } + ], + "description": "Run migrations at cron", + "homepage": "https://www.drupal.org/project/migrate_cron", + "support": { + "source": "https://git.drupalcode.org/project/migrate_cron" + } + }, + "1.2.0": { + "name": "drupal/migrate_cron", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_cron.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_cron-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "eaf813c0a626f6d33f59c5d5068d73c2442e6019" + }, + "require": { + "drupal/core": "*", + "drupal/migrate_plus": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1549636080", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "vadimski", + "homepage": "https://www.drupal.org/user/3395802" + } + ], + "description": "Run migrations at cron", + "homepage": "https://www.drupal.org/project/migrate_cron", + "support": { + "source": "https://git.drupalcode.org/project/migrate_cron" + } + } + }, + "drupal/migrate_file": { + "1.0.0-alpha1": { + "name": "drupal/migrate_file", + "version": "1.0.0-alpha1", + "version_normalized": "1.0.0.0-alpha1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_file.git", + "reference": "8.x-1.0-alpha1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_file-8.x-1.0-alpha1.zip", + "reference": "8.x-1.0-alpha1", + "shasum": "3d4be89f8078c2ef54d4df02b60fedb551600fe4" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha1", + "datestamp": "1513892585", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "drclaw", + "homepage": "https://www.drupal.org/user/823702" + } + ], + "description": "Additional support for migrating files including downloading remote files and using remote uris (without download)", + "homepage": "https://www.drupal.org/project/migrate_file", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/migrate_file", + "issues": "https://www.drupal.org/project/issues/migrate_file" + } + }, + "1.0.0-alpha2": { + "name": "drupal/migrate_file", + "version": "1.0.0-alpha2", + "version_normalized": "1.0.0.0-alpha2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_file.git", + "reference": "8.x-1.0-alpha2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_file-8.x-1.0-alpha2.zip", + "reference": "8.x-1.0-alpha2", + "shasum": "0119cde7a61ea1946a627a882b51e67dcf1eb89f" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha2", + "datestamp": "1515523385", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "drclaw", + "homepage": "https://www.drupal.org/user/823702" + } + ], + "description": "Additional support for migrating files including downloading remote files and using remote uris (without download)", + "homepage": "https://www.drupal.org/project/migrate_file", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/migrate_file", + "issues": "https://www.drupal.org/project/issues/migrate_file" + } + }, + "1.0.0-alpha3": { + "name": "drupal/migrate_file", + "version": "1.0.0-alpha3", + "version_normalized": "1.0.0.0-alpha3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_file.git", + "reference": "8.x-1.0-alpha3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_file-8.x-1.0-alpha3.zip", + "reference": "8.x-1.0-alpha3", + "shasum": "616c942cbc9e848f686b3ee3a00b8ec9c690c6e4" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha3", + "datestamp": "1525029480", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "drclaw", + "homepage": "https://www.drupal.org/user/823702" + } + ], + "description": "Additional support for migrating files including downloading remote files and using remote uris (without download)", + "homepage": "https://www.drupal.org/project/migrate_file", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/migrate_file", + "issues": "https://www.drupal.org/project/issues/migrate_file" + } + }, + "1.0.0-alpha4": { + "name": "drupal/migrate_file", + "version": "1.0.0-alpha4", + "version_normalized": "1.0.0.0-alpha4", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_file.git", + "reference": "8.x-1.0-alpha4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_file-8.x-1.0-alpha4.zip", + "reference": "8.x-1.0-alpha4", + "shasum": "5fb451006bdcf75781bc7ada0c1de0785dae2b67" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha4", + "datestamp": "1539064380", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "drclaw", + "homepage": "https://www.drupal.org/user/823702" + } + ], + "description": "Additional support for migrating files including downloading remote files and using remote uris (without download)", + "homepage": "https://www.drupal.org/project/migrate_file", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/migrate_file", + "issues": "https://www.drupal.org/project/issues/migrate_file" + } + }, + "1.1.0": { + "name": "drupal/migrate_file", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_file.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_file-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "4a24edc577541b5aa67682a4f89c8dfd7c0788d5" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1539064380", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "drclaw", + "homepage": "https://www.drupal.org/user/823702" + } + ], + "description": "Additional support for migrating files including downloading remote files and using remote uris (without download)", + "homepage": "https://www.drupal.org/project/migrate_file", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/migrate_file", + "issues": "https://www.drupal.org/project/issues/migrate_file" + } + }, + "dev-1.x": { + "name": "drupal/migrate_file", + "version": "dev-1.x", + "version_normalized": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_file.git", + "reference": "2d3b4e25ab619ac12cdab346479f49b71c3f4eab" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1+0-dev", + "datestamp": "1539064080", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "drclaw", + "homepage": "https://www.drupal.org/user/823702" + } + ], + "description": "Additional support for migrating files including downloading remote files and using remote uris (without download)", + "homepage": "https://www.drupal.org/project/migrate_file", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/migrate_file", + "issues": "https://www.drupal.org/project/issues/migrate_file" + } + } + }, + "drupal/migrate_plus": { + "4.0.0": { + "name": "drupal/migrate_plus", + "version": "4.0.0", + "version_normalized": "4.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_plus.git", + "reference": "8.x-4.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0.zip", + "reference": "8.x-4.0", + "shasum": "63dad289defe8298aa5ca5e30062fe9761d19eca" + }, + "require": { + "drupal/core": "^8.3" + }, + "require-dev": { + "drupal/migrate_example_advanced_setup": "*", + "drupal/migrate_example_setup": "*" + }, + "suggest": { + "ext-soap": "*", + "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.0", + "datestamp": "1546879080", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Enhancements to core migration support.", + "homepage": "https://www.drupal.org/project/migrate_plus", + "support": { + "source": "https://cgit.drupalcode.org/migrate_plus", + "issues": "https://www.drupal.org/project/issues/migrate_plus", + "irc": "irc://irc.freenode.org/drupal-migrate" + } + }, + "4.0.0-rc1": { + "name": "drupal/migrate_plus", + "version": "4.0.0-rc1", + "version_normalized": "4.0.0.0-RC1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_plus.git", + "reference": "8.x-4.0-rc1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-rc1.zip", + "reference": "8.x-4.0-rc1", + "shasum": "23cd08ec4bf976cd9f6bc018ada1a332a0a89cdd" + }, + "require": { + "drupal/core": "^8.3" + }, + "require-dev": { + "drupal/migrate_example_advanced_setup": "*", + "drupal/migrate_example_setup": "*" + }, + "suggest": { + "ext-soap": "*", + "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.0-rc1", + "datestamp": "1536264180", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Enhancements to core migration support.", + "homepage": "https://www.drupal.org/project/migrate_plus", + "support": { + "source": "https://cgit.drupalcode.org/migrate_plus", + "issues": "https://www.drupal.org/project/issues/migrate_plus", + "irc": "irc://irc.freenode.org/drupal-migrate" + } + }, + "4.0.0-beta1": { + "name": "drupal/migrate_plus", + "version": "4.0.0-beta1", + "version_normalized": "4.0.0.0-beta1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_plus.git", + "reference": "8.x-4.0-beta1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta1.zip", + "reference": "8.x-4.0-beta1", + "shasum": "e64bac006e3ef9ae697b0f2c4b3744af0524e208" + }, + "require": { + "drupal/core": "^8.3" + }, + "require-dev": { + "drupal/migrate_example_advanced_setup": "*", + "drupal/migrate_example_setup": "*" + }, + "suggest": { + "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.0-beta1", + "datestamp": "1513088288", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Enhancements to core migration support.", + "homepage": "https://www.drupal.org/project/migrate_plus", + "support": { + "source": "https://cgit.drupalcode.org/migrate_plus", + "issues": "https://www.drupal.org/project/issues/migrate_plus", + "irc": "irc://irc.freenode.org/drupal-migrate" + } + }, + "4.0.0-beta2": { + "name": "drupal/migrate_plus", + "version": "4.0.0-beta2", + "version_normalized": "4.0.0.0-beta2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_plus.git", + "reference": "8.x-4.0-beta2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta2.zip", + "reference": "8.x-4.0-beta2", + "shasum": "af0f129b516fb62a58458f6e4c717310cda17986" + }, + "require": { + "drupal/core": "^8.3" + }, + "require-dev": { + "drupal/migrate_example_advanced_setup": "*", + "drupal/migrate_example_setup": "*" + }, + "suggest": { + "ext-soap": "*", + "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.0-beta2", + "datestamp": "1519400592", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Enhancements to core migration support.", + "homepage": "https://www.drupal.org/project/migrate_plus", + "support": { + "source": "https://cgit.drupalcode.org/migrate_plus", + "issues": "https://www.drupal.org/project/issues/migrate_plus", + "irc": "irc://irc.freenode.org/drupal-migrate" + } + }, + "4.0.0-beta3": { + "name": "drupal/migrate_plus", + "version": "4.0.0-beta3", + "version_normalized": "4.0.0.0-beta3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_plus.git", + "reference": "8.x-4.0-beta3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta3.zip", + "reference": "8.x-4.0-beta3", + "shasum": "a0da6dc169a0315bf29a8dd0ee2146d18215a56b" + }, + "require": { + "drupal/core": "^8.3" + }, + "require-dev": { + "drupal/migrate_example_advanced_setup": "*", + "drupal/migrate_example_setup": "*" + }, + "suggest": { + "ext-soap": "*", + "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.0-beta3", + "datestamp": "1535381280", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Enhancements to core migration support.", + "homepage": "https://www.drupal.org/project/migrate_plus", + "support": { + "source": "https://cgit.drupalcode.org/migrate_plus", + "issues": "https://www.drupal.org/project/issues/migrate_plus", + "irc": "irc://irc.freenode.org/drupal-migrate" + } + }, + "4.1.0": { + "name": "drupal/migrate_plus", + "version": "4.1.0", + "version_normalized": "4.1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_plus.git", + "reference": "8.x-4.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.1.zip", + "reference": "8.x-4.1", + "shasum": "cfd7ef2b17ede664b2b74eb101032a03c386457e" + }, + "require": { + "drupal/core": "^8.3" + }, + "require-dev": { + "drupal/migrate_example_advanced_setup": "*", + "drupal/migrate_example_setup": "*", + "drupal/migrate_tools": "*" + }, + "suggest": { + "ext-soap": "*", + "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.1", + "datestamp": "1555683487", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Enhancements to core migration support.", + "homepage": "https://www.drupal.org/project/migrate_plus", + "support": { + "source": "https://cgit.drupalcode.org/migrate_plus", + "issues": "https://www.drupal.org/project/issues/migrate_plus", + "irc": "irc://irc.freenode.org/drupal-migrate" + } + }, + "4.2.0": { + "name": "drupal/migrate_plus", + "version": "4.2.0", + "version_normalized": "4.2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_plus.git", + "reference": "8.x-4.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.2.zip", + "reference": "8.x-4.2", + "shasum": "5736a43e39cc5c091d54ceef2849ea35ba979af3" + }, + "require": { + "drupal/core": "^8.3" + }, + "require-dev": { + "drupal/entity": "*", + "drupal/migrate_example_advanced_setup": "*", + "drupal/migrate_example_setup": "*", + "drupal/migrate_tools": "*", + "drupal/profile": "*" + }, + "suggest": { + "ext-soap": "*", + "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.2", + "datestamp": "1555683487", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Enhancements to core migration support.", + "homepage": "https://www.drupal.org/project/migrate_plus", + "support": { + "source": "https://cgit.drupalcode.org/migrate_plus", + "issues": "https://www.drupal.org/project/issues/migrate_plus", + "irc": "irc://irc.freenode.org/drupal-migrate" + } + }, + "dev-4.x": { + "name": "drupal/migrate_plus", + "version": "dev-4.x", + "version_normalized": "dev-4.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_plus.git", + "reference": "8182985a29e4d839a63b57ec29fb1902d8fad4d7" + }, + "require": { + "drupal/core": "^8.3" + }, + "require-dev": { + "drupal/entity": "*", + "drupal/migrate_example_advanced_setup": "*", + "drupal/migrate_example_setup": "*", + "drupal/migrate_tools": "*", + "drupal/profile": "*" + }, + "suggest": { + "ext-soap": "*", + "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.2+10-dev", + "datestamp": "1578062586", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Enhancements to core migration support.", + "homepage": "https://www.drupal.org/project/migrate_plus", + "support": { + "source": "https://cgit.drupalcode.org/migrate_plus", + "issues": "https://www.drupal.org/project/issues/migrate_plus", + "irc": "irc://irc.freenode.org/drupal-migrate" + } + } + }, + "drupal/migrate_tools": { + "1.0.0": { + "name": "drupal/migrate_tools", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_tools.git", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "0e042b02a6dfa551312183f81918350df02d4a24" + }, + "require": { + "drupal/core": "<8.1", + "drupal/migrate_plus": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1458167758", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + }, + { + "name": "moshe weitzman", + "homepage": "https://www.drupal.org/user/23" + } + ], + "description": "Tools to assist in developing and running migrations.", + "homepage": "https://www.drupal.org/project/migrate_tools", + "support": { + "source": "https://git.drupalcode.org/project/migrate_tools" + } + }, + "1.0.0-beta1": { + "name": "drupal/migrate_tools", + "version": "1.0.0-beta1", + "version_normalized": "1.0.0.0-beta1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_tools.git", + "reference": "8.x-1.0-beta1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "db3b150dde6e09db8f3de89a8d569f4c556c03ef" + }, + "require": { + "drupal/core": "~8.0", + "drupal/migrate_plus": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta1", + "datestamp": "1458167758", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + }, + { + "name": "moshe weitzman", + "homepage": "https://www.drupal.org/user/23" + } + ], + "description": "Tools to assist in developing and running migrations.", + "homepage": "https://www.drupal.org/project/migrate_tools", + "support": { + "source": "https://git.drupalcode.org/project/migrate_tools" + } + }, + "dev-1.x": { + "name": "drupal/migrate_tools", + "version": "dev-1.x", + "version_normalized": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_tools.git", + "reference": "31b72a98fa0d4d869a069a7cdda77d6a831142e6" + }, + "require": { + "drupal/core": "<8.1", + "drupal/migrate_plus": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta1+14-dev", + "datestamp": "1458160439", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + }, + { + "name": "moshe weitzman", + "homepage": "https://www.drupal.org/user/23" + } + ], + "description": "Tools to assist in developing and running migrations.", + "homepage": "https://www.drupal.org/project/migrate_tools", + "support": { + "source": "https://git.drupalcode.org/project/migrate_tools" + } + } + }, + "govcms/consultation": { + "dev-8.x-1.x": { + "name": "govcms/consultation", + "version": "dev-8.x-1.x", + "version_normalized": "dev-8.x-1.x", + "source": { + "type": "git", + "url": "https://github.com/govCMS/consultation.git", + "reference": "f787971f5a8258ee41312fe9f5ef9074920e84bf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/govCMS/consultation/zipball/f787971f5a8258ee41312fe9f5ef9074920e84bf", + "reference": "f787971f5a8258ee41312fe9f5ef9074920e84bf", + "shasum": "" + }, + "time": "2019-07-31T04:50:32+00:00", + "type": "drupal-module", + "license": [ + "GPL-2.0" + ], + "description": "Consulation or 'Have your say'", + "keywords": [ + "drupal", + "govcms" + ], + "support": { + "source": "https://github.com/govCMS/consultation/tree/8.x-1.x", + "issues": "https://github.com/govCMS/consultation/issues" + } + } + } + } +} diff --git a/app/whitelist/include/all$a28d22a9de35d97ee0042f56d66a985f5c0c2f2b.json b/app/whitelist/include/all$a28d22a9de35d97ee0042f56d66a985f5c0c2f2b.json deleted file mode 100644 index 3914cbc..0000000 --- a/app/whitelist/include/all$a28d22a9de35d97ee0042f56d66a985f5c0c2f2b.json +++ /dev/null @@ -1,483 +0,0 @@ -{ - "packages": { - "drupal/ckan_connect": { - "1.0.0-alpha1": { - "name": "drupal/ckan_connect", - "version": "1.0.0-alpha1", - "version_normalized": "1.0.0.0-alpha1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/ckan_connect.git", - "reference": "8.x-1.0-alpha1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckan_connect-8.x-1.0-alpha1.zip", - "reference": "8.x-1.0-alpha1", - "shasum": "4de1ad948aeec84fe1a61c54e85aad57087a324d" - }, - "require": { - "drupal/core": "~8.0" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0-alpha1", - "datestamp": "1535958480", - "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Joseph Zhao", - "homepage": "https://www.drupal.org/user/1987218" - }, - { - "name": "jorgegc", - "homepage": "https://www.drupal.org/user/834154" - }, - { - "name": "ruwanl", - "homepage": "https://www.drupal.org/user/2906813" - }, - { - "name": "tobybellwood", - "homepage": "https://www.drupal.org/user/3529537" - } - ], - "description": "Connect to a CKAN endpoint providing a wrapper around the CKAN Action API.", - "homepage": "https://www.drupal.org/project/ckan_connect", - "support": { - "source": "https://git.drupalcode.org/project/ckan_connect" - } - } - }, - "drupal/dvf": { - "dev-develop": { - "name": "drupal/dvf", - "version": "dev-develop", - "version_normalized": "dev-develop", - "source": { - "type": "git", - "url": "https://github.com/govCMS/dvf.git", - "reference": "a5511d830edd8341c6863a7aca783ab7415e150f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/govCMS/dvf/zipball/a5511d830edd8341c6863a7aca783ab7415e150f", - "reference": "a5511d830edd8341c6863a7aca783ab7415e150f", - "shasum": "" - }, - "require": { - "flow/jsonpath": "^0.4.0" - }, - "time": "2019-09-19T04:53:46+00:00", - "type": "drupal-module", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Jeremy Graham", - "homepage": "https://www.drupal.org/u/jez500" - }, - { - "name": "Jorge Castro", - "homepage": "https://www.drupal.org/u/jorgegc" - }, - { - "name": "Toby Bellwood", - "homepage": "https://www.drupal.org/u/tobybellwood" - } - ], - "description": "Data Visualisation Framework makes it easy to generate visualisations from different data sources.", - "homepage": "https://github.com/govCMS/dvf", - "support": { - "issues": "https://github.com/govCMS/dvf/issues", - "source": "https://github.com/govCMS/dvf" - } - } - }, - "drupal/entity_pilot": { - "1.0.0": { - "name": "drupal/entity_pilot", - "version": "1.0.0", - "version_normalized": "1.0.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/entity_pilot.git", - "reference": "8.x-1.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_pilot-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "e2da67fc254e5e14975d57799be5aef2d22a3173" - }, - "require": { - "defuse/php-encryption": "~2.0", - "drupal/core": "*", - "drupal/dynamic_entity_reference": "~1.0|~2.0" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0", - "datestamp": "1569626288", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Lee Rowlands", - "homepage": "https://www.drupal.org/user/395439", - "email": "hello@entitypilot.com" - } - ], - "description": "Painless content staging for Drupal", - "homepage": "https://www.drupal.org/project/entity_pilot", - "support": { - "source": "https://git.drupalcode.org/project/entity_pilot" - } - } - }, - "drupal/migrate_cron": { - "1.2.0": { - "name": "drupal/migrate_cron", - "version": "1.2.0", - "version_normalized": "1.2.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/migrate_cron.git", - "reference": "8.x-1.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_cron-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "eaf813c0a626f6d33f59c5d5068d73c2442e6019" - }, - "require": { - "drupal/core": "*", - "drupal/migrate_plus": "*" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.2", - "datestamp": "1549636080", - "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "vadimski", - "homepage": "https://www.drupal.org/user/3395802" - } - ], - "description": "Run migrations at cron", - "homepage": "https://www.drupal.org/project/migrate_cron", - "support": { - "source": "https://git.drupalcode.org/project/migrate_cron" - } - } - }, - "drupal/migrate_file": { - "1.1.0": { - "name": "drupal/migrate_file", - "version": "1.1.0", - "version_normalized": "1.1.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/migrate_file.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_file-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "4a24edc577541b5aa67682a4f89c8dfd7c0788d5" - }, - "require": { - "drupal/core": "*" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.1", - "datestamp": "1539064380", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "drclaw", - "homepage": "https://www.drupal.org/user/823702" - } - ], - "description": "Additional support for migrating files including downloading remote files and using remote uris (without download)", - "homepage": "https://www.drupal.org/project/migrate_file", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/migrate_file", - "issues": "https://www.drupal.org/project/issues/migrate_file" - } - } - }, - "drupal/migrate_plus": { - "4.1.0": { - "name": "drupal/migrate_plus", - "version": "4.1.0", - "version_normalized": "4.1.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/migrate_plus.git", - "reference": "8.x-4.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.1.zip", - "reference": "8.x-4.1", - "shasum": "cfd7ef2b17ede664b2b74eb101032a03c386457e" - }, - "require": { - "drupal/core": "^8.3" - }, - "require-dev": { - "drupal/migrate_example_advanced_setup": "*", - "drupal/migrate_example_setup": "*", - "drupal/migrate_tools": "*" - }, - "suggest": { - "ext-soap": "*", - "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-4.x": "4.x-dev" - }, - "drupal": { - "version": "8.x-4.1", - "datestamp": "1555683487", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Mike Ryan", - "homepage": "https://www.drupal.org/u/mikeryan", - "role": "Maintainer" - }, - { - "name": "mikeryan", - "homepage": "https://www.drupal.org/user/4420" - } - ], - "description": "Enhancements to core migration support.", - "homepage": "https://www.drupal.org/project/migrate_plus", - "support": { - "source": "https://cgit.drupalcode.org/migrate_plus", - "issues": "https://www.drupal.org/project/issues/migrate_plus", - "irc": "irc://irc.freenode.org/drupal-migrate" - } - } - }, - "drupal/migrate_tools": { - "4.1.0": { - "name": "drupal/migrate_tools", - "version": "4.1.0", - "version_normalized": "4.1.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/migrate_tools.git", - "reference": "8.x-4.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.1.zip", - "reference": "8.x-4.1", - "shasum": "0355d5309fbb738759332779d0ecf5f19a1da0a4" - }, - "require": { - "drupal/core": "^8.3", - "drupal/migrate_plus": "^4" - }, - "require-dev": { - "drupal/migrate_plus": "4.x-dev", - "drupal/migrate_source_csv": "^2.2", - "drush/drush": "^9" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-4.x": "4.x-dev" - }, - "drupal": { - "version": "8.x-4.1", - "datestamp": "1565213885", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "drush": { - "services": { - "drush.services.yml": "^9" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "heddn", - "homepage": "https://www.drupal.org/user/1463982" - }, - { - "name": "mikeryan", - "homepage": "https://www.drupal.org/user/4420" - }, - { - "name": "moshe weitzman", - "homepage": "https://www.drupal.org/user/23" - } - ], - "description": "Tools to assist in developing and running migrations.", - "homepage": "http://drupal.org/project/migrate_tools", - "support": { - "source": "http://cgit.drupalcode.org/migrate_tools", - "issues": "http://drupal.org/project/migrate_tools", - "irc": "irc://irc.freenode.org/drupal-migrate" - } - } - }, - "flow/jsonpath": { - "0.4.0": { - "name": "flow/jsonpath", - "version": "0.4.0", - "version_normalized": "0.4.0.0", - "source": { - "type": "git", - "url": "https://github.com/FlowCommunications/JSONPath.git", - "reference": "f0222818d5c938e4ab668ab2e2c079bd51a27112" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/f0222818d5c938e4ab668ab2e2c079bd51a27112", - "reference": "f0222818d5c938e4ab668ab2e2c079bd51a27112", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "peekmo/jsonpath": "dev-master", - "phpunit/phpunit": "^4.0" - }, - "time": "2018-03-04T16:39:47+00:00", - "type": "library", - "autoload": { - "psr-0": { - "Flow\\JSONPath": "src/", - "Flow\\JSONPath\\Test": "tests/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Stephen Frank", - "email": "stephen@flowsa.com" - } - ], - "description": "JSONPath implementation for parsing, searching and flattening arrays" - } - }, - "govcms/consultation": { - "dev-8.x-1.x": { - "name": "govcms/consultation", - "version": "dev-8.x-1.x", - "version_normalized": "dev-8.x-1.x", - "source": { - "type": "git", - "url": "https://github.com/govCMS/consultation.git", - "reference": "f787971f5a8258ee41312fe9f5ef9074920e84bf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/govCMS/consultation/zipball/f787971f5a8258ee41312fe9f5ef9074920e84bf", - "reference": "f787971f5a8258ee41312fe9f5ef9074920e84bf", - "shasum": "" - }, - "time": "2019-07-31T04:50:32+00:00", - "type": "drupal-module", - "license": [ - "GPL-2.0" - ], - "description": "Consulation or 'Have your say'", - "keywords": [ - "drupal", - "govcms" - ], - "support": { - "source": "https://github.com/govCMS/consultation/tree/8.x-1.x", - "issues": "https://github.com/govCMS/consultation/issues" - } - } - } - } -} diff --git a/app/whitelist/index.html b/app/whitelist/index.html index 88f5c0d..04347b1 100644 --- a/app/whitelist/index.html +++ b/app/whitelist/index.html @@ -21,8 +21,8 @@

    govcms/satis-whitelist

    - -
    Last updated:
    + +
    Last updated:
    @@ -165,54 +165,6 @@
    Setting up this repository in your projects
    -
    - - -
    -

    Painless content staging for Drupal

    - -
    -
    -
    - - -
    Homepage
    -
    - https://www.drupal.org/project/entity_pilot -
    - -
    License
    -
    GPL-2.0-or-later
    - -
    Authors
    -
    - Lee Rowlands
    - -
    Support
    -
    - -
    - -
    Releases
    -
    - - 1.0.0
    - - -
    -
    -
    -
    @@ -254,7 +206,9 @@
    Setting up this repository in your projects
    Releases
    - 1.2.0
    + 1.2.0, + 1.1.0, + 1.0.0 @@ -307,7 +261,12 @@
    Setting up this repository in your projects
    Releases
    - 1.1.0
    + 1.1.0, + 1.0.0-alpha4, + 1.0.0-alpha3, + 1.0.0-alpha2, + 1.0.0-alpha1, + dev-1.x @@ -357,7 +316,14 @@
    Setting up this repository in your projects
    Releases
    - 4.1.0
    + 4.2.0, + 4.1.0, + 4.0.0, + 4.0.0-rc1, + 4.0.0-beta3, + 4.0.0-beta2, + 4.0.0-beta1, + dev-4.x
    Required by
    @@ -392,7 +358,7 @@
    Setting up this repository in your projects
    Homepage
    - http://drupal.org/project/migrate_tools + https://www.drupal.org/project/migrate_tools
    License
    @@ -405,62 +371,18 @@
    Setting up this repository in your projects
    Support
    Releases
    - 4.1.0
    - - - -
    -
    - -
    - - -
    -

    JSONPath implementation for parsing, searching and flattening arrays

    - -
    -
    -
    - - - -
    License
    -
    MIT
    - -
    Authors
    -
    - Stephen Frank
    - - -
    Releases
    -
    - - 0.4.0
    + 1.0.0, + 1.0.0-beta1, + dev-1.x -
    Required by
    -
    - -
    diff --git a/app/whitelist/packages.json b/app/whitelist/packages.json index 3f20d8c..65c1808 100644 --- a/app/whitelist/packages.json +++ b/app/whitelist/packages.json @@ -1,8 +1,8 @@ { "packages": [], "includes": { - "include/all$a28d22a9de35d97ee0042f56d66a985f5c0c2f2b.json": { - "sha1": "a28d22a9de35d97ee0042f56d66a985f5c0c2f2b" + "include/all$a10dda598333cb33245820e4cf8ff824f616971c.json": { + "sha1": "a10dda598333cb33245820e4cf8ff824f616971c" } } } diff --git a/satis-config/govcms-develop.json b/satis-config/govcms-develop.json index 6b11107..67aacab 100644 --- a/satis-config/govcms-develop.json +++ b/satis-config/govcms-develop.json @@ -11,14 +11,10 @@ "require": { "govcms/govcms": "1.x-dev", "govcms/scaffold-tooling": "dev-develop", - "govcms/require-dev": "dev-develop", - "fabpot/goutte": "3.2.3", - "symfony/psr-http-message-bridge": "1.2.0" + "govcms/require-dev": "dev-develop" + "fabpot/goutte": "3.2.3" }, "require-dependencies": true, "require-dev-dependencies": true, "only-best-candidates": true, - "blacklist": { - "DISABLED_drupal/entity_reference_revisions": ">1.6" - } } diff --git a/satis-config/govcms-master.json b/satis-config/govcms-master.json index a01881c..0d67089 100644 --- a/satis-config/govcms-master.json +++ b/satis-config/govcms-master.json @@ -12,16 +12,9 @@ "govcms/govcms": "1.x-dev", "govcms/scaffold-tooling": "dev-master", "govcms/require-dev": "dev-master", - "fabpot/goutte": "3.2.3", - "symfony/psr-http-message-bridge": "1.2.0" + "fabpot/goutte": "3.2.3" }, "require-dependencies": true, "require-dev-dependencies": true, - "only-best-candidates": true, - "blacklist": { - "drupal/dynamic_entity_reference": "1.8.0", - "drupal/entity_reference_revisions": "1.7.0", - "drupal/metatag": "1.10.0", - "drupal/search_api": "1.15.0" - } + "only-best-candidates": true } diff --git a/satis-config/govcms-stable.json b/satis-config/govcms-stable.json index 3c95057..8ac97a3 100644 --- a/satis-config/govcms-stable.json +++ b/satis-config/govcms-stable.json @@ -9,19 +9,12 @@ { "type": "vcs", "url": "https://github.com/govcms/require-dev" } ], "require": { - "govcms/govcms": "1.0-beta11", + "govcms/govcms": "1.0.0", "govcms/scaffold-tooling": "1.0.0", "govcms/require-dev": "1.0.1", - "fabpot/goutte": "3.2.3", - "symfony/psr-http-message-bridge": "1.2.0" + "fabpot/goutte": "3.2.3" }, "require-dependencies": true, "require-dev-dependencies": true, - "only-best-candidates": true, - "blacklist": { - "drupal/dynamic_entity_reference": "1.8.0", - "drupal/entity_reference_revisions": "1.7.0", - "drupal/metatag": "1.10.0", - "drupal/search_api": "1.15.0" - } + "only-best-candidates": true } diff --git a/satis-config/govcms-whitelist.json b/satis-config/govcms-whitelist.json index 347b11e..1866dab 100644 --- a/satis-config/govcms-whitelist.json +++ b/satis-config/govcms-whitelist.json @@ -12,12 +12,11 @@ "drupal/ckan_connect": "1.0.0-alpha1", "govcms/consultation": "dev-8.x-1.x", "drupal/dvf": "dev-develop", - "flow/jsonpath": "0.4.0", - "drupal/migrate_cron": "1.2.0", - "drupal/migrate_plus": "4.1.0", - "drupal/migrate_tools": "4.1.0", - "drupal/migrate_file": "1.1.0", - "drupal/entity_pilot": "1.0.0" + "flow/jsonpath": "^1", + "drupal/migrate_cron": "^1", + "drupal/migrate_plus": "^4", + "drupal/migrate_tools": "^1", + "drupal/migrate_file": "^1" }, "require-dependencies": false, "require-dev-dependencies": false,