Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit ca7519b

Browse files
authored
Merge pull request #12 from dereuromark/master
Use https link.
2 parents 3194016 + 499dd74 commit ca7519b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cake adapter for PHP-HTTP",
44
"license": "MIT",
55
"keywords": ["cakephp", "httplug", "http", "cake"],
6-
"homepage": "http://httplug.io",
6+
"homepage": "https://httplug.io",
77
"authors": [
88
{
99
"name": "Joel Wurtz",

Diff for: phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</testsuite>
77
</testsuites>
88
<php>
9-
<server name="TEST_SERVER" value="http://127.0.0.1:10000/server.php" />
9+
<server name="TEST_SERVER" value="http://127.0.0.1:10000/server.php"/>
1010
</php>
1111
<filter>
1212
<whitelist>

0 commit comments

Comments
 (0)