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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Where the `$configs` parameters must implements `PhpCsFixer/ConfigInterface`.
38
38
39
39
## Requirements
40
40
41
-
* PHP >= 7.1.3
41
+
* PHP >= 7.4
42
42
43
43
## Installation
44
44
@@ -50,7 +50,7 @@ See the [PHP CS Fixer documentation](https://github.com/FriendsOfPHP/PHP-CS-Fixe
50
50
51
51
## Code quality, tests and benchmarks
52
52
53
-
Every time changes are introduced into the library, [Github](https://github.com/drupol/phpcsfixer-configs-php/actions) run the tests and the benchmarks.
53
+
Every time changes are introduced into the library, [Github Actions](https://github.com/drupol/phpcsfixer-configs-php/actions) run the tests and the benchmarks.
54
54
55
55
The library has tests written with [PHPSpec](http://www.phpspec.net/).
56
56
Feel free to check them out in the `spec` directory. Run `composer phpspec` to trigger the tests.
@@ -69,8 +69,6 @@ Feel free to contribute to this library by sending Github pull requests. I'm qui
0 commit comments