Skip to content

Commit

Permalink
[composer] Set dependencies for 8.3.19 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Mar 20, 2024
1 parent aa086cd commit ba06b44
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 @@ -17,9 +17,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",
"ezsystems/ezplatform-http-cache": "^2.3@dev",
"ezsystems/ezplatform-kernel": "^1.3@dev",
"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 @@ -40,10 +40,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 Down Expand Up @@ -73,11 +73,13 @@
"dev-master": "8.3.x-dev"
}
},
"bin": ["bin/ibexabehat"],
"bin": [
"bin/ibexabehat"
],
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"php-http/discovery": false
}
}
}
}

0 comments on commit ba06b44

Please sign in to comment.