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 b424754 commit ace6bfbCopy full SHA for ace6bfb
composer.json
@@ -14,8 +14,8 @@
14
],
15
"require": {
16
"php": "^7.4",
17
- "ibexa/core": "^4.0@dev",
18
- "ibexa/rest": "^4.0@dev",
+ "ibexa/core": "^4.0",
+ "ibexa/rest": "^4.0",
19
"friendsofsymfony/http-cache-bundle": "^2.8",
20
"friendsofsymfony/http-cache": "^2.9",
21
"symfony/http-foundation": "^5.0",
@@ -30,8 +30,8 @@
30
"toflar/psr6-symfony-http-cache-store": "^2.2"
31
},
32
"require-dev": {
33
- "ibexa/ci-scripts": "^0.2@dev",
34
- "ibexa/doctrine-schema": "^4.0@dev",
+ "ibexa/ci-scripts": "^0.2",
+ "ibexa/doctrine-schema": "^4.0",
35
"phpunit/phpunit": "^8.5",
36
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
37
"phpspec/phpspec": "^6.1",
0 commit comments