Skip to content

Commit 98f47b7

Browse files
committed
Badges
1 parent 36c4446 commit 98f47b7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
#CurlHttp
1+
#CurlHttp
2+
[![Total Downloads](https://img.shields.io/packagist/dt/phpcurl/curlhttp.svg)](https://packagist.org/packages/phpcurl/curlhttp)
3+
[![Latest Stable Version](https://img.shields.io/packagist/v/phpcurl/curlhttp.svg)](https://packagist.org/packages/phpcurl/curlhttp)
4+
[![Travis Build](https://travis-ci.org/phpcurl/curlhttp.svg?branch=master)](https://travis-ci.org/phpcurl/curlhttp)
5+
[![SensioLabs Insight](https://img.shields.io/sensiolabs/i/bec0987d-5d9e-4895-9a34-435d5191710c.svg)](https://insight.sensiolabs.com/projects/bec0987d-5d9e-4895-9a34-435d5191710c)
6+
7+
28
The simplest cURL HTTP client for PHP
39

410
##Install

phpunit.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
syntaxCheck="true">
1313
<testsuites>
1414
<testsuite name="Main">
15-
<directory>./test</directory>
15+
<directory>test</directory>
16+
<exclude>test/HttpClientFunctionalTest.php</exclude>
1617
</testsuite>
1718
</testsuites>
1819
<filter>

0 commit comments

Comments
 (0)