Skip to content

Commit

Permalink
[Composer] Formatted composer.json using JQ --indent 4 (#751)
Browse files Browse the repository at this point in the history
For more details see #751
  • Loading branch information
ibexa-yuna committed Mar 18, 2024
1 parent 42998fd commit cae5cab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{"type": "composer", "url": "https://updates.ibexa.co"}
{
"type": "composer",
"url": "https://updates.ibexa.co"
}
],
"require": {
"php": "^7.4 || ^8.0",
Expand Down

0 comments on commit cae5cab

Please sign in to comment.