summaryrefslogtreecommitdiffstats
path: root/php-composer-ca-bundle-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-03-15 15:43:04 +0100
committerRemi Collet <remi@php.net>2024-03-15 15:43:04 +0100
commit0bbf6e68bb71cbc6b79214d1ea8690c6897e5f32 (patch)
treea43323f028843fe35f14420d0f75cc3f266f56e4 /php-composer-ca-bundle-rpm.patch
parentc539d736041f95a5fa174f49644d84429bb56703 (diff)
update to 1.5.0HEADmaster
raise dependency on PHP 7.2
Diffstat (limited to 'php-composer-ca-bundle-rpm.patch')
-rw-r--r--php-composer-ca-bundle-rpm.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/php-composer-ca-bundle-rpm.patch b/php-composer-ca-bundle-rpm.patch
index 9ff37d0..3dfdc65 100644
--- a/php-composer-ca-bundle-rpm.patch
+++ b/php-composer-ca-bundle-rpm.patch
@@ -13,8 +13,8 @@ diff -up ./src/CaBundle.php.rpm ./src/CaBundle.php
diff -up ./tests/CaBundleTest.php.rpm ./tests/CaBundleTest.php
--- ./tests/CaBundleTest.php.rpm 2021-01-12 13:55:35.957422992 +0100
+++ ./tests/CaBundleTest.php 2021-01-12 13:56:54.872069486 +0100
-@@ -124,7 +124,7 @@ class CaBundleTest extends TestCase
- public function testOpenBaseDir()
+@@ -97,7 +97,7 @@ class CaBundleTest extends TestCase
+ public function testOpenBaseDir(): void
{
$oldValue = ini_get('open_basedir') ?: '';
- ini_set('open_basedir', dirname(__DIR__));