Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework how Markdown files are handled to improve maintainability and testing #25

Merged
merged 12 commits into from
Mar 27, 2022
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
"illuminate/support": "^9.5",
"symfony/yaml": "^6.0",
"laravel-zero/framework": "^9.1",
"league/commonmark": "^2.2"
"league/commonmark": "^2.2",
"spatie/yaml-front-matter": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0"
},
"suggest": {
"hyde/hyde" : "The Framework package contains the Hyde Core. To create your site you should use the Hyde/Hyde project.",
Expand Down
Loading