mjordan / riprap

A PREMIS-compliant fixity checking microservice.
MIT License
13 stars 7 forks source link

composer.json and composer.lock are out of sync #55

Closed mjordan closed 4 years ago

mjordan commented 5 years ago

PHPUnit tests are failing due to deprecation warnings:

OK (6 tests, 17 assertions)

Remaining indirect deprecation notices (4)

  1x: The "Symfony\Bridge\Monolog\Processor\DebugProcessor::getLogs()" method will require a new "Request|null $request" argument in the next major version of its parent class "Symfony\Component\HttpKernel\Log\DebugLoggerInterface", not defining it is deprecated.
    1x in CheckFixityCommandTest::testExecute from App\Tests\Command

  1x: The "Symfony\Bridge\Monolog\Processor\DebugProcessor::countErrors()" method will require a new "Request|null $request" argument in the next major version of its parent class "Symfony\Component\HttpKernel\Log\DebugLoggerInterface", not defining it is deprecated.
    1x in CheckFixityCommandTest::testExecute from App\Tests\Command

  1x: The "Symfony\Bridge\Monolog\Logger::getLogs()" method will require a new "Request|null $request" argument in the next major version of its parent class "Symfony\Component\HttpKernel\Log\DebugLoggerInterface", not defining it is deprecated.
    1x in CheckFixityCommandTest::testExecute from App\Tests\Command

  1x: The "Symfony\Bridge\Monolog\Logger::countErrors()" method will require a new "Request|null $request" argument in the next major version of its parent class "Symfony\Component\HttpKernel\Log\DebugLoggerInterface", not defining it is deprecated.
    1x in CheckFixityCommandTest::testExecute from App\Tests\Command
mjordan commented 4 years ago

Resolved in #61.