Skip to content

Commit

Permalink
Update Composer packages (and commit lock file)
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo committed Nov 7, 2024
1 parent bbe3bd1 commit 300ccb6
Show file tree
Hide file tree
Showing 3 changed files with 3,134 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cache/lastdataupdate.txt
cache/stats_*.json
cache/tag.txt
cache/version.txt
composer.lock
composer.phar
logs/*.log
logs/github_log.txt
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
],

"require": {
"gettext/gettext": "~5.6",
"monolog/monolog" : "~1.1",
"gettext/gettext": "~5.7",
"monolog/monolog" : "~3.7",
"mozillal10n/bugzilla": "~0.1",
"mozillal10n/cache": "~0.1",
"mozillal10n/json": "~0.1",
"pascalc/tinyl10n" : "~0.1"
},

"require-dev": {
"atoum/atoum" : "~4.0",
"symfony/var-dumper": "~2.6",
"friendsofphp/php-cs-fixer": "~3.8",
"atoum/atoum" : "~4.2",
"symfony/var-dumper": "~7.1",
"friendsofphp/php-cs-fixer": "~3.64",
"pchevrel/verif": "0.4"
},

Expand Down
Loading

0 comments on commit 300ccb6

Please sign in to comment.