From dbf33918570d62c81ab4c7c494bcc195653a9f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 16:23:05 +0000 Subject: [PATCH] composer(deps-dev): bump ergebnis/license from 1.2.0 to 2.0.0 Bumps [ergebnis/license](https://github.com/ergebnis/license) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/ergebnis/license/releases) - [Changelog](https://github.com/ergebnis/license/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/license/compare/1.2.0...2.0.0) --- updated-dependencies: - dependency-name: ergebnis/license dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 36 +++++++++++++++--------------------- 2 files changed, 16 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index 588e3c36..dcd0595c 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.28.3", "ergebnis/data-provider": "^1.2.0", - "ergebnis/license": "^1.2.0", + "ergebnis/license": "^2.0.0", "ergebnis/php-cs-fixer-config": "^4.9.0", "fakerphp/faker": "^1.20.0", "infection/infection": "~0.26.6", diff --git a/composer.lock b/composer.lock index b2815658..4081f15e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6dcf54f88b6abbaec67f450830161c66", + "content-hash": "a6f21e7a0da74ae8d3a2136d0bcd911d", "packages": [], "packages-dev": [ { @@ -1056,16 +1056,16 @@ }, { "name": "ergebnis/license", - "version": "1.2.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/ergebnis/license.git", - "reference": "c46cf24ca122c7c38508b2692ad307c703e0239b" + "reference": "4776a6e8aa1fa62dd4fd7b2a9e339d8b74bc0018" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/license/zipball/c46cf24ca122c7c38508b2692ad307c703e0239b", - "reference": "c46cf24ca122c7c38508b2692ad307c703e0239b", + "url": "https://api.github.com/repos/ergebnis/license/zipball/4776a6e8aa1fa62dd4fd7b2a9e339d8b74bc0018", + "reference": "4776a6e8aa1fa62dd4fd7b2a9e339d8b74bc0018", "shasum": "" }, "require": { @@ -1073,15 +1073,15 @@ "php": "^7.4 || ^8.0" }, "require-dev": { - "ergebnis/composer-normalize": "^2.22.0", - "ergebnis/data-provider": "^1.0.0", - "ergebnis/php-cs-fixer-config": "^3.4.0", - "fakerphp/faker": "^1.17.0", - "infection/infection": "~0.25.5", - "phpunit/phpunit": "^9.5.11", - "psalm/plugin-phpunit": "~0.16.1", - "symfony/filesystem": "^5.4.0", - "vimeo/psalm": "^4.17.0" + "ergebnis/composer-normalize": "^2.28.3", + "ergebnis/data-provider": "^1.2.0", + "ergebnis/php-cs-fixer-config": "^4.9.0", + "fakerphp/faker": "^1.20.0", + "infection/infection": "~0.26.6", + "phpunit/phpunit": "^9.5.25", + "psalm/plugin-phpunit": "~0.17.0", + "symfony/filesystem": "^5.4.13", + "vimeo/psalm": "^4.27.0" }, "type": "library", "autoload": { @@ -1108,13 +1108,7 @@ "issues": "https://github.com/ergebnis/license/issues", "source": "https://github.com/ergebnis/license" }, - "funding": [ - { - "url": "https://github.com/localheinz", - "type": "github" - } - ], - "time": "2022-01-03T16:47:19+00:00" + "time": "2022-10-01T10:46:58+00:00" }, { "name": "ergebnis/php-cs-fixer-config",