diff options
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-sebastian-environment6.spec | 7 | 
2 files changed, 9 insertions, 2 deletions
diff --git a/composer.json b/composer.json index fdff87a..0459582 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,10 @@              "email": "sebastian@phpunit.de"          }      ], +    "support": { +        "issues": "https://github.com/sebastianbergmann/environment/issues", +        "security": "https://github.com/sebastianbergmann/environment/security/policy" +    },      "config": {          "platform": {              "php": "8.1.0" diff --git a/php-sebastian-environment6.spec b/php-sebastian-environment6.spec index 159f540..29c1c3d 100644 --- a/php-sebastian-environment6.spec +++ b/php-sebastian-environment6.spec @@ -11,7 +11,7 @@  %bcond_with          tests  # Sources -%global gh_commit    b6f3694c6386c7959915a0037652e0c40f6f69cc +%global gh_commit    43c751b41d74f96cbbd4e07b7aec9675651e2951  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   environment @@ -25,7 +25,7 @@  %global ns_project   Environment  Name:           php-%{pk_vendor}-%{pk_project}%{major} -Version:        6.0.0 +Version:        6.0.1  Release:        1%{?dist}  Summary:        Handle HHVM/PHP environments, version %{major} @@ -109,6 +109,9 @@ exit $ret  %changelog +* Tue Apr 11 2023 Remi Collet <remi@remirepo.net> - 6.0.1-1 +- update to 6.0.1 +  * Fri Feb  3 2023 Remi Collet <remi@remirepo.net> - 6.0.0-1  - update to 6.0.0  - raise dependency on PHP 8.1  | 
