You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,10 @@ First require the package via composer:
8
8
## Choose a version
9
9
After that, decide which configuration you want to use, currently the following configurations are supported:
10
10
- PHP 7.4
11
-
- PHP 8.0 (depends on PHP 7.4)
12
-
- PHP 8.1 (depends on PHP 8.0)
13
-
- PHP 8.2 (depends on PHP 8.1)
14
-
15
-
## Notice
16
-
Due to the use of (FriendsOfPHP/PHP-CS-Fixer)[https://github.com/FriendsOfPHP/PHP-CS-Fixer] the cs-fixer currently currently only be executed with PHP7.4 and PHP8.0.
17
-
18
-
Otherwise you need to use the ENV-Variable `PHP_CS_FIXER_IGNORE_ENV="true"`.
11
+
- PHP 8.0
12
+
- PHP 8.1
13
+
- PHP 8.2
14
+
- PHP 8.3
19
15
20
16
## Implementation
21
17
- Create a `.php-cs-fixer.dist.php` or add the one provided by the project to the root folder of your project.
0 commit comments