Skip to content

Commit 42ad6dd

Browse files
committed
Fix broken links in readme
1 parent aadcfd7 commit 42ad6dd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
PHP Structure Check
22
===================
33

4-
[![Build Status](https://travis-ci.org/1blankz7/php-structure-check.svg?branch=master)](https://travis-ci.org/1blankz7/php-structure-check)
5-
[![Latest Stable Version](https://poser.pugx.org/1blankz7/php-structure-check/v/stable)](https://packagist.org/packages/1blankz7/php-structure-check)
6-
[![Total Downloads](https://poser.pugx.org/1blankz7/php-structure-check/downloads)](https://packagist.org/packages/1blankz7/php-structure-check)
7-
[![License](https://poser.pugx.org/1blankz7/php-structure-check/license)](https://packagist.org/packages/1blankz7/php-structure-check)
4+
[![Build Status](https://travis-ci.org/CubiclDev/php-structure-check.svg?branch=master)](https://travis-ci.org/CubiclDev/php-structure-check)
5+
[![License](https://poser.pugx.org/cubicl/php-structure-check/license)](https://packagist.org/packages/cubicl/php-structure-check)
86

97
This library can check a complex array structure against a given requirement.
108
The purpose of this library is to create a better experience when testing a result set from an api or something similar.

0 commit comments

Comments
 (0)