|
25 | 25 | "require": { |
26 | 26 | "php": "^8.1", |
27 | 27 | "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", |
30 | 30 | "squizlabs/php_codesniffer": "4.x-dev" |
31 | 31 | }, |
32 | 32 | "require-dev": { |
33 | 33 | "ergebnis/composer-normalize": "^2.45", |
34 | 34 | "nikic/php-parser": "< 5.0.1", |
35 | 35 | "phan/phan": "^5.4.5", |
| 36 | + "phpcsstandards/phpcsdevtools": "^1.2", |
36 | 37 | "phpstan/phpstan": "^2.0", |
37 | 38 | "phpstan/phpstan-strict-rules": "^2.0", |
38 | 39 | "phpunit/phpunit": "^9.6.15", |
39 | 40 | "psalm/plugin-phpunit": "^0.19", |
40 | 41 | "sabre/event": ">= 5.1.6", |
41 | 42 | "symfony/filesystem": ">= 5.4.45", |
42 | 43 | "symfony/polyfill-php83": "^1.32", |
43 | | - "vimeo/psalm": "^6.0.0", |
44 | | - "phpcsstandards/phpcsdevtools": "^1.2" |
| 44 | + "vimeo/psalm": "^6.0.0" |
45 | 45 | }, |
| 46 | + "repositories": [ |
| 47 | + { |
| 48 | + "type": "vcs", |
| 49 | + "url": "git@github.com:mmoll/Symfony-coding-standard.git" |
| 50 | + } |
| 51 | + ], |
46 | 52 | "config": { |
47 | 53 | "allow-plugins": { |
48 | 54 | "dealerdirect/phpcodesniffer-composer-installer": true, |
49 | 55 | "ergebnis/composer-normalize": true |
50 | 56 | } |
51 | | - }, |
52 | | - "repositories": [ |
53 | | - { |
54 | | - "type": "vcs", |
55 | | - "url": "git@github.com:mmoll/Symfony-coding-standard.git" |
56 | 57 | } |
57 | | - ] |
58 | 58 | } |
0 commit comments