Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[composer] Set dependencies for 4.0.8 release.
Browse files Browse the repository at this point in the history
webhdx committed Jun 3, 2022
1 parent 213bed2 commit 2f12d93
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.0.0@dev"
},
"require-dev": {},
"extra": {
"branch-alias": {
"dev-main": "4.0.x-dev"
"name": "ibexa/i18n",
"description": "Ibexa translations",
"license": "(GPL-2.0-only or proprietary)",
"require": {
"ibexa/core": "~4.0.0"
},
"require-dev": {},
"extra": {
"branch-alias": {
"dev-main": "4.0.x-dev"
}
}
}
}
}

0 comments on commit 2f12d93

Please sign in to comment.