Skip to content

Commit 8efe752

Browse files
committed
[composer] Set dependencies for 2.3.14 release.
1 parent b6a7ea2 commit 8efe752

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
@@ -15,10 +15,10 @@
1515
"require": {
1616
"php": "^7.3 || ^8.0",
1717
"ext-dom": "*",
18-
"ezsystems/ezplatform-kernel": "^1.3@dev",
19-
"ezsystems/ezplatform-admin-ui": "^2.0@dev",
20-
"ezsystems/ezplatform-rest": "^1.2@dev",
21-
"ezsystems/ezplatform-richtext": "^2.0@dev",
18+
"ezsystems/ezplatform-kernel": "^1.3",
19+
"ezsystems/ezplatform-admin-ui": "^2.0",
20+
"ezsystems/ezplatform-rest": "^1.2",
21+
"ezsystems/ezplatform-richtext": "^2.0",
2222
"ibexa/graphql-php": "^0.13",
2323
"lexik/jwt-authentication-bundle": "^2.8",
2424
"overblog/graphql-bundle": "^0.13",
@@ -33,14 +33,14 @@
3333
"symfony/serializer": "^5.0"
3434
},
3535
"require-dev": {
36-
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
37-
"ezsystems/ez-support-tools": "^2.0@dev",
38-
"ezsystems/ezplatform-content-forms": "^1.0@dev",
39-
"ezsystems/ezplatform-core": "^2.3@dev",
40-
"ezsystems/ezplatform-design-engine": "^3.0@dev",
41-
"ezsystems/ezplatform-http-cache": "^2.3@dev",
42-
"ezsystems/ezplatform-search": "^1.2@dev",
43-
"ezsystems/ezplatform-user": "^2.0@dev",
36+
"ezsystems/doctrine-dbal-schema": "^1.0",
37+
"ezsystems/ez-support-tools": "^2.0",
38+
"ezsystems/ezplatform-content-forms": "^1.0",
39+
"ezsystems/ezplatform-core": "^2.3",
40+
"ezsystems/ezplatform-design-engine": "^3.0",
41+
"ezsystems/ezplatform-http-cache": "^2.3",
42+
"ezsystems/ezplatform-search": "^1.2",
43+
"ezsystems/ezplatform-user": "^2.0",
4444
"overblog/graphiql-bundle": "^0.2",
4545
"phpspec/phpspec": "^7.1",
4646
"friendsofphp/php-cs-fixer": "^2.16.0",
@@ -73,4 +73,4 @@
7373
"check-cs": "@fix-cs --dry-run",
7474
"test": "phpspec run --format=pretty"
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)