From 3c4e0ac6da25752a2c39fbb35a9b2e1dbcb93577 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Sep 2021 08:04:43 +0200 Subject: update to 1.10.0 --- composer.json | 8 +++++--- php-webmozart-assert.spec | 15 +++++++++++---- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 34350b2..2e609b6 100644 --- a/composer.json +++ b/composer.json @@ -14,14 +14,15 @@ } ], "require": { - "php": "^5.3.3 || ^7.0", + "php": "^5.3.3 || ^7.0 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, "conflict": { - "vimeo/psalm": "<3.6.0" + "vimeo/psalm": "<3.9.1", + "phpstan/phpstan": "<0.12.20" }, "autoload": { "psr-4": { @@ -30,7 +31,8 @@ }, "autoload-dev": { "psr-4": { - "Webmozart\\Assert\\Tests\\": "tests/" + "Webmozart\\Assert\\Tests\\": "tests/", + "Webmozart\\Assert\\Bin\\": "bin/src" } } } diff --git a/php-webmozart-assert.spec b/php-webmozart-assert.spec index 5e3e26d..2ea734f 100644 --- a/php-webmozart-assert.spec +++ b/php-webmozart-assert.spec @@ -14,13 +14,13 @@ %global bootstrap 0 %global github_owner webmozart %global github_name assert -%global github_version 1.7.0 -%global github_commit aed98a490f9a8f78468232db345ab9cf606cf598 +%global github_version 1.10.0 +%global github_commit 6964c76c7804814a842473e0c8fd15bab0f18e25 %global composer_vendor webmozart %global composer_project assert -# "php": "^5.3.3 || ^7.0" +# "php": "^5.3.3 || ^7.0 || ^8.0" %global php_min_ver 5.3.3 # PHPUnit @@ -126,12 +126,13 @@ cp -rp src %{buildroot}%{phpdir}/Webmozart/Assert cat <<'BOOTSTRAP' | tee bootstrap.php - 1.10.0-1 +- update to 1.10.0 + +* Tue Jul 21 2020 Remi Collet - 1.9.1-1 +- update to 1.9.1 + * Sun Feb 23 2020 Shawn Iwinski - 1.7.0-1 - Update to 1.7.0 (RHBZ #1746998) - Disable bootstrap so tests run by default -- cgit