Skip to content

Commit dfe1323

Browse files
authored
Update README.md
1 parent 128072d commit dfe1323

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP Stubs Generator
22

3-
[![Build Status](https://travis-ci.org/GiacoCorsiglia/php-stubs-generator.svg?branch=master)](https://travis-ci.org/GiacoCorsiglia/php-stubs-generator)
3+
[![Build Status](https://travis-ci.org/php-stubs/generator.svg?branch=master)](https://travis-ci.com/github/php-stubs/generator)
44

55
Use this tool to generate stub declarations for functions, classes, interfaces, and global variables defined in any PHP code. The stubs can subsequently be used to facilitate IDE completion or static analysis via [Psalm](https://getpsalm.org) or potentially other tools. Stub generation is particularly useful for code which mixes definitions with side-effects.
66

@@ -75,7 +75,7 @@ namespace MyNamespace {
7575
To install:
7676

7777
```
78-
composer global require giacocorsiglia/stubs-generator
78+
composer global require php-stubs/generator
7979
```
8080

8181
To get the pretty-printed stubs for all the PHP files in a directory:
@@ -103,7 +103,7 @@ generate-stubs --help
103103
To install:
104104

105105
```
106-
composer require giacocorsiglia/stubs-generator
106+
composer require php-stubs/generator
107107
```
108108

109109
### Simple Example

0 commit comments

Comments
 (0)