diff --git a/composer.json b/composer.json index 7be3dd3f..c2af2f4f 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "ergebnis/composer-normalize": "^2.28.3", - "ergebnis/license": "^2.0.0", + "ergebnis/license": "^2.1.0", "fakerphp/faker": "^1.20.0", "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "~0.18.3", diff --git a/composer.lock b/composer.lock index a77f9907..349d3284 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": "62c365b53b18bcffcc0b4e4a088f4dd2", + "content-hash": "424db201a2cd18c4d5c8ab38b80826aa", "packages": [ { "name": "composer/pcre", @@ -2733,32 +2733,32 @@ }, { "name": "ergebnis/license", - "version": "2.0.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/ergebnis/license.git", - "reference": "4776a6e8aa1fa62dd4fd7b2a9e339d8b74bc0018" + "reference": "7a2c4a89ebf284eab2867cd660f54d50fd049368" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/license/zipball/4776a6e8aa1fa62dd4fd7b2a9e339d8b74bc0018", - "reference": "4776a6e8aa1fa62dd4fd7b2a9e339d8b74bc0018", + "url": "https://api.github.com/repos/ergebnis/license/zipball/7a2c4a89ebf284eab2867cd660f54d50fd049368", + "reference": "7a2c4a89ebf284eab2867cd660f54d50fd049368", "shasum": "" }, "require": { "ext-filter": "*", - "php": "^7.4 || ^8.0" + "php": "^8.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.28.3", "ergebnis/data-provider": "^1.2.0", - "ergebnis/php-cs-fixer-config": "^4.9.0", + "ergebnis/php-cs-fixer-config": "^4.11.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" + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "~0.18.3", + "symfony/filesystem": "^6.0.13", + "vimeo/psalm": "^4.29.0" }, "type": "library", "autoload": { @@ -2785,7 +2785,7 @@ "issues": "https://github.com/ergebnis/license/issues", "source": "https://github.com/ergebnis/license" }, - "time": "2022-10-01T10:46:58+00:00" + "time": "2022-11-28T10:46:05+00:00" }, { "name": "fakerphp/faker",