Skip to content

Commit 0859ed6

Browse files
Merge branch 'release/3.0.1'
2 parents 2dc7240 + e9f9804 commit 0859ed6

File tree

2 files changed

+27
-10
lines changed

2 files changed

+27
-10
lines changed

README.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# PHP Pipe Operator
22

3-
<a href="https://packagist.org/packages/sebastiaanluca/php-pipe-operator"><img src="https://poser.pugx.org/sebastiaanluca/php-pipe-operator/version" alt="Latest stable release"></img></a>
4-
<a href="LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="Software license"></img></a>
5-
<a href="https://travis-ci.org/sebastiaanluca/php-pipe-operator"><img src="https://img.shields.io/travis/sebastiaanluca/php-pipe-operator/master.svg" alt="Build status"></img></a>
6-
<a href="https://packagist.org/packages/sebastiaanluca/php-pipe-operator"><img src="https://img.shields.io/packagist/dt/sebastiaanluca/php-pipe-operator.svg" alt="Total downloads"></img></a>
3+
[![Latest stable release][version-badge]][link-packagist]
4+
[![Software license][license-badge]](LICENSE.md)
5+
[![Build status][travis-badge]][link-travis]
6+
[![Total downloads][downloads-badge]][link-packagist]
7+
[![Total stars][stars-badge]][link-github]
78

8-
<a href="https://packagist.org/packages/sebastiaanluca"><img src="https://img.shields.io/badge/link-packagist-lightgrey.svg" alt="View my other packages and projects"></img></a>
9-
<a href="https://blog.sebastiaanluca.com"><img src="https://img.shields.io/badge/link-blog-lightgrey.svg" alt="Read my blog"></img></a>
10-
<a href="https://twitter.com/sebastiaanluca"><img src="https://img.shields.io/twitter/follow/sebastiaanluca.svg?style=social" alt="Follow @sebastiaanluca on Twitter"></img></a>
11-
<a href="https://twitter.com/intent/tweet?text=Use%20PHP%27s%20pipe%20operator%20now!%20https%3A%2F%2Fgithub.com%2Fsebastiaanluca%2Fphp-pipe-operator%20via%20%40sebastiaanluca&source=webclient"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social" alt="Share this package on Twitter"></img></a>
9+
[![Read my blog][blog-link-badge]][link-blog]
10+
[![View my other packages and projects][packages-link-badge]][link-packages]
11+
[![Follow @sebastiaanluca on Twitter][twitter-profile-badge]][link-twitter]
12+
[![Share this package on Twitter][twitter-share-badge]][link-twitter-share]
1213

13-
A (hopefully) temporary solution to implement the pipe operator in PHP.
14+
**A (hopefully) temporary solution to implement the pipe operator in PHP.**
1415

1516
## Table of contents
1617

@@ -269,12 +270,28 @@ My name is Sebastiaan and I'm a freelance Laravel developer specializing in buil
269270

270271
Have a project that could use some guidance? Send me an e-mail at [[email protected]][link-author-email]!
271272

273+
274+
[version-badge]: https://img.shields.io/packagist/v/sebastiaanluca/php-pipe-operator.svg?label=stable
275+
[license-badge]: https://img.shields.io/badge/license-MIT-informational.svg
276+
[travis-badge]: https://img.shields.io/travis/sebastiaanluca/php-pipe-operator/master.svg
277+
[downloads-badge]: https://img.shields.io/packagist/dt/sebastiaanluca/php-pipe-operator.svg?color=brightgreen
278+
[stars-badge]: https://img.shields.io/github/stars/sebastiaanluca/php-pipe-operator.svg?color=brightgreen
279+
280+
[blog-link-badge]: https://img.shields.io/badge/link-blog-lightgrey.svg
281+
[packages-link-badge]: https://img.shields.io/badge/link-other_packages-lightgrey.svg
282+
[twitter-profile-badge]: https://img.shields.io/twitter/follow/sebastiaanluca.svg?style=social
283+
[twitter-share-badge]: https://img.shields.io/twitter/url/http/shields.io.svg?style=social
284+
285+
[link-github]: https://github.com/sebastiaanluca/php-pipe-operator
272286
[link-packagist]: https://packagist.org/packages/sebastiaanluca/php-pipe-operator
273287
[link-travis]: https://travis-ci.org/sebastiaanluca/php-pipe-operator
288+
[link-twitter-share]: https://twitter.com/intent/tweet?text=Use%20PHP%27s%20pipe%20operator%20now!%20https%3A%2F%2Fgithub.com%2Fsebastiaanluca%2Fphp-pipe-operator%20via%20%40sebastiaanluca
274289
[link-contributors]: ../../contributors
275290

276291
[link-portfolio]: https://www.sebastiaanluca.com
277292
[link-blog]: https://blog.sebastiaanluca.com
278293
[link-packages]: https://packagist.org/packages/sebastiaanluca
294+
[link-twitter]: https://twitter.com/sebastiaanluca
279295
[link-github-profile]: https://github.com/sebastiaanluca
280296
[link-author-email]: mailto:[email protected]
297+

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "^7.2"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^8.0"
25+
"phpunit/phpunit": "^8.2"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)