Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed May 13, 2024
1 parent d5b6525 commit 003852b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ibexa/admin-ui": "~4.6.0@dev",
"ibexa/content-forms": "~4.6.0@dev",
"ibexa/graphql": "~4.6.0@dev",
"ibexa/rest": "~4.6.0@dev",
"ibexa/core": "~4.6.0@dev",
"ibexa/admin-ui": "~4.6.0",
"ibexa/content-forms": "~4.6.0",
"ibexa/graphql": "~4.6.0",
"ibexa/rest": "~4.6.0",
"ibexa/core": "~4.6.0",
"symfony/dependency-injection": "^5.0",
"symfony/expression-language": "^5.0",
"symfony/event-dispatcher": "^5.0",
Expand All @@ -38,12 +38,12 @@
}
},
"require-dev": {
"ibexa/doctrine-schema": "~4.6.0@dev",
"ibexa/design-engine": "~4.6.0@dev",
"ibexa/fieldtype-richtext": "~4.6.0@dev",
"ibexa/search": "~4.6.0@dev",
"ibexa/user": "~4.6.0@dev",
"ibexa/http-cache": "~4.6.0@dev",
"ibexa/doctrine-schema": "~4.6.0",
"ibexa/design-engine": "~4.6.0",
"ibexa/fieldtype-richtext": "~4.6.0",
"ibexa/search": "~4.6.0",
"ibexa/user": "~4.6.0",
"ibexa/http-cache": "~4.6.0",
"phpspec/phpspec": "^7.1",
"ibexa/code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0"
Expand All @@ -63,4 +63,4 @@
"composer/package-versions-deprecated": true
}
}
}
}

0 comments on commit 003852b

Please sign in to comment.