diff options
| -rw-r--r-- | composer.json | 8 | ||||
| -rw-r--r-- | php-sebastian-environment9.spec | 30 |
2 files changed, 22 insertions, 16 deletions
diff --git a/composer.json b/composer.json index f7534d7..a36fd7d 100644 --- a/composer.json +++ b/composer.json @@ -16,17 +16,17 @@ }, "config": { "platform": { - "php": "8.3.0" + "php": "8.4.1" }, "optimize-autoloader": true, "sort-packages": true }, "prefer-stable": true, "require": { - "php": ">=8.3" + "php": ">=8.4" }, "require-dev": { - "phpunit/phpunit": "^12.0" + "phpunit/phpunit": "^13.0" }, "suggest": { "ext-posix": "*" @@ -38,7 +38,7 @@ }, "extra": { "branch-alias": { - "dev-main": "8.0-dev" + "dev-main": "9.0-dev" } } } diff --git a/php-sebastian-environment9.spec b/php-sebastian-environment9.spec index dbbe60e..6d5488b 100644 --- a/php-sebastian-environment9.spec +++ b/php-sebastian-environment9.spec @@ -1,31 +1,31 @@ # remirepo/fedora spec file for php-sebastian-environment8 # -# SPDX-FileCopyrightText: Copyright 2014-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2014-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # -%bcond_without tests +%bcond_with tests # Sources -%global gh_commit 24a711b5c916efc6d6e62aa65aa2ec98fef77f68 +%global gh_commit bb64d08145b021b67d5f253308a498b73ab0461e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project environment -%global gh_date 2025-08-12 +%global gh_date 2026-02-06 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} # Namespace -%global major 8 +%global major 9 %global php_home %{_datadir}/php %global ns_vendor SebastianBergmann %global ns_project Environment Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 8.0.3 +Version: 9.0.0 Release: 1%{?dist} Summary: Handle HHVM/PHP environments, version %{major} @@ -37,19 +37,19 @@ Source1: makesrc.sh BuildArch: noarch -BuildRequires: php(language) >= 8.3 +BuildRequires: php(language) >= 8.4.1 BuildRequires: php-posix # Autoloader BuildRequires: php-fedora-autoloader-devel %if %{with tests} # from composer.json, "require-dev": { -# "phpunit/phpunit": "^12.0" -BuildRequires: phpunit12 +# "phpunit/phpunit": "^13.0" +BuildRequires: phpunit13 %endif # from composer.json, "require": { -# "php": ">=8.3" -Requires: php(language) >= 8.3 +# "php": ">=8.4.1" +Requires: php(language) >= 8.4.1 # From phpcompatinfo report for 6.0.0 Requires: php-posix # Autoloader @@ -91,7 +91,7 @@ touch vendor/autoload.php : Run tests ret=0 -for cmd in php php83 php84 php85; do +for cmd in php php84 php85; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ -d pcov.enabled=1 \ @@ -110,6 +110,12 @@ exit $ret %changelog +* Fri Feb 6 2026 Remi Collet <remi@remirepo.net> - 9.0.0-1 +- update to 9.0.0 +- raise dependency on PHP 8.4 +- rename to php-sebastian-environment9 +- move to /usr/share/php/SebastianBergmann/Environment9 + * Wed Aug 13 2025 Remi Collet <remi@remirepo.net> - 8.0.3-1 - update to 8.0.3 |
