Skip to content

Commit

Permalink
[composer] Set dependencies for 9.0.0-rc4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Jan 28, 2022
1 parent 2ac52a7 commit c8aff1a
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 @@ -17,11 +17,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.0@dev",
"ibexa/core": "^4.0@dev",
"ezsystems/allure-behat": "^3.3@rc",
"ezsystems/allure-php-api": "^3.3@rc",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@rc",
"ibexa/http-cache": "^4.0@rc",
"ibexa/core": "^4.0@rc",
"friends-of-behat/mink": "^1.8",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-extension": "^2.4",
Expand All @@ -44,9 +44,9 @@
"require-dev": {
"ibexa/code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0",
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "^4.0@dev",
"ibexa/rest": "^4.0@dev",
"ibexa/ci-scripts": "^0.2@rc",
"ibexa/doctrine-schema": "^4.0@rc",
"ibexa/rest": "^4.0@rc",
"mikey179/vfsstream": "^1.6"
},
"autoload": {
Expand All @@ -72,10 +72,13 @@
"dev-master": "9.0.x-dev"
}
},
"bin": ["bin/ezbehat", "bin/ezreport"],
"bin": [
"bin/ezbehat",
"bin/ezreport"
],
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
}
}

0 comments on commit c8aff1a

Please sign in to comment.