Skip to content

Commit 9bc2947

Browse files
committed
Update README.md
1 parent 666a615 commit 9bc2947

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22

33
[![Actions Status][actions badge]][actions link]
44
[![Coverage Status][:badge-codecov:]][:build-codecov:]
5-
[![License][:badge-license:]][:ext-license:]
65
[![Discord][:badge-discord:]][discord link]
76

87
The Zephir Parser delivered as a C extension for the PHP language.
98

10-
Supported PHP versions: **7.0**, **7.1**, **7.2**, **7.3**, **7.4**, **8.0**, **8.1** and **8.2**
11-
12-
**NOTE:** The [`development`][:dev-branch:]
13-
branch will always contain the latest **unstable** version. If you wish to
14-
check older versions or formal, tagged release, please switch to the
15-
relevant [branch][:branches:]/[tag][:tags:].
9+
Supported PHP versions: **7.0**, **7.1**, **7.2**, **7.3**, **7.4**, **8.0**, **8.1**, **8.2**, **8.3**, **8.4** and **8.5**
1610

1711
## Get Started
1812

@@ -145,11 +139,6 @@ Support us with a monthly donation and help us continue our activities.
145139
<img src="https://opencollective.com/phalcon/tiers/backers.svg?avatarHeight=48&width=800&height=200" alt="">
146140
</a>
147141

148-
## License
149-
150-
Zephir Parser is open source software licensed under the MIT License (MIT).
151-
See the [LICENSE][:ext-license:] file for more information.
152-
153142
[actions link]: https://github.com/zephir-lang/php-zephir-parser/actions
154143
[actions badge]: https://github.com/zephir-lang/php-zephir-parser/actions/workflows/ci.yml/badge.svg
155144

@@ -158,9 +147,8 @@ See the [LICENSE][:ext-license:] file for more information.
158147
[:badge-codecov:]: https://codecov.io/gh/zephir-lang/php-zephir-parser/branch/development/graph/badge.svg
159148
[:badge-license:]: https://img.shields.io/badge/license-MIT-brightgreen.svg
160149
[:build-codecov:]: https://codecov.io/gh/zephir-lang/php-zephir-parser
161-
[:ext-license:]: https://github.com/zephir-lang/php-zephir-parser/blob/master/LICENSE
162150
[:latest-release:]: https://github.com/zephir-lang/php-zephir-parser/releases/latest
163-
[:dev-branch:]:https://github.com/zephir-lang/php-zephir-parser/tree/development
151+
[:dev-branch:]: https://github.com/zephir-lang/php-zephir-parser/tree/development
164152
[:branches:]: https://github.com/zephir-lang/php-zephir-parser/branches
165153
[:tags:]: https://github.com/zephir-lang/php-zephir-parser/tags
166154
[:re2c:]: http://re2c.org

0 commit comments

Comments
 (0)