Skip to content

Commit 40b27bd

Browse files
committed
lol
1 parent 6deec78 commit 40b27bd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,34 +25,34 @@
2525
"require": {
2626
"php": "^8.1",
2727
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
28-
"escapestudios/symfony2-coding-standard": "phpcs4-dev",
29-
"slevomat/coding-standard": "phpcs4-dev",
28+
"escapestudios/symfony2-coding-standard": "dev-phpcs4",
29+
"slevomat/coding-standard": "dev-phpcs4",
3030
"squizlabs/php_codesniffer": "4.x-dev"
3131
},
3232
"require-dev": {
3333
"ergebnis/composer-normalize": "^2.45",
3434
"nikic/php-parser": "< 5.0.1",
3535
"phan/phan": "^5.4.5",
36+
"phpcsstandards/phpcsdevtools": "^1.2",
3637
"phpstan/phpstan": "^2.0",
3738
"phpstan/phpstan-strict-rules": "^2.0",
3839
"phpunit/phpunit": "^9.6.15",
3940
"psalm/plugin-phpunit": "^0.19",
4041
"sabre/event": ">= 5.1.6",
4142
"symfony/filesystem": ">= 5.4.45",
4243
"symfony/polyfill-php83": "^1.32",
43-
"vimeo/psalm": "^6.0.0",
44-
"phpcsstandards/phpcsdevtools": "^1.2"
44+
"vimeo/psalm": "^6.0.0"
4545
},
46+
"repositories": [
47+
{
48+
"type": "vcs",
49+
"url": "git@github.com:mmoll/Symfony-coding-standard.git"
50+
}
51+
],
4652
"config": {
4753
"allow-plugins": {
4854
"dealerdirect/phpcodesniffer-composer-installer": true,
4955
"ergebnis/composer-normalize": true
5056
}
51-
},
52-
"repositories": [
53-
{
54-
"type": "vcs",
55-
"url": "git@github.com:mmoll/Symfony-coding-standard.git"
5657
}
57-
]
5858
}

0 commit comments

Comments
 (0)