Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   composer.json
	new file:   composer.lock
	modified:   src/BlocksManager.php
	modified:   src/LaravelEditorJsHtmlProvider.php
  • Loading branch information
fxcjahid committed Apr 15, 2023
1 parent e97d0a2 commit b1d29fa
Show file tree
Hide file tree
Showing 4 changed files with 935 additions and 10 deletions.
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fxcjahid/laravel-editor-js-html",
"type": "package",
"version": "2.0",
"version": "2.1",
"description": "Package converts editorjs blocks into html.",
"keywords": ["editorjs", "Laravel editorjs", "editorjs to Html generator"],
"license": "MIT",
Expand All @@ -15,17 +15,14 @@
}
],
"require": {
"php": "^7.2||^8.1",
"php": "^7.0||^8.0",
"guzzlehttp/guzzle": "^6.3|7.*",
"airmanbzh/php-html-generator": "^1.0.2",
"fxcjahid/laravel-table-of-content": "^2.0"
},
"suggest": {
"fxcjahid/laravel-table-of-content": "^2.0"
},
},
"autoload": {
"psr-4": {
"Fxcjahid\\LaravelEditorJsHtml\\": "src/"
"fxcjahid\\LaravelEditorJsHtml\\": "src/"
}
}
}
Loading

0 comments on commit b1d29fa

Please sign in to comment.