diff --git a/src/Tempest/Auth/composer.json b/src/Tempest/Auth/composer.json index 784bd9011..3edf795ae 100644 --- a/src/Tempest/Auth/composer.json +++ b/src/Tempest/Auth/composer.json @@ -3,9 +3,9 @@ "description": "A flexible authentication package for Tempest, providing user authentication and authorization.", "require": { "php": "^8.3", - "tempest/core": "dev-main", - "tempest/http": "dev-main", - "tempest/database": "dev-main" + "tempest/core": "^1.0.0-alpha.4", + "tempest/http": "^1.0.0-alpha.4", + "tempest/database": "^1.0.0-alpha.4" }, "autoload": { "psr-4": { diff --git a/src/Tempest/Cache/composer.json b/src/Tempest/Cache/composer.json index 6ad0d0ceb..16d877148 100644 --- a/src/Tempest/Cache/composer.json +++ b/src/Tempest/Cache/composer.json @@ -5,10 +5,10 @@ "php": "^8.3", "psr/cache": "^3.0", "symfony/cache": "^7.2", - "tempest/core": "dev-main" + "tempest/core": "^1.0.0-alpha.4" }, "require-dev": { - "tempest/clock": "dev-main" + "tempest/clock": "^1.0.0-alpha.4" }, "autoload": { "psr-4": { diff --git a/src/Tempest/CommandBus/composer.json b/src/Tempest/CommandBus/composer.json index 6c812b2fb..667c98adf 100644 --- a/src/Tempest/CommandBus/composer.json +++ b/src/Tempest/CommandBus/composer.json @@ -3,8 +3,8 @@ "description": "A command bus component designed to dispatch commands to their respective handlers.", "require": { "php": "^8.3", - "tempest/core": "dev-main", - "tempest/container": "dev-main" + "tempest/core": "^1.0.0-alpha.4", + "tempest/container": "^1.0.0-alpha.4" }, "autoload": { "files": [ diff --git a/src/Tempest/Console/composer.json b/src/Tempest/Console/composer.json index 9bcf4a4dc..913a830ba 100644 --- a/src/Tempest/Console/composer.json +++ b/src/Tempest/Console/composer.json @@ -5,15 +5,15 @@ "minimum-stability": "dev", "require": { "php": "^8.3", - "tempest/cache": "dev-main", - "tempest/core": "dev-main", - "tempest/container": "dev-main", - "tempest/debug": "dev-main", + "tempest/cache": "^1.0.0-alpha.4", + "tempest/core": "^1.0.0-alpha.4", + "tempest/container": "^1.0.0-alpha.4", + "tempest/debug": "^1.0.0-alpha.4", "tempest/highlight": "^2.11.2", - "tempest/log": "dev-main", - "tempest/reflection": "dev-main", - "tempest/support": "dev-main", - "tempest/validation": "dev-main", + "tempest/log": "^1.0.0-alpha.4", + "tempest/reflection": "^1.0.0-alpha.4", + "tempest/support": "^1.0.0-alpha.4", + "tempest/validation": "^1.0.0-alpha.4", "ext-readline": "*" }, "autoload": { diff --git a/src/Tempest/Container/composer.json b/src/Tempest/Container/composer.json index 34e0a597b..4cec830d7 100644 --- a/src/Tempest/Container/composer.json +++ b/src/Tempest/Container/composer.json @@ -5,7 +5,7 @@ "minimum-stability": "dev", "require": { "php": "^8.3", - "tempest/reflection": "dev-main" + "tempest/reflection": "^1.0.0-alpha.4" }, "autoload": { "files": [ diff --git a/src/Tempest/Core/composer.json b/src/Tempest/Core/composer.json index 837d8347c..c93cad3d4 100644 --- a/src/Tempest/Core/composer.json +++ b/src/Tempest/Core/composer.json @@ -5,8 +5,8 @@ "minimum-stability": "dev", "require": { "php": "^8.3", - "tempest/container": "dev-main", - "tempest/support": "dev-main", + "tempest/container": "^1.0.0-alpha.4", + "tempest/support": "^1.0.0-alpha.4", "vlucas/phpdotenv": "^5.6", "filp/whoops": "^2.15" }, diff --git a/src/Tempest/Database/composer.json b/src/Tempest/Database/composer.json index 7396a4367..46da24ea8 100644 --- a/src/Tempest/Database/composer.json +++ b/src/Tempest/Database/composer.json @@ -6,10 +6,10 @@ "require": { "php": "^8.3", "ext-pdo": "*", - "tempest/container": "dev-main", - "tempest/event-bus": "dev-main", - "tempest/mapper": "dev-main", - "tempest/support": "dev-main" + "tempest/container": "^1.0.0-alpha.4", + "tempest/event-bus": "^1.0.0-alpha.4", + "tempest/mapper": "^1.0.0-alpha.4", + "tempest/support": "^1.0.0-alpha.4" }, "autoload": { "psr-4": { diff --git a/src/Tempest/EventBus/composer.json b/src/Tempest/EventBus/composer.json index 81b66dc68..4b4aeb422 100644 --- a/src/Tempest/EventBus/composer.json +++ b/src/Tempest/EventBus/composer.json @@ -3,9 +3,9 @@ "description": "A lightweight event bus component designed to facilitate event-driven architecture and asynchronous message handling.", "require": { "php": "^8.3", - "tempest/core": "dev-main", - "tempest/container": "dev-main", - "tempest/reflection": "dev-main" + "tempest/core": "^1.0.0-alpha.4", + "tempest/container": "^1.0.0-alpha.4", + "tempest/reflection": "^1.0.0-alpha.4" }, "autoload": { "files": [ diff --git a/src/Tempest/Generation/composer.json b/src/Tempest/Generation/composer.json index 83cec6e55..107cbad04 100644 --- a/src/Tempest/Generation/composer.json +++ b/src/Tempest/Generation/composer.json @@ -7,7 +7,7 @@ "php": "^8.3", "nette/php-generator": "^4.1.6", "nikic/php-parser": "^5.3", - "tempest/support": "dev-main" + "tempest/support": "^1.0.0-alpha.4" }, "autoload": { "psr-4": { diff --git a/src/Tempest/Http/composer.json b/src/Tempest/Http/composer.json index 96577b7bd..7c3b22ba2 100644 --- a/src/Tempest/Http/composer.json +++ b/src/Tempest/Http/composer.json @@ -5,12 +5,12 @@ "minimum-stability": "dev", "require": { "php": "^8.3", - "tempest/core": "dev-main", - "tempest/clock": "dev-main", - "tempest/console": "dev-main", - "tempest/view": "dev-main", - "tempest/mapper": "dev-main", - "tempest/container": "dev-main", + "tempest/core": "^1.0.0-alpha.4", + "tempest/clock": "^1.0.0-alpha.4", + "tempest/console": "^1.0.0-alpha.4", + "tempest/view": "^1.0.0-alpha.4", + "tempest/mapper": "^1.0.0-alpha.4", + "tempest/container": "^1.0.0-alpha.4", "tempest/highlight": "^2.11.2", "laminas/laminas-diactoros": "^3.3", "psr/http-factory": "^1.0", diff --git a/src/Tempest/HttpClient/composer.json b/src/Tempest/HttpClient/composer.json index d2ee32f16..ace37ae7c 100644 --- a/src/Tempest/HttpClient/composer.json +++ b/src/Tempest/HttpClient/composer.json @@ -7,8 +7,8 @@ "php": "^8.3", "psr/http-client": "^1.0.0", "psr/http-message": "^1.0|^2.0", - "tempest/container": "dev-main", - "tempest/http": "dev-main", + "tempest/container": "^1.0.0-alpha.4", + "tempest/http": "^1.0.0-alpha.4", "psr-discovery/http-factory-implementations": "1.x-dev", "psr-discovery/http-client-implementations": "1.x-dev" }, diff --git a/src/Tempest/Log/composer.json b/src/Tempest/Log/composer.json index 88fdb9c1c..45489a108 100644 --- a/src/Tempest/Log/composer.json +++ b/src/Tempest/Log/composer.json @@ -7,7 +7,7 @@ "php": "^8.3", "monolog/monolog": "^3.7.0", "psr/log": "^3.0.0", - "tempest/container": "dev-main" + "tempest/container": "^1.0.0-alpha.4" }, "autoload": { "psr-4": { diff --git a/src/Tempest/Mapper/composer.json b/src/Tempest/Mapper/composer.json index 652249151..a6309d1cc 100644 --- a/src/Tempest/Mapper/composer.json +++ b/src/Tempest/Mapper/composer.json @@ -5,8 +5,8 @@ "minimum-stability": "dev", "require": { "php": "^8.3", - "tempest/validation": "dev-main", - "tempest/core": "dev-main" + "tempest/validation": "^1.0.0-alpha.4", + "tempest/core": "^1.0.0-alpha.4" }, "autoload": { "files": [ diff --git a/src/Tempest/Support/composer.json b/src/Tempest/Support/composer.json index c280460d7..a712228f4 100644 --- a/src/Tempest/Support/composer.json +++ b/src/Tempest/Support/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^8.3", "doctrine/inflector": "^2.0", - "tempest/container": "dev-main" + "tempest/container": "^1.0.0-alpha.4" }, "autoload": { "psr-4": { diff --git a/src/Tempest/Validation/composer.json b/src/Tempest/Validation/composer.json index 04913ed3d..afb9eceeb 100644 --- a/src/Tempest/Validation/composer.json +++ b/src/Tempest/Validation/composer.json @@ -7,8 +7,8 @@ "php": "^8.3", "egulias/email-validator": "^4.0.2", "giggsey/libphonenumber-for-php": "^8.13.40", - "tempest/reflection": "dev-main", - "tempest/support": "dev-main" + "tempest/reflection": "^1.0.0-alpha.4", + "tempest/support": "^1.0.0-alpha.4" }, "autoload": { "psr-4": { diff --git a/src/Tempest/View/composer.json b/src/Tempest/View/composer.json index 6f84e29fa..2f8cda9af 100644 --- a/src/Tempest/View/composer.json +++ b/src/Tempest/View/composer.json @@ -6,10 +6,10 @@ "require": { "php": "^8.3", "masterminds/html5": "^2.9", - "tempest/core": "dev-main", - "tempest/container": "dev-main", - "tempest/validation": "dev-main", - "tempest/cache": "dev-main" + "tempest/core": "^1.0.0-alpha.4", + "tempest/container": "^1.0.0-alpha.4", + "tempest/validation": "^1.0.0-alpha.4", + "tempest/cache": "^1.0.0-alpha.4" }, "autoload": { "files": [