diff --git a/src/foundation/composer.json b/src/foundation/composer.json index aa9d791e..81c965a6 100644 --- a/src/foundation/composer.json +++ b/src/foundation/composer.json @@ -26,6 +26,7 @@ "hypervel/filesystem": "^0.1", "hypervel/support": "^0.1", "hypervel/http": "^0.1", + "hypervel/translation": "^0.1", "hyperf/config": "~3.1.0", "hyperf/di": "~3.1.0", "hyperf/support": "~3.1.0", diff --git a/src/mail/composer.json b/src/mail/composer.json index d121353b..f087bd09 100644 --- a/src/mail/composer.json +++ b/src/mail/composer.json @@ -35,6 +35,7 @@ "hypervel/support": "^0.1", "hypervel/filesystem": "^0.1", "hypervel/object-pool": "^0.1", + "hypervel/translation": "^0.1", "league/commonmark": "^2.2", "psr/log": "^1.0|^2.0|^3.0", "symfony/mailer": "^6.2", diff --git a/src/notifications/composer.json b/src/notifications/composer.json index d8d63f8a..03f64ba4 100644 --- a/src/notifications/composer.json +++ b/src/notifications/composer.json @@ -38,7 +38,8 @@ "hypervel/support": "^0.1", "hypervel/mail": "^0.1", "hypervel/queue": "^0.1", - "hypervel/object-pool": "^0.1" + "hypervel/object-pool": "^0.1", + "hypervel/translation": "^0.1" }, "config": { "sort-packages": true diff --git a/src/support/composer.json b/src/support/composer.json index 03d4b57f..1530481d 100644 --- a/src/support/composer.json +++ b/src/support/composer.json @@ -26,6 +26,7 @@ "hyperf/stringable": "~3.1.0", "hyperf/tappable": "~3.1.0", "hyperf/collection": "~3.1.0", + "hypervel/translation": "^0.1", "nesbot/carbon": "^2.72.6" }, "autoload": { diff --git a/src/testbench/composer.json b/src/testbench/composer.json index ccc9c1dc..fbeeff9b 100644 --- a/src/testbench/composer.json +++ b/src/testbench/composer.json @@ -22,6 +22,7 @@ "require": { "php": "^8.2", "hypervel/framework": "^0.1", + "hypervel/translation": "^0.1", "mockery/mockery": "^1.6.10", "phpunit/phpunit": "^10.0.7", "symfony/yaml": "^7.3",