From bffe90d23bb5cd33ae205d3a1890001077bd8174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 07:30:06 +0000 Subject: [PATCH] composer(deps-dev): bump ergebnis/license from 1.0.0 to 1.1.0 Bumps [ergebnis/license](https://github.com/ergebnis/license) from 1.0.0 to 1.1.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.0.0...1.1.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 54 ++++++++++++++++++++------------------------------- 2 files changed, 22 insertions(+), 34 deletions(-) diff --git a/composer.json b/composer.json index 195da4e0..0249bbb0 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "ergebnis/composer-normalize": "^2.7.1", - "ergebnis/license": "^1.0.0", + "ergebnis/license": "^1.1.0", "ergebnis/php-cs-fixer-config": "^2.2.2", "ergebnis/phpstan-rules": "~0.15.2", "infection/infection": "~0.15.3", diff --git a/composer.lock b/composer.lock index ee865b4d..3c0a8487 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": "ea083e40ff0d62ff87a4fed2744e572b", + "content-hash": "0402478964ef49feffb02b37e2dba255", "packages": [ { "name": "ergebnis/classy", @@ -921,38 +921,38 @@ }, { "name": "ergebnis/license", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/ergebnis/license.git", - "reference": "d36cbe3a4ca62c9df902e4133f0a84307a75034a" + "reference": "7b3022e34d650cffa907c123946ec2332a0c8780" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/license/zipball/d36cbe3a4ca62c9df902e4133f0a84307a75034a", - "reference": "d36cbe3a4ca62c9df902e4133f0a84307a75034a", + "url": "https://api.github.com/repos/ergebnis/license/zipball/7b3022e34d650cffa907c123946ec2332a0c8780", + "reference": "7b3022e34d650cffa907c123946ec2332a0c8780", "shasum": "" }, "require": { "ext-filter": "*", - "php": "^7.1" + "php": "^7.2 || ^8.0" }, "require-dev": { - "ergebnis/composer-normalize": "^2.5.1", - "ergebnis/php-cs-fixer-config": "~2.1.2", - "ergebnis/phpstan-rules": "~0.14.4", - "ergebnis/test-util": "~1.0.0", - "infection/infection": "~0.13.6", - "jangregor/phpstan-prophecy": "~0.6.2", + "ergebnis/composer-normalize": "^2.7.1", + "ergebnis/php-cs-fixer-config": "^2.2.1", + "ergebnis/phpstan-rules": "~0.15.2", + "ergebnis/test-util": "^1.1.0", + "infection/infection": "~0.15.3", + "jangregor/phpstan-prophecy": "~0.8.0", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.22", - "phpstan/phpstan-deprecation-rules": "~0.12.2", - "phpstan/phpstan-phpunit": "~0.12.8", - "phpstan/phpstan-strict-rules": "~0.12.2", - "phpunit/phpunit": "^7.5.20", - "psalm/plugin-phpunit": "~0.10.0", - "symfony/filesystem": "^4.4.8", - "vimeo/psalm": "^3.11.2" + "phpstan/phpstan": "~0.12.40", + "phpstan/phpstan-deprecation-rules": "~0.12.5", + "phpstan/phpstan-phpunit": "~0.12.16", + "phpstan/phpstan-strict-rules": "~0.12.4", + "phpunit/phpunit": "^8.5.8", + "psalm/plugin-phpunit": "~0.11.0", + "symfony/filesystem": "^4.4.11", + "vimeo/psalm": "^3.14.2" }, "type": "library", "autoload": { @@ -976,24 +976,12 @@ "license" ], "funding": [ - { - "url": "https://paypal.me/localheinz", - "type": "custom" - }, - { - "url": "https://www.amazon.de/hz/wishlist/ls/2NCHMSJ4BC1OW", - "type": "custom" - }, - { - "url": "https://www.buymeacoffee.com/localheinz", - "type": "custom" - }, { "url": "https://github.com/localheinz", "type": "github" } ], - "time": "2020-05-04T17:36:52+00:00" + "time": "2020-08-30T11:41:26+00:00" }, { "name": "ergebnis/php-cs-fixer-config",