diff options
| -rw-r--r-- | composer.json | 7 | ||||
| -rw-r--r-- | php-doctrine-orm.spec | 7 | 
2 files changed, 6 insertions, 8 deletions
diff --git a/composer.json b/composer.json index bd40c08..001cb29 100644 --- a/composer.json +++ b/composer.json @@ -51,12 +51,7 @@          }      },      "bin": ["bin/doctrine"], -    "extra": { -        "branch-alias": { -            "dev-master": "2.7.x-dev" -        } -    },      "archive": { -        "exclude": ["!vendor", "tests", "*phpunit.xml", ".travis.yml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor", "*.swp"] +        "exclude": ["!vendor", "tests", "*phpunit.xml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor", "*.swp"]      }  } diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index 269ee07..4002807 100644 --- a/php-doctrine-orm.spec +++ b/php-doctrine-orm.spec @@ -13,8 +13,8 @@  %global github_owner     doctrine  %global github_name      orm -%global github_version   2.8.2 -%global github_commit    ebae57eb9637acd8252b398df3121b120688ed5c +%global github_version   2.8.3 +%global github_commit    657a30f8ceef2a78c2ff36a9fe6c6a6717c1c448  %global composer_vendor  doctrine  %global composer_project orm @@ -351,6 +351,9 @@ exit $RETURN_CODE  %changelog +* Tue Apr  6 2021 Remi Collet <remi@remirepo.net> - 2.8.3-1 +- update to 2.8.3 +  * Wed Feb 24 2021 Remi Collet <remi@remirepo.net> - 2.8.2-1  - update to 2.8.2  - raise dependency on doctrine/common 3.0.3  | 
