Skip to content

Commit 54319e6

Browse files
committed
[composer] Set dependencies for 2.3.10 release.
1 parent 8267ae3 commit 54319e6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"require": {
2020
"php": "^7.3 || ^8.0",
21-
"ezsystems/ezplatform-kernel": "^1.3@dev",
22-
"ezsystems/ezplatform-admin-ui": "^2.0@dev",
21+
"ezsystems/ezplatform-kernel": "^1.3",
22+
"ezsystems/ezplatform-admin-ui": "^2.0",
2323
"jms/translation-bundle": "^1.5",
2424
"symfony/dependency-injection": "^5.0",
2525
"symfony/http-kernel": "^5.0",
@@ -38,16 +38,16 @@
3838
"symfony/security-http": "^5.0"
3939
},
4040
"require-dev": {
41-
"ibexa/ci-scripts": "^0.1@dev",
42-
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
43-
"ezsystems/ez-support-tools": "^2.0@dev",
44-
"ezsystems/ezplatform-content-forms": "^1.0@dev",
45-
"ezsystems/ezplatform-core": "^2.3@dev",
46-
"ezsystems/ezplatform-design-engine": "^3.0@dev",
47-
"ezsystems/ezplatform-http-cache": "^2.3@dev",
48-
"ezsystems/ezplatform-richtext": "^2.0@dev",
49-
"ezsystems/ezplatform-rest": "^1.0@dev",
50-
"ezsystems/ezplatform-search": "^1.2@dev",
41+
"ibexa/ci-scripts": "^0.1",
42+
"ezsystems/doctrine-dbal-schema": "^1.0",
43+
"ezsystems/ez-support-tools": "^2.0",
44+
"ezsystems/ezplatform-content-forms": "^1.0",
45+
"ezsystems/ezplatform-core": "^2.3",
46+
"ezsystems/ezplatform-design-engine": "^3.0",
47+
"ezsystems/ezplatform-http-cache": "^2.3",
48+
"ezsystems/ezplatform-richtext": "^2.0",
49+
"ezsystems/ezplatform-rest": "^1.0",
50+
"ezsystems/ezplatform-search": "^1.2",
5151
"friendsofphp/php-cs-fixer": "^2.16.0",
5252
"ezsystems/ezplatform-code-style": "^0.1.0",
5353
"phpunit/phpunit": "^8.2",
@@ -63,4 +63,4 @@
6363
"dev-master": "2.3.x-dev"
6464
}
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)