Skip to content

Commit

Permalink
Update Composer packages (and commit lock file) (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo authored Nov 7, 2024
1 parent bbe3bd1 commit dc9e1c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
strategy:
matrix:
php-versions:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Transvision/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ private function log($message)
$this->error = $message;

return $this->logging
? $this->logger->addWarning($message, [$this->url['path']])
? $this->logger->warning($message, [$this->url['path']])
: false;
}
}
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": "~6.4",
"friendsofphp/php-cs-fixer": "~3.64",
"pchevrel/verif": "0.4"
},

Expand Down

0 comments on commit dc9e1c9

Please sign in to comment.