Skip to content

Commit

Permalink
[Composer] Formatted composer.json using JQ --indent 4
Browse files Browse the repository at this point in the history
Applied the same changes as in #42
  • Loading branch information
alongosz committed Mar 18, 2024
1 parent 98cb083 commit 7368068
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.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@dev"
},
"require-dev": {},
"extra": {
"branch-alias": {
"dev-main": "4.6.x-dev"
}
}
}
}

0 comments on commit 7368068

Please sign in to comment.