Skip to content

Commit

Permalink
Fix JSON remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisjacquet committed Nov 6, 2024
1 parent a782247 commit 79d1b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "GPL-2.0-or-later",
"authors": [{
"name": "François Jacquet",
"name": "François Jacquet"
}],
"require": {
"php": ">=5.5.9"
Expand All @@ -24,7 +24,7 @@
"ext-intl": "RosarioSIS relies on the intl extension (used for internationalization).",
"ext-zip": "RosarioSIS relies on the zip extension (used to upload add-ons).",
"ext-curl": "RosarioSIS relies on the curl extension (used to make external API calls).",
"ext-gd": "RosarioSIS relies on the gd extension (used to resize and compress images).",
"ext-gd": "RosarioSIS relies on the gd extension (used to resize and compress images)."
},
"extra": {
"suggest": {
Expand Down

0 comments on commit 79d1b8a

Please sign in to comment.