Skip to content

Commit

Permalink
Update dependencies and allow symfony/console v5
Browse files Browse the repository at this point in the history
  • Loading branch information
red-led committed Feb 4, 2021
1 parent 544a974 commit 54cc0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
"php": ">=5.6",
"ext-ctype": "*",
"symfony/options-resolver": ">=2.3,<5",
"symfony/console": ">=2.3,<5",
"symfony/console": ">=2.3,<6",
"symfony/process": ">=2.3,<5",
"zendframework/zendservice-apple-apns": "~1.4",
"zendframework/zendservice-google-gcm": "~2.1",
Expand Down
1 change: 1 addition & 0 deletions src/Sly/NotificationPusher/Console/Command/PushCommand.php
Expand Up @@ -92,6 +92,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$pushManager->add($push);

$pushManager->push();
return 0;
}

/**
Expand Down

0 comments on commit 54cc0a3

Please sign in to comment.