Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.0-beta3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Nov 23, 2023
1 parent fd1fc8c commit 5f5c4ab
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"bex/behat-screenshot": "^2.1",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@dev",
"ibexa/http-cache": "~4.6.0@dev",
"ibexa/core": "~4.6.0@dev",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@beta",
"ibexa/http-cache": "~4.6.0@beta",
"ibexa/core": "~4.6.0@beta",
"friends-of-behat/mink": "^1.8",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-extension": "^2.4",
Expand All @@ -43,9 +43,9 @@
"require-dev": {
"ibexa/code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0",
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.6.0@dev",
"ibexa/rest": "~4.6.0@dev",
"ibexa/ci-scripts": "^0.2@beta",
"ibexa/doctrine-schema": "~4.6.0@beta",
"ibexa/rest": "~4.6.0@beta",
"mikey179/vfsstream": "^1.6",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
Expand Down Expand Up @@ -82,11 +82,13 @@
"dev-main": "4.6.x-dev"
}
},
"bin": ["bin/ibexabehat"],
"bin": [
"bin/ibexabehat"
],
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"php-http/discovery": false
}
}
}
}

0 comments on commit 5f5c4ab

Please sign in to comment.