File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ charset = utf-8
66trim_trailing_whitespace = true
77insert_final_newline = true
88
9- [* .{ yml,yaml} ]
9+ [* .yml ]
1010indent_size = 2
1111
1212[Makefile ]
Original file line number Diff line number Diff line change 1- name : CI
1+ name : tests
22
33on : [push, pull_request]
44
Original file line number Diff line number Diff line change 11![ PHP Dot Notation] ( https://user-images.githubusercontent.com/22136575/161442912-96d96b7b-9c99-4854-959c-86636093cea4.png )
22
33<div align =" center " >
4- <a href =" https://github.com/adbario/php-dot-notation/actions?query=branch%3A3.x " ><img src =" https://github.com/adbario/php-dot-notation/actions/workflows/ci.yaml /badge.svg " alt =" Build Status " ></a >
4+ <a href =" https://github.com/adbario/php-dot-notation/actions?query=branch%3A3.x " ><img src =" https://github.com/adbario/php-dot-notation/actions/workflows/tests.yml /badge.svg " alt =" Build Status " ></a >
55 <a href =" https://coveralls.io/github/adbario/php-dot-notation?branch=3.x " ><img src =" https://coveralls.io/repos/github/adbario/php-dot-notation/badge.svg?branch=3.x " alt =" Coverage Status " ></a >
66 <a href =" https://packagist.org/packages/adbario/php-dot-notation " ><img src =" https://poser.pugx.org/adbario/php-dot-notation/downloads " alt =" Total Downloads " ></a >
77 <a href =" https://packagist.org/packages/adbario/php-dot-notation " ><img src =" https://poser.pugx.org/adbario/php-dot-notation/v/stable.svg " alt =" Latest Stable Version " ></a >
88 <a href =" LICENSE.md " ><img src =" https://poser.pugx.org/adbario/php-dot-notation/license " alt =" License " ></a >
99</div >
1010
11- # Dot - Dot notation access to PHP arrays
11+ ## About Dot
1212
1313Dot provides an easy access to arrays of data with dot notation in a lightweight and fast way. Inspired by Laravel Collection.
1414
You can’t perform that action at this time.
0 commit comments