Skip to content

Commit 5e2dfa2

Browse files
authored
Merge pull request #2228 from hydephp/hydephp-v2-release-candidate-one
HydePHP v2 Release Candidate One
2 parents c0ea2b5 + 3ef3e00 commit 5e2dfa2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/framework/src/Foundation/HydeKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class HydeKernel implements SerializableContract
5050
use Serializable;
5151
use Macroable;
5252

53-
final public const VERSION = '1.8.0';
53+
final public const VERSION = '2.0.0';
5454

5555
protected static self $instance;
5656

packages/hyde/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^8.1",
28-
"hyde/framework": "^1.8",
29-
"laravel-zero/framework": "^10.0"
27+
"php": "^8.2",
28+
"hyde/framework": "^2.0",
29+
"laravel-zero/framework": "^11.0"
3030
},
3131
"require-dev": {
32-
"hyde/realtime-compiler": "^3.6"
32+
"hyde/realtime-compiler": "^4.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

packages/ui-kit/docs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"laravel-zero/framework": "^11.0"
3131
},
3232
"require-dev": {
33-
"hyde/realtime-compiler": "^3.0"
33+
"hyde/realtime-compiler": "^4.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)