Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 6e0b215

Browse files
Merge branch 'release/3.0.2'
2 parents e695d71 + adad6ee commit 6e0b215

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
</p>
44

55
<p align="center">
6-
<a href="https://packagist.org/packages/sebastiaanluca/laravel-helpers"><img src="https://poser.pugx.org/sebastiaanluca/laravel-helpers/version" alt="Latest stable release"></img></a>
6+
<a href="https://packagist.org/packages/sebastiaanluca/laravel-helpers"><img src="https://img.shields.io/packagist/v/sebastiaanluca/laravel-helpers.svg?label=stable" alt="Latest stable release"></img></a>
77
<a href="LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="Software license"></img></a>
88
<a href="https://travis-ci.org/sebastiaanluca/laravel-helpers"><img src="https://img.shields.io/travis/sebastiaanluca/laravel-helpers/master.svg" alt="Build status"></img></a>
99
<a href="https://packagist.org/packages/sebastiaanluca/laravel-helpers"><img src="https://img.shields.io/packagist/dt/sebastiaanluca/laravel-helpers.svg" alt="Total downloads"></img></a>
10+
<a href="https://packagist.org/packages/sebastiaanluca/laravel-helpers"><img src="https://img.shields.io/github/stars/sebastiaanluca/laravel-helpers.svg?color=brightgreen" alt="Total downloads"></img></a>
1011
</p>
1112

1213
<p align="center">

phpunit.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
stopOnFailure="false"
1414
failOnRisky="true"
1515
failOnWarning="true"
16-
stopOnError="false">
16+
stopOnError="false"
17+
cacheResult="false"
18+
cacheTokens="false"
19+
>
1720
<testsuites>
1821
<testsuite name="Feature Tests">
1922
<directory suffix="Test.php">./tests/Feature</directory>

0 commit comments

Comments
 (0)