diff --git a/composer.lock b/composer.lock index 6985bdf..9baa2ac 100644 --- a/composer.lock +++ b/composer.lock @@ -10989,23 +10989,23 @@ }, { "name": "madewithlove/license-checker", - "version": "v1.5", + "version": "v1.6", "source": { "type": "git", "url": "https://github.com/madewithlove/license-checker-php.git", - "reference": "0a0fe2859c834a51bd989830685a593071fca33f" + "reference": "e106bd392787b3a9131b6a9c9196b5f82bf6aa96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/madewithlove/license-checker-php/zipball/0a0fe2859c834a51bd989830685a593071fca33f", - "reference": "0a0fe2859c834a51bd989830685a593071fca33f", + "url": "https://api.github.com/repos/madewithlove/license-checker-php/zipball/e106bd392787b3a9131b6a9c9196b5f82bf6aa96", + "reference": "e106bd392787b3a9131b6a9c9196b5f82bf6aa96", "shasum": "" }, "require": { "php": "^8.1", - "symfony/console": "^4.0 || ^5.0 || ^6.0", - "symfony/process": "^4.0 || ^5.0 || ^6.0", - "symfony/yaml": "^4.0 || ^5.0 || ^6.0" + "symfony/console": "^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/yaml": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.16", @@ -11035,9 +11035,9 @@ "description": "CLI tool to verify allowed licenses for composer dependencies", "support": { "issues": "https://github.com/madewithlove/license-checker-php/issues", - "source": "https://github.com/madewithlove/license-checker-php/tree/v1.5" + "source": "https://github.com/madewithlove/license-checker-php/tree/v1.6" }, - "time": "2023-04-20T13:51:22+00:00" + "time": "2024-03-26T13:09:34+00:00" }, { "name": "myclabs/deep-copy",