Skip to content

Commit 2e9704e

Browse files
committed
[composer] Set dependencies for 1.3.10 release.
1 parent 55cdd6b commit 2e9704e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^7.3 || ^8.0",
88
"ext-json": "*",
9-
"ezsystems/ezplatform-kernel": "^1.3@dev",
9+
"ezsystems/ezplatform-kernel": "^1.3",
1010
"symfony/dependency-injection": "^5.0",
1111
"symfony/http-kernel": "^5.0",
1212
"symfony/http-foundation": "^5.0",
@@ -22,11 +22,11 @@
2222
"jms/translation-bundle": "^1.5"
2323
},
2424
"require-dev": {
25-
"ibexa/ci-scripts": "^0.1@dev",
26-
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
27-
"ezsystems/behatbundle": "^8.3@dev",
28-
"ezsystems/ezplatform-http-cache": "^2.3@dev",
29-
"ezsystems/ezplatform-rest": "^1.3@dev",
25+
"ibexa/ci-scripts": "^0.1",
26+
"ezsystems/doctrine-dbal-schema": "^1.0",
27+
"ezsystems/behatbundle": "^8.3",
28+
"ezsystems/ezplatform-http-cache": "^2.3",
29+
"ezsystems/ezplatform-rest": "^1.3",
3030
"phpunit/phpunit": "^8.2",
3131
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
3232
"behat/behat": "^3.5",
@@ -60,4 +60,4 @@
6060
"check-cs": "@fix-cs --dry-run",
6161
"test": "phpunit -c phpunit.xml.dist"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)