Skip to content

Commit 760fc5b

Browse files
fix: composer
1 parent 1054b2f commit 760fc5b

File tree

2 files changed

+662
-731
lines changed

2 files changed

+662
-731
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "syntaxphoenix/editorjs-symfony-parser-bundle",
33
"description": "A parser-bundle for editorjs and symfony",
4-
"minimum-stability": "dev",
54
"autoload": {
65
"psr-4": {
76
"SyntaxPhoenix\\EJSParserBundle\\": "src/"
@@ -15,13 +14,12 @@
1514
}
1615
},
1716
"require": {
18-
"php": ">=7.3",
1917
"ext-dom": "*",
2018
"ext-json": "*",
21-
"masterminds/html5": "^2.7@dev",
22-
"symfony/flex": "1.12.x-dev",
23-
"symfony/framework-bundle": "5.x-dev",
24-
"symfony/twig-bundle": "5.x-dev"
19+
"masterminds/html5": "^2.7",
20+
"symfony/flex": "^1.12",
21+
"symfony/framework-bundle": "^5.0",
22+
"twig/twig": "3.3"
2523
},
2624
"require-dev": {
2725
"phpunit/phpunit": "^8"

0 commit comments

Comments
 (0)