Skip to content

Commit

Permalink
Merge pull request #82 from hydephp/update-hyde-version
Browse files Browse the repository at this point in the history
Update to HydePHP v1.6
  • Loading branch information
caendesilva authored Jun 8, 2024
2 parents 137aa00 + bf51cbf commit 5e390eb
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 366 deletions.
1 change: 1 addition & 0 deletions app/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
'DocumentationPage' => \Hyde\Pages\DocumentationPage::class,
'DataCollections' => \App\Extend\DataCollections::class,
'Includes' => \Hyde\Support\Includes::class,
'Feature' => \Hyde\Enums\Feature::class,
],

];
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
],
"require": {
"php": "^8.1",
"hyde/framework": "^1.3",
"hyde/framework": "^1.6",
"laravel-zero/framework": "^10.0"
},
"require-dev": {
"hyde/realtime-compiler": "^3.1"
"hyde/realtime-compiler": "^3.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5e390eb

Please sign in to comment.