diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-monolog2.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 27d4333..7ed2e3d 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@          "rollbar/rollbar": "^1.3",          "ruflin/elastica": ">=0.90 <7.0.1",          "swiftmailer/swiftmailer": "^5.3|^6.0", -        "phpstan/phpstan": "^0.12.59" +        "phpstan/phpstan": "^0.12.91"      },      "suggest": {          "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", diff --git a/php-monolog2.spec b/php-monolog2.spec index b6511a0..bd4e9b8 100644 --- a/php-monolog2.spec +++ b/php-monolog2.spec @@ -11,8 +11,8 @@  %global github_owner     Seldaek  %global github_name      monolog -%global github_version   2.2.0 -%global github_commit    1cb1cde8e8dd0f70cc0fe51354a59acad9302084 +%global github_version   2.3.0 +%global github_commit    df991fd88693ab703aa403413d83e15f688dae33  %global composer_vendor  monolog  %global composer_project monolog @@ -199,7 +199,7 @@ rm -f tests/Monolog/Handler/RollbarHandlerTest.php  : Upstream tests  RETURN_CODE=0  PHPUNIT=$(which phpunit8) -for PHP_EXEC in "" php72 php73 php74 php80; do +for PHP_EXEC in "" php73 php74 php80 php81; do      if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then          $PHP_EXEC $PHPUNIT --verbose || RETURN_CODE=1      fi @@ -221,6 +221,9 @@ exit $RETURN_CODE  %changelog +* Mon Jul  5 2021 Remi Collet <remi@remirepo.net> - 2.3.0-1 +- update to 2.3.0 +  * Mon Jan  4 2021 Remi Collet <remi@remirepo.net> - 2.2.0-1  - update to 2.2.0  | 
