Skip to content

Commit 8bfe28a

Browse files
author
github-actions
committed
Merge pull request #1224 from hydephp/release-candidate-one
HydePHP v1.0.0 - Release Candidate One hydephp/develop@cafad29
1 parent a7bc18f commit 8bfe28a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"laravel-zero/framework": "^10.0"
3030
},
3131
"require-dev": {
32-
"hyde/realtime-compiler": "^2.7"
32+
"hyde/realtime-compiler": "^3.0"
3333
},
3434
"autoload": {
3535
"psr-4": {
@@ -43,7 +43,7 @@
4343
},
4444
"scripts": {
4545
"post-autoload-dump": [
46-
"@php -r \"@unlink('./storage/framework/cache/packages.php');\"",
46+
"@php -r \"@unlink('./app/storage/framework/cache/packages.php');\"",
4747
"@php hyde package:discover --ansi"
4848
]
4949
},

hyde

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ define('LARAVEL_START', microtime(true));
1111
| Composer provides a convenient, automatically generated class loader
1212
| for our application. We just need to utilize it! We'll require it
1313
| 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.
1515
|
1616
*/
1717

@@ -42,7 +42,7 @@ $status = $kernel->handle(
4242
| Shutdown The Application
4343
|--------------------------------------------------------------------------
4444
|
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
4646
| so that any final work may be done by the application before we shut
4747
| down the process. This is the last thing to happen to the request.
4848
|

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"name": "hyde",
99
"description": "Elegant and Powerful Static App Builder",
10-
"version": "0.64.0",
10+
"version": "1.0.0-RC.1",
1111
"main": "hyde",
1212
"directories": {
1313
"test": "tests"
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@tailwindcss/typography": "^0.5.2",
3434
"autoprefixer": "^10.4.5",
35-
"hydefront": "^2.0.0",
35+
"hydefront": "^3.0.0",
3636
"laravel-mix": "^6.0.49",
3737
"postcss": "^8.4.13",
3838
"prettier": "2.6.0",

0 commit comments

Comments
 (0)