Skip to content

Commit

Permalink
Add the realtime compiler extension
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 17, 2022
1 parent 96cd5aa commit 90989c1
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 16 deletions.
5 changes: 3 additions & 2 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "hyde/hyde",
"description": "Static Markdown Site and Blog Generator for Developers using PHP",
"description": "Static Site Generator to rapidly create Blogs, Documentation, and more, using Markdown and Blade.",
"keywords": ["framework", "hyde", "hyde framework"],
"homepage": "https://github.com/hydephp/hyde",
"type": "project",
Expand All @@ -17,13 +17,14 @@
],
"require": {
"php": "^8.0",
"hyde/framework": "^0.10.0",
"hyde/framework": "dev-master",
"illuminate/view": "^9.0",
"laminas/laminas-text": "*",
"laravel-zero/framework": "^9.0",
"nunomaduro/termwind": "^1.3"
},
"require-dev": {
"hyde/realtime-compiler": "dev-master",
"mockery/mockery": "^1.4.4",
"pestphp/pest": "^1.21.1"
},
Expand Down
72 changes: 58 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90989c1

Please sign in to comment.