Correct doctrine/annotations version constraint
This commit is contained in:
commit
b17385ffb6
@ -25,7 +25,7 @@
|
|||||||
"php-http/client-implementation": "^1.0",
|
"php-http/client-implementation": "^1.0",
|
||||||
"php-http/message-factory": "^1.0",
|
"php-http/message-factory": "^1.0",
|
||||||
"php-http/discovery": "^1.13",
|
"php-http/discovery": "^1.13",
|
||||||
"doctrine/annotations": "^1.11",
|
"doctrine/annotations": "^1.13",
|
||||||
"liip/serializer": "^2.0",
|
"liip/serializer": "^2.0",
|
||||||
"php-http/httplug": "^2.2",
|
"php-http/httplug": "^2.2",
|
||||||
"civicrm/composer-compile-plugin": "^0.15.0",
|
"civicrm/composer-compile-plugin": "^0.15.0",
|
||||||
|
@ -57,6 +57,8 @@ class CompilerPromptCommand extends Command
|
|||||||
* @param \Symfony\Component\Console\Output\OutputInterface $output
|
* @param \Symfony\Component\Console\Output\OutputInterface $output
|
||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
|
*
|
||||||
|
* @SuppressWarnings(PHPMD.ElseExpression)
|
||||||
*/
|
*/
|
||||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user