Skip to content

Commit

Permalink
[composer] Set dependencies for 4.5.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Sep 14, 2023
1 parent 38bd065 commit 4ac9043
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
@@ -1,14 +1,14 @@
{
"name": "ibexa/i18n",
"description": "Ibexa translations",
"license": "(GPL-2.0-only or proprietary)",
"require": {
"ibexa/core": "~4.5.0@dev"
},
"require-dev": {},
"extra": {
"branch-alias": {
"dev-main": "4.5.x-dev"
"name": "ibexa/i18n",
"description": "Ibexa translations",
"license": "(GPL-2.0-only or proprietary)",
"require": {
"ibexa/core": "~4.5.0"
},
"require-dev": {},
"extra": {
"branch-alias": {
"dev-main": "4.5.x-dev"
}
}
}
}
}

0 comments on commit 4ac9043

Please sign in to comment.