File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
"laravel-zero/framework" : " ^10.0"
30
30
},
31
31
"require-dev" : {
32
- "hyde/realtime-compiler" : " ^2.7 "
32
+ "hyde/realtime-compiler" : " ^3.0 "
33
33
},
34
34
"autoload" : {
35
35
"psr-4" : {
43
43
},
44
44
"scripts" : {
45
45
"post-autoload-dump" : [
46
- " @php -r \" @unlink('./storage/framework/cache/packages.php');\" " ,
46
+ " @php -r \" @unlink('./app/ storage/framework/cache/packages.php');\" " ,
47
47
" @php hyde package:discover --ansi"
48
48
]
49
49
},
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ define('LARAVEL_START', microtime(true));
11
11
| Composer provides a convenient, automatically generated class loader
12
12
| for our application. We just need to utilize it! We'll require it
13
13
| into the script here so that we do not have to worry about the
14
- | loading of any our classes " manually". Feels great to relax.
14
+ | loading of our classes manually. It feels great to relax.
15
15
|
16
16
*/
17
17
@@ -42,7 +42,7 @@ $status = $kernel->handle(
42
42
| Shutdown The Application
43
43
|--------------------------------------------------------------------------
44
44
|
45
- | Once HydeCLI has finished running, we will fire off the shutdown events
45
+ | Once the HydeCLI has finished running, we will fire off the shutdown events
46
46
| so that any final work may be done by the application before we shut
47
47
| down the process. This is the last thing to happen to the request.
48
48
|
Original file line number Diff line number Diff line change 7
7
},
8
8
"name" : " hyde" ,
9
9
"description" : " Elegant and Powerful Static App Builder" ,
10
- "version" : " 0.64.0 " ,
10
+ "version" : " 1.0.0-RC.1 " ,
11
11
"main" : " hyde" ,
12
12
"directories" : {
13
13
"test" : " tests"
32
32
"devDependencies" : {
33
33
"@tailwindcss/typography" : " ^0.5.2" ,
34
34
"autoprefixer" : " ^10.4.5" ,
35
- "hydefront" : " ^2 .0.0" ,
35
+ "hydefront" : " ^3 .0.0" ,
36
36
"laravel-mix" : " ^6.0.49" ,
37
37
"postcss" : " ^8.4.13" ,
38
38
"prettier" : " 2.6.0" ,
You can’t perform that action at this time.
0 commit comments