We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0211b commit ecd49dbCopy full SHA for ecd49db
composer.json
@@ -5,12 +5,12 @@
5
"type": "library",
6
"require": {
7
"php": "^7.4 || ^8.0",
8
- "friendsofphp/php-cs-fixer": "^3.22",
9
- "kubawerlos/php-cs-fixer-custom-fixers": "^3.16.2"
+ "kubawerlos/php-cs-fixer-custom-fixers": "^3.16.2",
+ "php-cs-fixer/shim": "^3.22"
10
},
11
"require-dev": {
12
- "phpunit/phpunit": "^9.6.10",
13
- "vimeo/psalm": "^5.14.1"
+ "phpunit/phpunit": "^9.6.11",
+ "vimeo/psalm": "^5.15.0"
14
15
"autoload": {
16
"psr-4": {
0 commit comments