Skip to content

Commit

Permalink
[Composer] Formatted composer.json using JQ --indent 4 (#42)
Browse files Browse the repository at this point in the history
For more details see #42
  • Loading branch information
ibexa-yuna authored Mar 18, 2024
1 parent 08cd198 commit fc0f7d8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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@dev"
},
"require-dev": {},
"extra": {
"branch-alias": {
"dev-main": "4.5.x-dev"
}
}
}
}

0 comments on commit fc0f7d8

Please sign in to comment.