Skip to content

Commit

Permalink
PHAR: Removed copy.com patch, cacert bug is fixed in 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Mar 2, 2015
1 parent f7b3e33 commit 9216b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions build/phar-patch.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
#!/usr/bin/env php
<?php

$patches = array(
array(
'path' => __DIR__ . '/phar/copy/Api.php',
'search' => array('curl_setopt($this->curl, CURLOPT_CAINFO'),
'replace' => array('//curl_setopt($this->curl, CURLOPT_CAINFO'),
),
);
$patches = array();

$replacements = array(
array(
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
"dev-master": "1.1.x-dev"
}
}
}
}

0 comments on commit 9216b37

Please sign in to comment.