Skip to content

Commit 0fbc7d7

Browse files
authored
Merge pull request #74 from utopia-php/feat/di-container-refactor
refactor: replace static resource callbacks with DI Container
2 parents 26a744f + 21b6e38 commit 0fbc7d7

4 files changed

Lines changed: 413 additions & 469 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"require": {
2929
"php": ">=8.3",
3030
"php-amqplib/php-amqplib": "^3.7",
31+
"utopia-php/di": "0.3.*",
3132
"utopia-php/servers": "0.3.*",
3233
"utopia-php/fetch": "0.5.*",
3334
"utopia-php/pools": "1.*",
@@ -37,8 +38,8 @@
3738
"require-dev": {
3839
"ext-redis": "*",
3940
"swoole/ide-helper": "4.8.8",
40-
"phpunit/phpunit": "^9.5.5",
41-
"laravel/pint": "^0.2.3",
41+
"phpunit/phpunit": "^11.0",
42+
"laravel/pint": "^1.0",
4243
"workerman/workerman": "^4.0",
4344
"phpstan/phpstan": "^1.8"
4445
},

0 commit comments

Comments
 (0)