Skip to content

Commit 6c777d0

Browse files
author
Jonathan Visser
committed
Update php-di/php-di to ^7.0
1 parent 8267936 commit 6c777d0

File tree

3 files changed

+17
-62
lines changed

3 files changed

+17
-62
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"guzzlehttp/guzzle": "^7.5",
1818
"hypernode/api-client": "^0.4",
1919
"hypernode/deploy-configuration": "^3.2",
20-
"php-di/php-di": "^6.0",
20+
"php-di/php-di": "^7.0",
2121
"psr/log": "^1.0",
2222
"symfony/console": "^5.4",
2323
"symfony/finder": "^5.4",

composer.lock

Lines changed: 15 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private function initContainer(): Container
5555
{
5656
$builder = new ContainerBuilder();
5757
$builder->useAutowiring(true);
58-
$builder->useAnnotations(true);
58+
$builder->useAttributes(true);
5959
$builder->addDefinitions(Di\ConsoleDefinition::getDefinition());
6060
$builder->addDefinitions([
6161
'version' => $this->getVersion(),

0 commit comments

Comments
 (0)