From 2e6787fedee3dc8775a07180d4a165d0bfe79e3f Mon Sep 17 00:00:00 2001 From: Marcin Michalski Date: Wed, 13 Nov 2024 10:52:17 +0100 Subject: [PATCH] fix: bump minimum `symfony/process` version (#387) --- README.md | 2 +- composer.json | 2 +- composer.lock | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 19baf933..901aa2b1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ composer require --dev lendable/composer-license-checker ## Usage -Create a configuration file in your project root, `.allowed-licenses.php` (or you can use the the option `-a / --allow-file` to specify the location of the configuration). +Create a configuration file in your project root, `.allowed-licenses.php` (or you can use the option `-a / --allow-file` to specify the location of the configuration). ```php