Skip to content

Commit

Permalink
fix: move composer's ext-gettext PHP module to require-dev key
Browse files Browse the repository at this point in the history
fix #537
  • Loading branch information
mledoze committed Nov 20, 2024
1 parent 82832d9 commit a1a15f0
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 @@ -23,13 +23,13 @@
}
],
"require": {
"ext-dom": "*",
"ext-gettext": "*",
"php": ">=8.2",
"symfony/console": "~5.4|~6.4|~7.0",
"symfony/yaml": "~5.4|~6.4|~7.0"
},
"require-dev": {
"ext-dom": "*",
"ext-gettext": "*",
"roave/security-advisories": "dev-latest"
},
"autoload": {
Expand Down

0 comments on commit a1a15f0

Please sign in to comment.