Skip to content

Commit 16861e8

Browse files
committed
Rename package and moved to PHP-DI organization
1 parent cc4dd38 commit 16861e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# PhpDocReader
22

3-
[![Build Status](https://img.shields.io/travis/mnapoli/PhpDocReader.svg)](https://travis-ci.org/mnapoli/PhpDocReader)
4-
[![Coverage Status](https://img.shields.io/coveralls/mnapoli/PhpDocReader.svg)](https://coveralls.io/r/mnapoli/PhpDocReader)
5-
![](https://img.shields.io/packagist/dt/mnapoli/PhpDocReader.svg)
3+
[![Build Status](https://img.shields.io/travis/PHP-DI/PhpDocReader.svg)](https://travis-ci.org/mnapoli/PhpDocReader)
4+
[![Coverage Status](https://img.shields.io/coveralls/PHP-DI/PhpDocReader.svg)](https://coveralls.io/r/mnapoli/PhpDocReader)
5+
![](https://img.shields.io/packagist/dt/PHP-DI/phpdoc-reader.svg)
66

77
This project is used by:
88

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mnapoli/phpdocreader",
2+
"name": "php-di/phpdoc-reader",
33
"type": "library",
44
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
55
"keywords": ["phpdoc", "reflection"],

0 commit comments

Comments
 (0)