|
7 | 7 |
|
8 | 8 |
|
9 | 9 | <p align="center"> |
10 | | - <a href="http://semver.org">Semantic versioning</a> helper library for PHP |
11 | | - -- by, <a href="https://www.ChrisKankiewicz.com">Chris Kankiewicz</a> (<a href="https://twitter.com/PHLAK">@PHLAK</a>) |
| 10 | + <a href="http://semver.org">Semantic versioning</a> helper library |
| 11 | + • Created by <a href="https://www.ChrisKankiewicz.com">Chris Kankiewicz</a> (<a href="https://twitter.com/PHLAK">@PHLAK</a>) |
12 | 12 | </p> |
13 | 13 |
|
14 | 14 | <p align="center"> |
15 | 15 | <a href="https://packagist.org/packages/PHLAK/SemVer"><img src="https://img.shields.io/packagist/v/PHLAK/SemVer.svg?style=flat-square" alt="Latest Stable Version"></a> |
16 | 16 | <a href="https://packagist.org/packages/PHLAK/SemVer"><img src="https://img.shields.io/packagist/dt/PHLAK/SemVer.svg?style=flat-square" alt="Total Downloads"></a> |
17 | 17 | <a href="https://packagist.org/packages/PHLAK/SemVer"><img src="https://img.shields.io/packagist/l/PHLAK/SemVer.svg?style=flat-square" alt="License"></a> |
18 | | - <a href="https://travis-ci.org/PHLAK/SemVer"><img src="https://img.shields.io/travis/PHLAK/SemVer.svg?style=flat-square" alt="Build Status"></a> |
| 18 | + <a href="https://travis-ci.org/PHLAK/SemVer"><img src="https://img.shields.io/travis/PHLAK/SemVer.svg?branch=master&style=flat-square" alt="Build Status"></a> |
19 | 19 | <a href="https://styleci.io/repos/95623990"><img src="https://styleci.io/repos/95623990/shield?branch=master" alt="StyleCI"></a> |
20 | 20 | <br> |
21 | | - <a href="https://ln.phlak.net/join-slack"><img src="https://img.shields.io/badge/Join_our-Slack-611f69.svg?style=flat-square" alt="Join our"></a> |
| 21 | + <a href="https://spectrum.chat/directory-lister"><img src="https://img.shields.io/badge/Join_the-Community-7b16ff.svg?style=flat-square" alt="Join our Community"></a> |
22 | 22 | <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> |
23 | | - <a href="https://patreon.com/PHLAK"><img src="https://img.shields.io/badge/Become_a-Patron-e7513b.svg?style=flat-square" alt="Become a Patron"></a> |
24 | 23 | <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> |
25 | | - <br> |
26 | | - <a href="https://www.ChrisKankiewicz.com"><img src="https://img.shields.io/badge/created_by-Chris%20Kankiewicz-319795.svg?style=for-the-badge" alt="Author"></a> |
27 | 24 | </p> |
28 | 25 |
|
29 | 26 | --- |
30 | 27 |
|
31 | | -Introduction |
32 | | ------------- |
33 | | - |
34 | | -Semantic versioning helper for PHP. |
35 | | - |
36 | 28 | Requirements |
37 | 29 | ------------ |
38 | 30 |
|
39 | 31 | - [PHP](https://php.net) >= 7.1 |
40 | 32 |
|
41 | | -Install with Composer |
42 | | ---------------------- |
| 33 | +Installation |
| 34 | +------------ |
43 | 35 |
|
44 | 36 | ```bash |
45 | 37 | composer require phlak/semver |
@@ -131,7 +123,7 @@ $version1->lte($version2); // true |
131 | 123 | Troubleshooting |
132 | 124 | --------------- |
133 | 125 |
|
134 | | -For general help and support join our [Slack Workspace](https://ln.phlak.net/join-slack). |
| 126 | +For general help and support join our [Spectrum Community](https://spectrum.chat/phlaknet) or reach out on [Twitter](https://twitter.com/PHLAK). |
135 | 127 |
|
136 | 128 | Please report bugs to the [GitHub Issue Tracker](https://github.com/PHLAK/SemVer/issues). |
137 | 129 |
|
|
0 commit comments