Skip to content

Commit 51e63dd

Browse files
committed
Use "composer" instead of "composer.phar"
1 parent ac80562 commit 51e63dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Compiler/DoctrineSupportCompilerPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function prepare()
4343

4444
if (!class_exists('Cache\Bridge\DoctrineCacheBridge')) {
4545
throw new \Exception(
46-
'You need the DoctrineBridge to be able to cache queries, results and metadata. Please run "composer.phar require cache/psr-6-doctrine-bridge" to install the missing dependency.'
46+
'You need the DoctrineBridge to be able to cache queries, results and metadata. Please run "composer require cache/psr-6-doctrine-bridge" to install the missing dependency.'
4747
);
4848
}
4949

0 commit comments

Comments
 (0)