Skip to content

Commit 12aa7c0

Browse files
committed
chore: update utopia-php/servers from 0.2 to 0.3
Adapt to breaking changes in utopia-php/di 0.3 which removes the Dependency class in favor of Container::set(string $id, callable $factory, array $dependencies).
1 parent a7ac387 commit 12aa7c0

4 files changed

Lines changed: 144 additions & 112 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": ">=7.4",
20-
"utopia-php/servers": "0.2.*"
20+
"utopia-php/servers": "0.3.*"
2121
},
2222
"require-dev": {
2323
"utopia-php/console": "0.0.*",

0 commit comments

Comments
 (0)