diff --git a/src/Tempest/Auth/composer.json b/src/Tempest/Auth/composer.json index 3edf795ae..784bd9011 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": "^1.0.0-alpha.4", - "tempest/http": "^1.0.0-alpha.4", - "tempest/database": "^1.0.0-alpha.4" + "tempest/core": "dev-main", + "tempest/http": "dev-main", + "tempest/database": "dev-main" }, "autoload": { "psr-4": { diff --git a/src/Tempest/Cache/composer.json b/src/Tempest/Cache/composer.json index 16d877148..6ad0d0ceb 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": "^1.0.0-alpha.4" + "tempest/core": "dev-main" }, "require-dev": { - "tempest/clock": "^1.0.0-alpha.4" + "tempest/clock": "dev-main" }, "autoload": { "psr-4": { diff --git a/src/Tempest/CommandBus/composer.json b/src/Tempest/CommandBus/composer.json index 667c98adf..6c812b2fb 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": "^1.0.0-alpha.4", - "tempest/container": "^1.0.0-alpha.4" + "tempest/core": "dev-main", + "tempest/container": "dev-main" }, "autoload": { "files": [ diff --git a/src/Tempest/Console/composer.json b/src/Tempest/Console/composer.json index 913a830ba..9bcf4a4dc 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": "^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/cache": "dev-main", + "tempest/core": "dev-main", + "tempest/container": "dev-main", + "tempest/debug": "dev-main", "tempest/highlight": "^2.11.2", - "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", + "tempest/log": "dev-main", + "tempest/reflection": "dev-main", + "tempest/support": "dev-main", + "tempest/validation": "dev-main", "ext-readline": "*" }, "autoload": { diff --git a/src/Tempest/Container/composer.json b/src/Tempest/Container/composer.json index 4cec830d7..34e0a597b 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": "^1.0.0-alpha.4" + "tempest/reflection": "dev-main" }, "autoload": { "files": [ diff --git a/src/Tempest/Core/composer.json b/src/Tempest/Core/composer.json index c93cad3d4..837d8347c 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": "^1.0.0-alpha.4", - "tempest/support": "^1.0.0-alpha.4", + "tempest/container": "dev-main", + "tempest/support": "dev-main", "vlucas/phpdotenv": "^5.6", "filp/whoops": "^2.15" }, diff --git a/src/Tempest/Database/composer.json b/src/Tempest/Database/composer.json index 46da24ea8..7396a4367 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": "^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" + "tempest/container": "dev-main", + "tempest/event-bus": "dev-main", + "tempest/mapper": "dev-main", + "tempest/support": "dev-main" }, "autoload": { "psr-4": { diff --git a/src/Tempest/EventBus/composer.json b/src/Tempest/EventBus/composer.json index 4b4aeb422..81b66dc68 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": "^1.0.0-alpha.4", - "tempest/container": "^1.0.0-alpha.4", - "tempest/reflection": "^1.0.0-alpha.4" + "tempest/core": "dev-main", + "tempest/container": "dev-main", + "tempest/reflection": "dev-main" }, "autoload": { "files": [ diff --git a/src/Tempest/Generation/composer.json b/src/Tempest/Generation/composer.json index 107cbad04..83cec6e55 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": "^1.0.0-alpha.4" + "tempest/support": "dev-main" }, "autoload": { "psr-4": { diff --git a/src/Tempest/Http/composer.json b/src/Tempest/Http/composer.json index 7c3b22ba2..96577b7bd 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": "^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/core": "dev-main", + "tempest/clock": "dev-main", + "tempest/console": "dev-main", + "tempest/view": "dev-main", + "tempest/mapper": "dev-main", + "tempest/container": "dev-main", "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 ace37ae7c..d2ee32f16 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": "^1.0.0-alpha.4", - "tempest/http": "^1.0.0-alpha.4", + "tempest/container": "dev-main", + "tempest/http": "dev-main", "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 45489a108..88fdb9c1c 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": "^1.0.0-alpha.4" + "tempest/container": "dev-main" }, "autoload": { "psr-4": { diff --git a/src/Tempest/Mapper/composer.json b/src/Tempest/Mapper/composer.json index a6309d1cc..652249151 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": "^1.0.0-alpha.4", - "tempest/core": "^1.0.0-alpha.4" + "tempest/validation": "dev-main", + "tempest/core": "dev-main" }, "autoload": { "files": [ diff --git a/src/Tempest/Support/composer.json b/src/Tempest/Support/composer.json index a712228f4..c280460d7 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": "^1.0.0-alpha.4" + "tempest/container": "dev-main" }, "autoload": { "psr-4": { diff --git a/src/Tempest/Validation/composer.json b/src/Tempest/Validation/composer.json index afb9eceeb..04913ed3d 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": "^1.0.0-alpha.4", - "tempest/support": "^1.0.0-alpha.4" + "tempest/reflection": "dev-main", + "tempest/support": "dev-main" }, "autoload": { "psr-4": { diff --git a/src/Tempest/View/composer.json b/src/Tempest/View/composer.json index 2f8cda9af..6f84e29fa 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": "^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" + "tempest/core": "dev-main", + "tempest/container": "dev-main", + "tempest/validation": "dev-main", + "tempest/cache": "dev-main" }, "autoload": { "files": [