11<p align =" center " >
2- <img src =" glob .svg" alt =" Glob " width =" 50% " >
2+ <img src =" splat .svg" alt =" Splat " width =" 50% " >
33</p >
44
55<p align =" center " >
6- <a href =" https://github.com/PHLAK/Glob /blob/master/LICENSE " ><img src =" https://img.shields.io/github/license/PHLAK/Glob ?style=flat-square " alt =" License " ></a >
6+ <a href =" https://github.com/PHLAK/Splat /blob/master/LICENSE " ><img src =" https://img.shields.io/github/license/PHLAK/Splat ?style=flat-square " alt =" License " ></a >
77 <a href =" https://spectrum.chat/phlaknet " ><img src =" https://img.shields.io/badge/Join_the-Community-7b16ff.svg?style=flat-square " alt =" Join our Community " ></a >
88 <a href =" https://github.com/users/PHLAK/sponsorship " ><img src =" https://img.shields.io/badge/Become_a-Sponsor-cc4195.svg?style=flat-square " alt =" Become a Sponsor " ></a >
99 <a href =" https://paypal.me/ChrisKankiewicz " ><img src =" https://img.shields.io/badge/Make_a-Donation-006bb6.svg?style=flat-square " alt =" One-time Donation " ></a >
10- <a href =" https://travis-ci.com/PHLAK/Glob " ><img src =" https://img.shields.io/travis/com/PHLAK/Glob /master?style=flat-square " alt =" Build Status " ></a >
10+ <a href =" https://travis-ci.com/PHLAK/Splat " ><img src =" https://img.shields.io/travis/com/PHLAK/Splat /master?style=flat-square " alt =" Build Status " ></a >
1111 <a href =" https://styleci.io/repos/1375774 " ><img src =" https://styleci.io/repos/1375774/shield?branch=master " alt =" StyleCI " ></a >
1212</p >
1313
@@ -18,20 +18,20 @@ Glob-like file and pattern matching utility.
1818Requirements
1919------------
2020
21- - [ PHP] ( https://www.php.net/ ) >= 7.0
21+ - [ PHP] ( https://www.php.net/ ) >= 7.2
2222
2323Installation
2424------------
2525
26- composer require phlak/glob
26+ composer require phlak/splat
2727
2828Usage
2929-------------
3030
3131### Initialization
3232
3333 ``` php
34- use PHLAK\Utilities \Glob;
34+ use PHLAK\Splat \Glob;
3535
3636 new Glob($pattern);
3737 // or
@@ -175,16 +175,16 @@ Escape glob pattern characters from a string.
175175Changelog
176176---------
177177
178- A list of changes can be found on the [ GitHub Releases] ( https://github.com/PHLAK/Glob /releases ) page.
178+ A list of changes can be found on the [ GitHub Releases] ( https://github.com/PHLAK/Splat /releases ) page.
179179
180180Troubleshooting
181181---------------
182182
183183For general help and support join our [ Spectrum Community] ( https://spectrum.chat/phlaknet ) or reach out on [ Twitter] ( https://twitter.com/PHLAK ) .
184184
185- Please report bugs to the [ GitHub Issue Tracker] ( https://github.com/PHLAK/Glob /issues ) .
185+ Please report bugs to the [ GitHub Issue Tracker] ( https://github.com/PHLAK/Splat /issues ) .
186186
187187Copyright
188188---------
189189
190- This project is licensed under the [ MIT License] ( https://github.com/PHLAK/Glob /blob/master/LICENSE ) .
190+ This project is licensed under the [ MIT License] ( https://github.com/PHLAK/Splat /blob/master/LICENSE ) .
0 commit comments