From 1efc70920de50b976bf74ba718f56042a6c0d2a8 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Tue, 14 May 2024 10:20:47 +0300 Subject: [PATCH] fix --- docs/internals.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/internals.md b/docs/internals.md index f2b7b5e..087a514 100644 --- a/docs/internals.md +++ b/docs/internals.md @@ -36,9 +36,8 @@ use either newest or any specific version of PHP: ## Dependencies -This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if all dependencies are correctly defined in `composer.json`. - -To run the checker, execute the following command: +This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if +all dependencies are correctly defined in `composer.json`. To run the checker, execute the following command: ```shell ./vendor/bin/composer-require-checker