Skip to content

Commit e578b87

Browse files
committed
Rename "phpdoc-parser" package to "phpdoc"
1 parent 7878391 commit e578b87

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
---
66

77
<p align="center">
8-
<a href="https://packagist.org/packages/type-lang/phpdoc-parser"><img src="https://poser.pugx.org/type-lang/phpdoc-parser/require/php?style=for-the-badge" alt="PHP 8.1+"></a>
9-
<a href="https://packagist.org/packages/type-lang/phpdoc-parser"><img src="https://poser.pugx.org/type-lang/phpdoc-parser/version?style=for-the-badge" alt="Latest Stable Version"></a>
10-
<a href="https://packagist.org/packages/type-lang/phpdoc-parser"><img src="https://poser.pugx.org/type-lang/phpdoc-parser/v/unstable?style=for-the-badge" alt="Latest Unstable Version"></a>
11-
<a href="https://raw.githubusercontent.com/php-type-language/phpdoc-parser/blob/master/LICENSE"><img src="https://poser.pugx.org/type-lang/phpdoc-parser/license?style=for-the-badge" alt="License MIT"></a>
8+
<a href="https://packagist.org/packages/type-lang/phpdoc"><img src="https://poser.pugx.org/type-lang/phpdoc/require/php?style=for-the-badge" alt="PHP 8.1+"></a>
9+
<a href="https://packagist.org/packages/type-lang/phpdoc"><img src="https://poser.pugx.org/type-lang/phpdoc/version?style=for-the-badge" alt="Latest Stable Version"></a>
10+
<a href="https://packagist.org/packages/type-lang/phpdoc"><img src="https://poser.pugx.org/type-lang/phpdoc/v/unstable?style=for-the-badge" alt="Latest Unstable Version"></a>
11+
<a href="https://raw.githubusercontent.com/php-type-language/phpdoc/blob/master/LICENSE"><img src="https://poser.pugx.org/type-lang/phpdoc/license?style=for-the-badge" alt="License MIT"></a>
1212
</p>
1313
<p align="center">
14-
<a href="https://github.com/php-type-language/phpdoc-parser/actions"><img src="https://github.com/php-type-language/phpdoc-parser/workflows/tests/badge.svg"></a>
14+
<a href="https://github.com/php-type-language/phpdoc/actions"><img src="https://github.com/php-type-language/phpdoc/workflows/tests/badge.svg"></a>
1515
</p>
1616

1717
The PHP reference implementation for Type Language PhpDoc Parser.
@@ -24,7 +24,7 @@ Type Language PHPDoc Parser is available as Composer repository and can
2424
be installed using the following command in a root of your project:
2525

2626
```sh
27-
$ composer require type-lang/phpdoc-parser
27+
$ composer require type-lang/phpdoc
2828
```
2929

3030
## Quick Start

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "type-lang/phpdoc-parser",
2+
"name": "type-lang/phpdoc",
33
"type": "library",
44
"description": "PHPDoc",
55
"keywords": ["language", "php", "phpdoc", "docblock", "tags", "dictionary"],
66
"license": "MIT",
77
"support": {
8-
"source": "https://github.com/php-type-language/phpdoc-parser",
9-
"issues": "https://github.com/php-type-language/phpdoc-parser/issues"
8+
"source": "https://github.com/php-type-language/phpdoc",
9+
"issues": "https://github.com/php-type-language/phpdoc/issues"
1010
},
1111
"require": {
1212
"php": "^8.1"

0 commit comments

Comments
 (0)