Skip to content

Commit 39ece8d

Browse files
authored
Update badges
1 parent 43c7f15 commit 39ece8d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Dot - PHP dot notation access to arrays
22

3-
[![Build Status](https://travis-ci.org/adbario/php-dot-notation.svg?branch=2.x)](https://travis-ci.org/adbario/php-dot-notation)
4-
[![Coverage Status](https://coveralls.io/repos/github/adbario/php-dot-notation/badge.svg?branch=2.x)](https://coveralls.io/github/adbario/php-dot-notation?branch=2.x)
5-
[![Total Downloads](https://poser.pugx.org/adbario/php-dot-notation/downloads)](https://packagist.org/packages/adbario/php-dot-notation)
6-
[![License](https://poser.pugx.org/adbario/php-dot-notation/license)](LICENSE.md)
3+
<div>
4+
<a href="https://github.com/adbario/php-dot-notation/actions/workflows/tests.yml?query=branch%3A2.x"><img src="https://img.shields.io/github/workflow/status/adbario/php-dot-notation/tests/2.x?label=tests&style=for-the-badge" alt="Build Status"></a>
5+
<a href="https://coveralls.io/github/adbario/php-dot-notation?branch=2.x"><img src="https://img.shields.io/coveralls/github/adbario/php-dot-notation/2.x?style=for-the-badge" alt="Coverage Status"></a>
6+
<a href="https://packagist.org/packages/adbario/php-dot-notation"><img src="https://img.shields.io/packagist/dt/adbario/php-dot-notation?style=for-the-badge" alt="Total Downloads"></a>
7+
<a href="https://packagist.org/packages/adbario/php-dot-notation"><img src="https://img.shields.io/packagist/v/adbario/php-dot-notation?label=stable&style=for-the-badge" alt="Latest Stable Version"></a>
8+
<a href="LICENSE.md"><img src="https://img.shields.io/packagist/l/adbario/php-dot-notation?style=for-the-badge" alt="License"></a>
9+
</div>
710

811
Dot provides an easy access to arrays of data with dot notation in a lightweight and fast way. Inspired by Laravel Collection.
912

0 commit comments

Comments
 (0)