Updated composer dependencies.

This commit is contained in:
Jan Böhmer 2021-10-02 20:23:48 +02:00
parent 2982f54d19
commit 2d1095922e
2 changed files with 46 additions and 37 deletions

View file

@ -22,7 +22,7 @@
"florianv/swap-bundle": "dev-master", "florianv/swap-bundle": "dev-master",
"friendsofsymfony/ckeditor-bundle": "^2.0", "friendsofsymfony/ckeditor-bundle": "^2.0",
"gregwar/captcha-bundle": "^2.1.0", "gregwar/captcha-bundle": "^2.1.0",
"league/html-to-markdown": "^4.8", "league/html-to-markdown": "^5.0.1",
"liip/imagine-bundle": "^2.2", "liip/imagine-bundle": "^2.2",
"nelmio/security-bundle": "^2.9", "nelmio/security-bundle": "^2.9",
"nyholm/psr7": "^1.1", "nyholm/psr7": "^1.1",
@ -34,7 +34,7 @@
"s9e/text-formatter": "^2.1", "s9e/text-formatter": "^2.1",
"scheb/two-factor-bundle": "^4.11", "scheb/two-factor-bundle": "^4.11",
"sensio/framework-extra-bundle": "^6.1.1", "sensio/framework-extra-bundle": "^6.1.1",
"shivas/versioning-bundle": "^3.1", "shivas/versioning-bundle": "^4.0",
"symfony/apache-pack": "^1.0", "symfony/apache-pack": "^1.0",
"symfony/asset": "5.2.*", "symfony/asset": "5.2.*",
"symfony/console": "5.2.*", "symfony/console": "5.2.*",

79
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "01b955d9abab44d57e49ce44832e8f17", "content-hash": "2e65cd1f6e6c463db7556910a9e56489",
"packages": [ "packages": [
{ {
"name": "beberlei/assert", "name": "beberlei/assert",
@ -2709,27 +2709,30 @@
}, },
{ {
"name": "league/html-to-markdown", "name": "league/html-to-markdown",
"version": "4.10.0", "version": "5.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/html-to-markdown.git", "url": "https://github.com/thephpleague/html-to-markdown.git",
"reference": "0868ae7a552e809e5cd8f93ba022071640408e88" "reference": "e5600a2c5ce7b7571b16732c7086940f56f7abec"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0868ae7a552e809e5cd8f93ba022071640408e88", "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/e5600a2c5ce7b7571b16732c7086940f56f7abec",
"reference": "0868ae7a552e809e5cd8f93ba022071640408e88", "reference": "e5600a2c5ce7b7571b16732c7086940f56f7abec",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-xml": "*", "ext-xml": "*",
"php": ">=5.3.3" "php": "^7.2.5 || ^8.0"
}, },
"require-dev": { "require-dev": {
"mikehaertl/php-shellcommand": "~1.1.0", "mikehaertl/php-shellcommand": "^1.1.0",
"phpunit/phpunit": "^4.8|^5.7", "phpstan/phpstan": "^0.12.82",
"scrutinizer/ocular": "~1.1" "phpunit/phpunit": "^8.5 || ^9.2",
"scrutinizer/ocular": "^1.6",
"unleashedtech/php-coding-standard": "^2.7",
"vimeo/psalm": "^4.6"
}, },
"bin": [ "bin": [
"bin/html-to-markdown" "bin/html-to-markdown"
@ -2737,7 +2740,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.10-dev" "dev-master": "5.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -2771,7 +2774,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/html-to-markdown/issues", "issues": "https://github.com/thephpleague/html-to-markdown/issues",
"source": "https://github.com/thephpleague/html-to-markdown/tree/4.10.0" "source": "https://github.com/thephpleague/html-to-markdown/tree/5.0.1"
}, },
"funding": [ "funding": [
{ {
@ -2787,11 +2790,11 @@
"type": "github" "type": "github"
}, },
{ {
"url": "https://www.patreon.com/colinodell", "url": "https://tidelift.com/funding/github/packagist/league/html-to-markdown",
"type": "patreon" "type": "tidelift"
} }
], ],
"time": "2020-07-01T00:34:03+00:00" "time": "2021-09-17T20:00:27+00:00"
}, },
{ {
"name": "liip/imagine-bundle", "name": "liip/imagine-bundle",
@ -3165,29 +3168,33 @@
}, },
{ {
"name": "nikolaposa/version", "name": "nikolaposa/version",
"version": "3.2.0", "version": "4.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikolaposa/version.git", "url": "https://github.com/nikolaposa/version.git",
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a" "reference": "0aada6b801962c084ae465f7569397dc2186b6a7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikolaposa/version/zipball/7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a", "url": "https://api.github.com/repos/nikolaposa/version/zipball/0aada6b801962c084ae465f7569397dc2186b6a7",
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a", "reference": "0aada6b801962c084ae465f7569397dc2186b6a7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2.0" "beberlei/assert": "^3.2",
"php": "^7.2 || ^8.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.0", "friendsofphp/php-cs-fixer": "^2.17",
"phpunit/phpunit": "^6.0 || ^7.0" "phpstan/phpstan": "^0.12.10",
"phpstan/phpstan-beberlei-assert": "^0.12.2",
"phpstan/phpstan-phpunit": "^0.12.6",
"phpunit/phpunit": "^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.2.x-dev" "dev-master": "4.0.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -3216,9 +3223,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikolaposa/version/issues", "issues": "https://github.com/nikolaposa/version/issues",
"source": "https://github.com/nikolaposa/version/tree/master" "source": "https://github.com/nikolaposa/version/tree/4.1.0"
}, },
"time": "2019-08-11T08:31:54+00:00" "time": "2020-12-12T10:47:10+00:00"
}, },
{ {
"name": "nyholm/nsa", "name": "nyholm/nsa",
@ -5175,34 +5182,36 @@
}, },
{ {
"name": "shivas/versioning-bundle", "name": "shivas/versioning-bundle",
"version": "3.2.4", "version": "4.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/shivas/versioning-bundle.git", "url": "https://github.com/shivas/versioning-bundle.git",
"reference": "f17c797bdd651a714f2b114a61db60eb2cbeee4f" "reference": "3654392b9f9d7fb4f70f9d98ec4f4304208ca6e5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/f17c797bdd651a714f2b114a61db60eb2cbeee4f", "url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/3654392b9f9d7fb4f70f9d98ec4f4304208ca6e5",
"reference": "f17c797bdd651a714f2b114a61db60eb2cbeee4f", "reference": "3654392b9f9d7fb4f70f9d98ec4f4304208ca6e5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"nikolaposa/version": "^2.2 || ^3", "nikolaposa/version": "^4",
"php": "^7.1", "php": "^7.2 || ^8",
"symfony/console": "^3.4 || ^4 || ^5", "symfony/console": "^3.4 || ^4 || ^5",
"symfony/framework-bundle": "^3.4 || ^4 || ^5", "symfony/framework-bundle": "^3.4 || ^4 || ^5",
"symfony/process": "^3.4 || ^4 || ^5" "symfony/process": "^3.4 || ^4 || ^5"
}, },
"require-dev": { "require-dev": {
"mikey179/vfsstream": "^1.6", "mikey179/vfsstream": "^2",
"nyholm/symfony-bundle-test": "^1.7",
"phpunit/phpunit": "^7 || ^8", "phpunit/phpunit": "^7 || ^8",
"symfony/phpunit-bridge": "^5" "symfony/phpunit-bridge": "^5",
"twig/twig": "^2 || ^3"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Shivas\\VersioningBundle\\": "" "Shivas\\VersioningBundle\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -5226,10 +5235,10 @@
], ],
"support": { "support": {
"issues": "https://github.com/shivas/versioning-bundle/issues", "issues": "https://github.com/shivas/versioning-bundle/issues",
"source": "https://github.com/shivas/versioning-bundle/tree/3.2.4", "source": "https://github.com/shivas/versioning-bundle/tree/4.0.0",
"wiki": "https://github.com/shivas/versioning-bundle/wiki" "wiki": "https://github.com/shivas/versioning-bundle/wiki"
}, },
"time": "2021-02-14T16:16:33+00:00" "time": "2021-05-15T17:44:47+00:00"
}, },
{ {
"name": "spomky-labs/otphp", "name": "spomky-labs/otphp",