Skip to content

Commit

Permalink
[composer] Set dependencies for 4.5.3 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrobot committed Sep 14, 2023
1 parent b90fede commit c975c41
Show file tree
Hide file tree
Showing 2 changed files with 17,377 additions and 24 deletions.
49 changes: 25 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,35 @@
"type": "metapackage",
"license": "proprietary",
"description": "A meta package for installing Ibexa DXP Content edition",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{"type": "composer", "url": "https://updates.ibexa.co"}
{
"type": "composer",
"url": "https://updates.ibexa.co"
}
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/oss": "~4.5.x-dev",
"ibexa/connect": "~4.5.x-dev",
"ibexa/measurement": "~4.5.x-dev",
"ibexa/migrations": "~4.5.x-dev",
"ibexa/image-editor": "~4.5.x-dev",
"ibexa/oauth2-client": "~4.5.x-dev",
"ibexa/installer": "~4.5.x-dev",
"ibexa/product-catalog": "~4.5.x-dev",
"ibexa/seo": "~4.5.x-dev",
"ibexa/scheduler": "~4.5.x-dev",
"ibexa/calendar": "~4.5.x-dev",
"ibexa/connector-dam": "~4.5.x-dev",
"ibexa/elasticsearch": "~4.5.x-dev",
"ibexa/fastly": "~4.5.x-dev",
"ibexa/icons": "~4.5.x-dev",
"ibexa/personalization": "~4.5.x-dev",
"ibexa/version-comparison": "~4.5.x-dev",
"ibexa/workflow": "~4.5.x-dev",
"ibexa/taxonomy": "~4.5.x-dev",
"ibexa/tree-builder": "~4.5.x-dev",
"ibexa/content-tree": "~4.5.x-dev",
"ibexa/oss": "4.5.3",
"ibexa/connect": "4.5.3",
"ibexa/measurement": "4.5.3",
"ibexa/migrations": "4.5.3",
"ibexa/image-editor": "4.5.3",
"ibexa/oauth2-client": "4.5.3",
"ibexa/installer": "4.5.3",
"ibexa/product-catalog": "4.5.3",
"ibexa/seo": "4.5.3",
"ibexa/scheduler": "4.5.3",
"ibexa/calendar": "4.5.3",
"ibexa/connector-dam": "4.5.3",
"ibexa/elasticsearch": "4.5.3",
"ibexa/fastly": "4.5.3",
"ibexa/icons": "4.5.3",
"ibexa/personalization": "4.5.3",
"ibexa/version-comparison": "4.5.3",
"ibexa/workflow": "4.5.3",
"ibexa/taxonomy": "4.5.3",
"ibexa/tree-builder": "4.5.3",
"ibexa/content-tree": "4.5.3",
"gregwar/captcha-bundle": "^2.1"
},
"require-dev": {
Expand Down
Loading

0 comments on commit c975c41

Please sign in to comment.