Skip to content

Commit a8d3c2f

Browse files
committed
[Composer/CI] Corrected 4.0.x-dev requirement
1 parent e6cb2db commit a8d3c2f

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

.github/workflows/browser-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
1414
with:
1515
project-edition: "content"
16-
project-version: "^4.0.x-dev"
16+
project-version: "4.0.x-dev"
1717
test-suite: "--profile=regression --suite=content"
1818
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
1919
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"
@@ -31,7 +31,7 @@ jobs:
3131
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
3232
with:
3333
project-edition: "content"
34-
project-version: "^4.0.x-dev"
34+
project-version: "4.0.x-dev"
3535
test-suite: "--profile=regression --suite=content"
3636
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
3737
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"

composer.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
],
1111
"require": {
1212
"php": "^7.4 || ^8.0",
13-
"ibexa/oss": "^4.0.x-dev",
14-
"ibexa/migrations": "^4.0.x-dev",
15-
"ibexa/image-editor": "^4.0.x-dev",
16-
"ibexa/oauth2-client": "^4.0.x-dev",
17-
"ibexa/installer": "^4.0.x-dev",
18-
"ibexa/product-catalog": "^4.0.x-dev",
19-
"ibexa/scheduler": "^4.0.x-dev",
20-
"ibexa/calendar": "^4.0.x-dev",
21-
"ibexa/connector-dam": "^4.0.x-dev",
22-
"ibexa/elasticsearch": "^4.0.x-dev",
23-
"ibexa/fastly": "^4.0.x-dev",
24-
"ibexa/icons": "^4.0.x-dev",
25-
"ibexa/personalization": "^4.0.x-dev",
26-
"ibexa/version-comparison": "^4.0.x-dev",
27-
"ibexa/workflow": "^4.0.x-dev",
28-
"ibexa/taxonomy": "^4.0.x-dev",
29-
"ibexa/tree-builder": "^4.0.x-dev",
30-
"ibexa/content-tree": "^4.0.x-dev",
31-
"ibexa/commerce-base-design": "^4.0.x-dev",
32-
"ibexa/commerce-checkout": "^4.0.x-dev",
33-
"ibexa/commerce-fieldtypes": "^4.0.x-dev",
34-
"ibexa/commerce-price-engine": "^4.0.x-dev",
35-
"ibexa/commerce-shop": "^4.0.x-dev",
36-
"ibexa/commerce-shop-ui": "^4.0.x-dev",
13+
"ibexa/oss": "~4.0.x-dev",
14+
"ibexa/migrations": "~4.0.x-dev",
15+
"ibexa/image-editor": "~4.0.x-dev",
16+
"ibexa/oauth2-client": "~4.0.x-dev",
17+
"ibexa/installer": "~4.0.x-dev",
18+
"ibexa/product-catalog": "~4.0.x-dev",
19+
"ibexa/scheduler": "~4.0.x-dev",
20+
"ibexa/calendar": "~4.0.x-dev",
21+
"ibexa/connector-dam": "~4.0.x-dev",
22+
"ibexa/elasticsearch": "~4.0.x-dev",
23+
"ibexa/fastly": "~4.0.x-dev",
24+
"ibexa/icons": "~4.0.x-dev",
25+
"ibexa/personalization": "~4.0.x-dev",
26+
"ibexa/version-comparison": "~4.0.x-dev",
27+
"ibexa/workflow": "~4.0.x-dev",
28+
"ibexa/taxonomy": "~4.0.x-dev",
29+
"ibexa/tree-builder": "~4.0.x-dev",
30+
"ibexa/content-tree": "~4.0.x-dev",
31+
"ibexa/commerce-base-design": "~4.0.x-dev",
32+
"ibexa/commerce-checkout": "~4.0.x-dev",
33+
"ibexa/commerce-fieldtypes": "~4.0.x-dev",
34+
"ibexa/commerce-price-engine": "~4.0.x-dev",
35+
"ibexa/commerce-shop": "~4.0.x-dev",
36+
"ibexa/commerce-shop-ui": "~4.0.x-dev",
3737
"ezsystems/apache-tika-bundle": "^2.0",
3838
"ezsystems/comment-bundle": "^3.1",
3939
"ezsystems/job-queue-bundle": "^4.0",

0 commit comments

Comments
 (0)