-
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.5.4 release.
- Loading branch information
runner
committed
Nov 3, 2023
1 parent
38bd065
commit 4d89c3a
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.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" | ||
} | ||
} | ||
} | ||
} | ||
} |