Skip to content

Commit

Permalink
[composer] Set dependencies for 8.3.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Mar 21, 2022
1 parent e90a9c4 commit a8c4c90
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",
"ezsystems/ezplatform-http-cache": "^2.3@dev",
"ezsystems/ezplatform-kernel": "^1.3@dev",
"ezsystems/allure-behat": "^3.3",
"ezsystems/allure-php-api": "^3.3",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1",
"ezsystems/ezplatform-http-cache": "^2.3",
"ezsystems/ezplatform-kernel": "^1.3",
"friends-of-behat/mink": "^1.8",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-extension": "^2.4",
Expand All @@ -42,10 +42,10 @@
"psy/psysh": "^0.10.8"
},
"require-dev": {
"ibexa/ci-scripts": "^0.1@dev",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ibexa/ci-scripts": "^0.1",
"ezsystems/doctrine-dbal-schema": "^1.0",
"ezsystems/ezplatform-code-style": "^1.0.0",
"ezsystems/ezplatform-rest": "^1.3@dev",
"ezsystems/ezplatform-rest": "^1.3",
"friendsofphp/php-cs-fixer": "^2.16.0",
"mikey179/vfsstream": "^1.6"
},
Expand All @@ -72,10 +72,13 @@
"dev-master": "8.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 a8c4c90

Please sign in to comment.