From f35abf083125c80ab59c14305c61f33d4467a435 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 17:51:01 +0000 Subject: [PATCH] Build(deps-dev): Bump ergebnis/license from 0.1.0 to 1.0.0 Bumps [ergebnis/license](https://github.com/ergebnis/license) from 0.1.0 to 1.0.0. - [Release notes](https://github.com/ergebnis/license/releases) - [Changelog](https://github.com/ergebnis/license/blob/master/CHANGELOG.md) - [Commits](https://github.com/ergebnis/license/compare/0.1.0...1.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index d2f92779..82b33bb4 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "ergebnis/composer-normalize": "^2.5.1", - "ergebnis/license": "~0.1.0", + "ergebnis/license": "~1.0.0", "ergebnis/php-cs-fixer-config": "^2.1.2", "ergebnis/phpstan-rules": "~0.14.4", "ergebnis/test-util": "~1.0.0", diff --git a/composer.lock b/composer.lock index 554c58d4..2125ae18 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": "1d0e7659e7b9e3758b12cfa0c0dd73de", + "content-hash": "e2ddfbbc725bd84145521c7da2dd91dc", "packages": [], "packages-dev": [ { @@ -678,16 +678,16 @@ }, { "name": "ergebnis/license", - "version": "0.1.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/ergebnis/license.git", - "reference": "ca94bcaabcbd56e663899fc4510e9cfdd8c6329c" + "reference": "d36cbe3a4ca62c9df902e4133f0a84307a75034a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/license/zipball/ca94bcaabcbd56e663899fc4510e9cfdd8c6329c", - "reference": "ca94bcaabcbd56e663899fc4510e9cfdd8c6329c", + "url": "https://api.github.com/repos/ergebnis/license/zipball/d36cbe3a4ca62c9df902e4133f0a84307a75034a", + "reference": "d36cbe3a4ca62c9df902e4133f0a84307a75034a", "shasum": "" }, "require": { @@ -695,21 +695,21 @@ "php": "^7.1" }, "require-dev": { - "ergebnis/composer-normalize": "^2.2.2", - "ergebnis/php-cs-fixer-config": "~1.1.3", - "ergebnis/phpstan-rules": "~0.14.2", - "ergebnis/test-util": "~0.9.1", + "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.0", - "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.5", + "jangregor/phpstan-prophecy": "~0.6.2", + "phpstan/extension-installer": "^1.0.4", + "phpstan/phpstan": "~0.12.22", "phpstan/phpstan-deprecation-rules": "~0.12.2", - "phpstan/phpstan-phpunit": "~0.12.6", - "phpstan/phpstan-strict-rules": "~0.12.1", + "phpstan/phpstan-phpunit": "~0.12.8", + "phpstan/phpstan-strict-rules": "~0.12.2", "phpunit/phpunit": "^7.5.20", - "psalm/plugin-phpunit": "~0.8.1", - "symfony/filesystem": "^4.4.0", - "vimeo/psalm": "^3.8.3" + "psalm/plugin-phpunit": "~0.10.0", + "symfony/filesystem": "^4.4.8", + "vimeo/psalm": "^3.11.2" }, "type": "library", "autoload": { @@ -727,12 +727,12 @@ "email": "am@localheinz.com" } ], - "description": "Provides an abstraction for a license.", + "description": "Provides an abstraction of an open-source license.", "homepage": "https://github.com/ergebnis/license", "keywords": [ "license" ], - "time": "2020-01-19T13:40:34+00:00" + "time": "2020-05-04T17:36:52+00:00" }, { "name": "ergebnis/php-cs-fixer-config",