summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-25 16:48:15 +0200
committerRemi Collet <remi@php.net>2024-09-25 16:48:15 +0200
commit025e0f2f754e737e5483eb057dc7b5fd0df37c4c (patch)
tree9f2710c2382b4c6741c8d7f0492e70c8275ca74a
parent28ffdf27425314fd2bfaf0e3b942af8bb36dff07 (diff)
update to 1.5.2 (no change)HEADmaster
-rw-r--r--composer.json6
-rw-r--r--php-composer-ca-bundle.spec9
2 files changed, 9 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index c2ed5ac..c2ce2bb 100644
--- a/composer.json
+++ b/composer.json
@@ -27,7 +27,7 @@
"php": "^7.2 || ^8.0"
},
"require-dev": {
- "symfony/phpunit-bridge": "^4.2 || ^5",
+ "phpunit/phpunit": "^8 || ^9",
"phpstan/phpstan": "^1.10",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
@@ -48,7 +48,7 @@
}
},
"scripts": {
- "test": "vendor/bin/simple-phpunit",
- "phpstan": "vendor/bin/phpstan analyse"
+ "test": "@php phpunit",
+ "phpstan": "@php phpstan analyse"
}
}
diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec
index 6ffcd18..1886dfb 100644
--- a/php-composer-ca-bundle.spec
+++ b/php-composer-ca-bundle.spec
@@ -9,14 +9,14 @@
%bcond_without tests
-%global gh_commit 063d9aa8696582f5a41dffbbaf3c81024f0a604a
+%global gh_commit 48a792895a2b7a6ee65dd5442c299d7b835b6137
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner composer
%global gh_project ca-bundle
%global php_home %{_datadir}/php
Name: php-composer-ca-bundle
-Version: 1.5.1
+Version: 1.5.2
Release: 1%{?dist}
Summary: Lets you find a path to the system CA
@@ -36,7 +36,7 @@ BuildRequires: php-openssl
BuildRequires: php-pcre
BuildRequires: php-cli
# From composer.json, "require": {
-# "symfony/phpunit-bridge": "^4.2 || ^5",
+# "symfony/phpunit-bridge": "^8 || ^9",
# "phpstan/phpstan": "^1.10",
# "psr/log": "^1.0",
# "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
@@ -127,6 +127,9 @@ exit $ret
%changelog
+* Wed Sep 25 2024 Remi Collet <remi@remirepo.net> - 1.5.2-1
+- update to 1.5.2 (no change)
+
* Tue Jul 9 2024 Remi Collet <remi@remirepo.net> - 1.5.1-1
- update to 1.5.1 (no change)