Skip to content

Commit 2b456f6

Browse files
committed
[Composer] Set dependencies for 3.3.0 release + lock
1 parent 18bf476 commit 2b456f6

File tree

2 files changed

+13063
-20
lines changed

2 files changed

+13063
-20
lines changed

composer.json

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"doctrine/doctrine-migrations-bundle": "^3.0",
11-
"ezsystems/doctrine-dbal-schema": "^1.1.x-dev",
12-
"ezsystems/ez-support-tools": "^2.3.x-dev",
13-
"ezsystems/ezplatform-admin-ui": "^2.3.x-dev",
14-
"ezsystems/ezplatform-admin-ui-assets": "~5.3.0@beta",
15-
"ezsystems/ezplatform-content-forms": "^1.3.x-dev",
16-
"ezsystems/ezplatform-core": "^2.3.x-dev",
17-
"ezsystems/ezplatform-cron": "^3.2.x-dev",
18-
"ezsystems/ezplatform-design-engine": "^3.1.x-dev",
19-
"ezsystems/ezplatform-graphql": "^2.3.x-dev",
20-
"ezsystems/ezplatform-kernel": "^1.3.x-dev",
21-
"ezsystems/ezplatform-http-cache": "^2.3.x-dev",
22-
"ezsystems/ezplatform-matrix-fieldtype": "^2.2.x-dev",
23-
"ezsystems/ezplatform-query-fieldtype": "^2.3.x-dev",
24-
"ezsystems/ezplatform-rest": "^1.3.x-dev",
25-
"ezsystems/ezplatform-richtext": "^2.3.x-dev",
26-
"ezsystems/ezplatform-search": "^1.2.x-dev",
27-
"ezsystems/ezplatform-solr-search-engine": "^3.3.x-dev",
28-
"ezsystems/ezplatform-standard-design": "^0.4.x-dev",
29-
"ezsystems/ezplatform-user": "^2.3.x-dev",
30-
"ibexa/post-install": "^1.0.x-dev",
11+
"ezsystems/doctrine-dbal-schema": "~1.0.1",
12+
"ezsystems/ez-support-tools": "~2.3.0",
13+
"ezsystems/ezplatform-admin-ui": "~2.3.0",
14+
"ezsystems/ezplatform-admin-ui-assets": "~5.3.0",
15+
"ezsystems/ezplatform-content-forms": "~1.3.0",
16+
"ezsystems/ezplatform-core": "~2.3.0",
17+
"ezsystems/ezplatform-cron": "~3.1.0",
18+
"ezsystems/ezplatform-design-engine": "~3.0.0",
19+
"ezsystems/ezplatform-graphql": "~2.3.0",
20+
"ezsystems/ezplatform-kernel": "~1.3.0",
21+
"ezsystems/ezplatform-http-cache": "~2.3.0",
22+
"ezsystems/ezplatform-matrix-fieldtype": "~2.2.0",
23+
"ezsystems/ezplatform-query-fieldtype": "~2.3.0",
24+
"ezsystems/ezplatform-rest": "~1.3.0",
25+
"ezsystems/ezplatform-richtext": "~2.3.0",
26+
"ezsystems/ezplatform-search": "~1.2.0",
27+
"ezsystems/ezplatform-solr-search-engine": "~3.3.0",
28+
"ezsystems/ezplatform-standard-design": "~0.3.0",
29+
"ezsystems/ezplatform-user": "~2.3.0",
30+
"ibexa/post-install": "~1.0.0",
3131
"symfony/asset": "^5.2.1",
3232
"symfony/cache": "^5.2.1",
3333
"symfony/console": "^5.2.1",
@@ -65,5 +65,10 @@
6565
"branch-alias": {
6666
"dev-master": "3.3.x-dev"
6767
}
68+
},
69+
"scripts": {
70+
"auto-scripts": {
71+
72+
}
6873
}
6974
}

0 commit comments

Comments
 (0)