Skip to content

Commit 9216b37

Browse files
PHAR: Removed copy.com patch, cacert bug is fixed in 1.1.5
1 parent f7b3e33 commit 9216b37

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

build/phar-patch.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
$patches = array(
5-
array(
6-
'path' => __DIR__ . '/phar/copy/Api.php',
7-
'search' => array('curl_setopt($this->curl, CURLOPT_CAINFO'),
8-
'replace' => array('//curl_setopt($this->curl, CURLOPT_CAINFO'),
9-
),
10-
);
4+
$patches = array();
115

126
$replacements = array(
137
array(

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
"dev-master": "1.1.x-dev"
4545
}
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)