diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4ca19f6e..8d7c592b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 diff --git a/app/classes/Transvision/API.php b/app/classes/Transvision/API.php index 398ee948..3196b2b5 100644 --- a/app/classes/Transvision/API.php +++ b/app/classes/Transvision/API.php @@ -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; } } diff --git a/composer.json b/composer.json index d6f3c0d9..815ac336 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ ], "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", @@ -32,9 +32,9 @@ }, "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" },