Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit e69ac61

Browse files
committed
[EasyCodingStandard] fix tests
1 parent 564883f commit e69ac61

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
"symfony-cmf/routing-bundle": "^2.0",
4646
"slevomat/coding-standard": "^2.1",
47-
"squizlabs/php_codesniffer": "3.0.0RC4 as 2.8.1",
47+
"squizlabs/php_codesniffer": "3.0.0 as 2.8.1",
4848
"friendsofphp/php-cs-fixer": "^2.3",
4949

5050
"laravel/framework": "^5.4",

packages/EasyCodingStandard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Install
88

99
```bash
10-
composer require symplify/easy-coding-standard:2.0-RC4
10+
composer require symplify/easy-coding-standard:v2.0.0-RC3
1111
```
1212

1313

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
checkers:
2+
- Symplify\CodingStandard\Sniffs\Classes\FinalInterfaceSniff

0 commit comments

Comments
 (0)