Skip to content

Commit bd43c59

Browse files
author
Kirill Nesmeyanov
committed
Upgrade readme and fix composer dependencies
1 parent f778728 commit bd43c59

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@
1616
<a href="https://github.com/php-type-language/parser/actions"><img src="https://github.com/php-type-language/parser/workflows/tests/badge.svg"></a>
1717
</p>
1818

19-
The PHP reference implementation for Type Language parser.
20-
21-
## Getting Started
19+
The PHP reference implementation for Type Language Parser.
2220

2321
**Type Language** is a declarative type language inspired by static analyzers
2422
like [PHPStan](https://phpstan.org/) and [Psalm](https://psalm.dev/docs/).
2523

26-
Read [documentation pages](https://docs.phpdoc.io) for more
27-
information.
24+
Read [documentation pages](https://docs.phpdoc.io) for more information.
2825

2926
## Installation
3027

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "2.0.x-dev",
41-
"dev-main": "2.0.x-dev"
40+
"dev-master": "1.0.x-dev",
41+
"dev-main": "1.0.x-dev"
4242
}
4343
},
4444
"config": {

0 commit comments

Comments
 (0)