Skip to content

Commit

Permalink
[composer] Set dependencies for 4.3.0-beta1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Oct 13, 2022
1 parent 4b9e79a commit 617627e
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"bex/behat-screenshot": "^2.1",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"ezsystems/allure-behat": "^3.3@dev",
"ezsystems/allure-php-api": "^3.3@dev",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@dev",
"ibexa/http-cache": "~4.3.0@dev",
"ibexa/core": "~4.3.0@dev",
"ezsystems/allure-behat": "^3.3@beta",
"ezsystems/allure-php-api": "^3.3@beta",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@beta",
"ibexa/http-cache": "~4.3.0@beta",
"ibexa/core": "~4.3.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 @@ -41,9 +41,9 @@
"require-dev": {
"ibexa/code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0",
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.3.0@dev",
"ibexa/rest": "~4.3.0@dev",
"ibexa/ci-scripts": "^0.2@beta",
"ibexa/doctrine-schema": "~4.3.0@beta",
"ibexa/rest": "~4.3.0@beta",
"mikey179/vfsstream": "^1.6"
},
"autoload": {
Expand Down Expand Up @@ -75,10 +75,13 @@
"dev-main": "4.3.x-dev"
}
},
"bin": ["bin/ibexabehat", "bin/ibexareport"],
"bin": [
"bin/ibexabehat",
"bin/ibexareport"
],
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
}
}

0 comments on commit 617627e

Please sign in to comment.