Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.1 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrobot committed Feb 28, 2024
1 parent 201da99 commit ed21d34
Show file tree
Hide file tree
Showing 2 changed files with 19,490 additions and 14 deletions.
29 changes: 15 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@
"license": "proprietary",
"description": "A meta package for installing Ibexa DXP Experience edition",
"repositories": [
{"type": "composer", "url": "https://updates.ibexa.co"}
{
"type": "composer",
"url": "https://updates.ibexa.co"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
"ibexa/activity-log": "~4.6.x-dev",
"ibexa/headless": "~4.6.x-dev",
"ibexa/form-builder": "~4.6.x-dev",
"ibexa/page-builder": "~4.6.x-dev",
"ibexa/fieldtype-address": "~4.6.x-dev",
"ibexa/fieldtype-page": "~4.6.x-dev",
"ibexa/dashboard": "~4.6.x-dev",
"ibexa/permissions": "~4.6.x-dev",
"ibexa/segmentation": "~4.6.x-dev",
"ibexa/site-factory": "~4.6.x-dev",
"ibexa/corporate-account": "~4.6.x-dev"
"ibexa/activity-log": "4.6.1",
"ibexa/headless": "4.6.1",
"ibexa/form-builder": "4.6.1",
"ibexa/page-builder": "4.6.1",
"ibexa/fieldtype-address": "4.6.1",
"ibexa/fieldtype-page": "4.6.1",
"ibexa/dashboard": "4.6.1",
"ibexa/permissions": "4.6.1",
"ibexa/segmentation": "4.6.1",
"ibexa/site-factory": "4.6.1",
"ibexa/corporate-account": "4.6.1"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
Expand Down
Loading

0 comments on commit ed21d34

Please sign in to comment.