We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6878b commit b57974cCopy full SHA for b57974c
composer.json
@@ -14,7 +14,7 @@
14
"php": "^7.3 || ^8.0",
15
"ext-json": "*",
16
"ext-xmlwriter": "*",
17
- "ezsystems/ezplatform-kernel": "^1.3@dev",
+ "ezsystems/ezplatform-kernel": "^1.3",
18
"netgen/query-translator": "^1.0.2",
19
"symfony/http-kernel": "^5.0",
20
"symfony/dependency-injection": "^5.0",
@@ -24,7 +24,7 @@
24
"symfony/http-client": "^5.4"
25
},
26
"require-dev": {
27
- "ezsystems/doctrine-dbal-schema": "^1.0@dev",
+ "ezsystems/doctrine-dbal-schema": "^1.0",
28
"phpunit/phpunit": "^8.2",
29
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
30
"ezsystems/ezplatform-code-style": "^0.1.0",
@@ -61,4 +61,4 @@
61
"dev-master": "3.3.x-dev"
62
}
63
64
-}
+}
0 commit comments