File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments