-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
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.6.0-beta4 release.
- Loading branch information
runner
committed
Dec 18, 2023
1 parent
d2c9e7e
commit b326604
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.6.0@dev" | ||
}, | ||
"require-dev": {}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-main": "4.6.x-dev" | ||
"name": "ibexa/i18n", | ||
"description": "Ibexa translations", | ||
"license": "(GPL-2.0-only or proprietary)", | ||
"require": { | ||
"ibexa/core": "~4.6.0@beta" | ||
}, | ||
"require-dev": {}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-main": "4.6.x-dev" | ||
} | ||
} | ||
} | ||
} | ||
} |