Skip to content

Commit 7874129

Browse files
committed
Fix README
1 parent 3615846 commit 7874129

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
@@ -12,7 +12,7 @@ it includes :
1212
Installation with composer :
1313

1414
```bash
15-
composer require etsglobal/php-static-analysis --dev
15+
composer require arty/php-coding-standard --dev
1616
```
1717

1818
## Usage
@@ -51,7 +51,7 @@ $ ./vendor/bin/phpstan analyse --level=max src
5151

5252
### PHPMD
5353

54-
In your project, create a `pphmd.xml` file and fill it up with :
54+
In your project, create a `phpmd.xml` file and fill it up with :
5555

5656
```xml
5757
<?xml version="1.0"?>
@@ -64,7 +64,7 @@ In your project, create a `pphmd.xml` file and fill it up with :
6464
Arty ruleset
6565
</description>
6666

67-
<rule ref="./vendor/etsglobal/php-static-analysis/lib/phpmd/phpmd.xml"/>
67+
<rule ref="./vendor/arty/php-coding-standard/lib/phpmd/phpmd.xml"/>
6868
</ruleset>
6969
```
7070

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "phpcodesniffer-standard",
55
"license": "MIT",
66
"require": {
7-
"php": "^8.2",
7+
"php": "^8.3",
88
"squizlabs/php_codesniffer": "^3.8",
99
"slevomat/coding-standard": "^8.14",
1010
"phpmd/phpmd": "^2.15",

0 commit comments

Comments
 (0)