We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66799b commit a347cdaCopy full SHA for a347cda
composer.json
@@ -24,14 +24,14 @@
24
"symfony/translation": "^5.0",
25
"symfony/translation-contracts": "^2.0",
26
"twig/twig": "^3.0",
27
- "ibexa/core": "~4.4.0@dev",
28
- "ibexa/content-forms": "~4.4.0@dev",
29
- "ibexa/rest": "~4.4.0@dev",
30
- "ibexa/http-cache": "~4.4.0@dev"
+ "ibexa/core": "~4.4.0",
+ "ibexa/content-forms": "~4.4.0",
+ "ibexa/rest": "~4.4.0",
+ "ibexa/http-cache": "~4.4.0"
31
},
32
"require-dev": {
33
- "ibexa/ci-scripts": "^0.2@dev",
34
- "ibexa/doctrine-schema": "~4.4.0@dev",
+ "ibexa/ci-scripts": "^0.2",
+ "ibexa/doctrine-schema": "~4.4.0",
35
"phpunit/phpunit": "^9.5",
36
"symfony/finder": "^5.0",
37
"matthiasnoback/symfony-config-test": "^4.1",
@@ -71,4 +71,4 @@
71
"dev-main": "4.4.x-dev"
72
}
73
74
-}
+}
0 commit comments