Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan-casey committed Feb 24, 2025
1 parent 6d2b5aa commit 35e0cb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"minimum-stability": "dev",
"require": {
"php": "^8.4",
"tempest/container": "dev-main",
"tempest/support": "dev-main",
"tempest/discovery": "dev-main",
"tempest/container": "1.0.0-alpha.5",
"tempest/support": "1.0.0-alpha.5",
"tempest/discovery": "1.0.0-alpha.5",
"vlucas/phpdotenv": "^5.6",
"filp/whoops": "^2.15"
"filp/whoops": "^2.15",
"tempest/highlight": "^2.11.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

final class Kernel
{
public const VERSION = '1.0.0-alpha.4';
public const VERSION = '1.0.0-alpha.5';

public readonly Container $container;

Expand Down

0 comments on commit 35e0cb2

Please sign in to comment.