Skip to content

Commit

Permalink
[Composer/CI] Corrected 4.0.x-dev requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Mar 22, 2022
1 parent e6cb2db commit a8d3c2f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "content"
project-version: "^4.0.x-dev"
project-version: "4.0.x-dev"
test-suite: "--profile=regression --suite=content"
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"
Expand All @@ -31,7 +31,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "content"
project-version: "^4.0.x-dev"
project-version: "4.0.x-dev"
test-suite: "--profile=regression --suite=content"
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"
Expand Down
48 changes: 24 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/oss": "^4.0.x-dev",
"ibexa/migrations": "^4.0.x-dev",
"ibexa/image-editor": "^4.0.x-dev",
"ibexa/oauth2-client": "^4.0.x-dev",
"ibexa/installer": "^4.0.x-dev",
"ibexa/product-catalog": "^4.0.x-dev",
"ibexa/scheduler": "^4.0.x-dev",
"ibexa/calendar": "^4.0.x-dev",
"ibexa/connector-dam": "^4.0.x-dev",
"ibexa/elasticsearch": "^4.0.x-dev",
"ibexa/fastly": "^4.0.x-dev",
"ibexa/icons": "^4.0.x-dev",
"ibexa/personalization": "^4.0.x-dev",
"ibexa/version-comparison": "^4.0.x-dev",
"ibexa/workflow": "^4.0.x-dev",
"ibexa/taxonomy": "^4.0.x-dev",
"ibexa/tree-builder": "^4.0.x-dev",
"ibexa/content-tree": "^4.0.x-dev",
"ibexa/commerce-base-design": "^4.0.x-dev",
"ibexa/commerce-checkout": "^4.0.x-dev",
"ibexa/commerce-fieldtypes": "^4.0.x-dev",
"ibexa/commerce-price-engine": "^4.0.x-dev",
"ibexa/commerce-shop": "^4.0.x-dev",
"ibexa/commerce-shop-ui": "^4.0.x-dev",
"ibexa/oss": "~4.0.x-dev",
"ibexa/migrations": "~4.0.x-dev",
"ibexa/image-editor": "~4.0.x-dev",
"ibexa/oauth2-client": "~4.0.x-dev",
"ibexa/installer": "~4.0.x-dev",
"ibexa/product-catalog": "~4.0.x-dev",
"ibexa/scheduler": "~4.0.x-dev",
"ibexa/calendar": "~4.0.x-dev",
"ibexa/connector-dam": "~4.0.x-dev",
"ibexa/elasticsearch": "~4.0.x-dev",
"ibexa/fastly": "~4.0.x-dev",
"ibexa/icons": "~4.0.x-dev",
"ibexa/personalization": "~4.0.x-dev",
"ibexa/version-comparison": "~4.0.x-dev",
"ibexa/workflow": "~4.0.x-dev",
"ibexa/taxonomy": "~4.0.x-dev",
"ibexa/tree-builder": "~4.0.x-dev",
"ibexa/content-tree": "~4.0.x-dev",
"ibexa/commerce-base-design": "~4.0.x-dev",
"ibexa/commerce-checkout": "~4.0.x-dev",
"ibexa/commerce-fieldtypes": "~4.0.x-dev",
"ibexa/commerce-price-engine": "~4.0.x-dev",
"ibexa/commerce-shop": "~4.0.x-dev",
"ibexa/commerce-shop-ui": "~4.0.x-dev",
"ezsystems/apache-tika-bundle": "^2.0",
"ezsystems/comment-bundle": "^3.1",
"ezsystems/job-queue-bundle": "^4.0",
Expand Down

0 comments on commit a8d3c2f

Please sign in to comment.