From e19fb6a77163aff92d83032a80716b6aaed66baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 25 Apr 2024 07:13:17 +0200 Subject: [PATCH 1/4] Improve bin --- bin/strauss | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/bin/strauss b/bin/strauss index 169dcba..c18dcbb 100755 --- a/bin/strauss +++ b/bin/strauss @@ -1,27 +1,29 @@ #!/usr/bin/env php Date: Thu, 25 Apr 2024 07:21:06 +0200 Subject: [PATCH 2/4] Update strauss --- bin/strauss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/strauss b/bin/strauss index c18dcbb..f369543 100755 --- a/bin/strauss +++ b/bin/strauss @@ -17,7 +17,7 @@ call_user_func(function ($version) { break; } - if (!class_exists(Composer\Autoload\ClassLoader::class)) { + if (!class_exists(BrianHenryIE\Strauss\Console\Application::class)) { fwrite(STDERR, 'You must set up the project dependencies, run the following commands:' . PHP_EOL . 'curl -s https://getcomposer.org/installer | php' . PHP_EOL From c32cd4868d216f96d2adcff12a6048341663863a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 25 Apr 2024 07:23:29 +0200 Subject: [PATCH 3/4] Update strauss --- bin/strauss | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/bin/strauss b/bin/strauss index f369543..8cab48a 100755 --- a/bin/strauss +++ b/bin/strauss @@ -2,12 +2,15 @@ Date: Thu, 25 Apr 2024 07:24:34 +0200 Subject: [PATCH 4/4] Update phpstan.neon --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index e37df62..36ac506 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,6 +2,7 @@ parameters: level: 7 paths: - src + - bin/strauss bootstrapFiles: - phpstanbootstrap.php ignoreErrors: