Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Feb 13, 2024
1 parent c5100f4 commit 2ef5bf5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"php": "^7.4 || ^8.0",
"ext-libxml": "*",
"ext-simplexml": "*",
"ibexa/core": "~4.6.0@dev",
"ibexa/content-forms": "~4.6.0@dev",
"ibexa/graphql": "~4.6.0@dev",
"ibexa/core": "~4.6.0",
"ibexa/content-forms": "~4.6.0",
"ibexa/graphql": "~4.6.0",
"symfony/http-kernel": "^5.0",
"symfony/console": "^5.0",
"symfony/config": "^5.0",
Expand All @@ -35,15 +35,15 @@
"symfony/options-resolver": "^5.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.6.0@dev",
"ibexa/admin-ui": "~4.6.0@dev",
"ibexa/user": "~4.6.0@dev",
"ibexa/fieldtype-richtext": "~4.6.0@dev",
"ibexa/search": "~4.6.0@dev",
"ibexa/rest": "~4.6.0@dev",
"ibexa/http-cache": "~4.6.0@dev",
"ibexa/design-engine": "~4.6.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/doctrine-schema": "~4.6.0",
"ibexa/admin-ui": "~4.6.0",
"ibexa/user": "~4.6.0",
"ibexa/fieldtype-richtext": "~4.6.0",
"ibexa/search": "~4.6.0",
"ibexa/rest": "~4.6.0",
"ibexa/http-cache": "~4.6.0",
"ibexa/design-engine": "~4.6.0",
"ibexa/code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^9.5"
Expand All @@ -58,4 +58,4 @@
"dev-main": "4.6.x-dev"
}
}
}
}

0 comments on commit 2ef5bf5

Please sign in to comment.