diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-06 06:42:50 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-06 06:42:50 +0100 |
| commit | ec8acd9399eea2e6b10429ad74dea44f5c26c7f6 (patch) | |
| tree | 6395f2192b690e8fa70ee61c0a576f3bb2c4682e | |
| parent | f7b4f4b9dc8a31f7790a9642b6c18d5d22aa70bd (diff) | |
update to 7.0.0
raise dependency on PHP 8.4
rename to php-sebastian-type7
move to /usr/share/php/SebastianBergmann/Type7
| -rw-r--r-- | composer.json | 8 | ||||
| -rw-r--r-- | php-sebastian-type7.spec | 26 |
2 files changed, 20 insertions, 14 deletions
diff --git a/composer.json b/composer.json index e5b966d..2545488 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,14 @@ }, "prefer-stable": true, "require": { - "php": ">=8.3" + "php": ">=8.4" }, "require-dev": { - "phpunit/phpunit": "^12.0" + "phpunit/phpunit": "^13.0" }, "config": { "platform": { - "php": "8.3.0" + "php": "8.4.1" }, "optimize-autoloader": true, "sort-packages": true @@ -45,7 +45,7 @@ }, "extra": { "branch-alias": { - "dev-main": "6.0-dev" + "dev-main": "7.0-dev" } } } diff --git a/php-sebastian-type7.spec b/php-sebastian-type7.spec index fa45ec4..91f79e3 100644 --- a/php-sebastian-type7.spec +++ b/php-sebastian-type7.spec @@ -1,31 +1,31 @@ # remirepo/fedora spec file for php-sebastian-type6 # -# SPDX-FileCopyrightText: Copyright 2019-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2019-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 # github -%global gh_commit e549163b9760b8f71f191651d22acf32d56d6d4d +%global gh_commit 42412224607bd3931241bbd17f38e0f972f5a916 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type -%global gh_date 2025-08-09 +%global gh_date 2026-02-06 # packagist %global pk_vendor sebastian %global pk_project %{gh_project} -%global major 6 +%global major 7 # namespace %global php_home %{_datadir}/php %global ns_vendor SebastianBergmann %global ns_project Type Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 6.0.3 +Version: 7.0.0 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, v%{major} @@ -36,18 +36,18 @@ Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh BuildArch: noarch -BuildRequires: php(language) >= 8.3 +BuildRequires: php(language) >= 8.4.1 # Autoloader BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %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 +Requires: php(language) >= 8.4.1 # from phpcompatinfo report for version 4.0.0 # Autoloader Requires: php-composer(fedora/autoloader) @@ -113,6 +113,12 @@ exit $ret %changelog +* Fri Feb 6 2026 Remi Collet <remi@remirepo.net> - 7.0.0-1 +- update to 7.0.0 +- raise dependency on PHP 8.4 +- rename to php-sebastian-type7 +- move to /usr/share/php/SebastianBergmann/Type7 + * Sun Aug 10 2025 Remi Collet <remi@remirepo.net> - 6.0.3-1 - update to 6.0.3 (no change) |
