File tree Expand file tree Collapse file tree 2 files changed +22
-5
lines changed
Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 33 "description" : " Youwe PHP Coding Standard PHPStorm integration" ,
44 "type" : " composer-plugin" ,
55 "license" : " MIT" ,
6+ "prefer-stable" : true ,
7+ "minimum-stability" : " dev" ,
68 "authors" : [
79 {
810 "name" : " Youwe" ,
9- "email" : " support @youweagency.com"
11+ "email" : " info @youweagency.com"
1012 }
1113 ],
1214 "require" : {
1315 "php" : " ^7.1" ,
1416 "composer-plugin-api" : " ^1.0 || ^2.0"
1517 },
1618 "require-dev" : {
17- "mediact/testing-suite " : " @stable " ,
19+ "ext-simplexml " : " * " ,
1820 "kint-php/kint" : " @stable" ,
19- "youwe/coding-standard" : " dev-master" ,
2021 "mikey179/vfsstream" : " ^1.6" ,
21- "ext-simplexml " : " * "
22+ "youwe/testing-suite " : " dev-master "
2223 },
2324 "repositories" : [
2425 {
2829 {
2930 "type" : " vcs" ,
3031 "url" : " https://github.com/YouweGit/testing-suite"
32+ },
33+ {
34+ "type" : " vcs" ,
35+ "url" : " https://github.com/YouweGit/coding-standard-phpstorm"
36+ },
37+ {
38+ "type" : " vcs" ,
39+ "url" : " https://github.com/YouweGit/composer-dependency-installer"
40+ },
41+ {
42+ "type" : " vcs" ,
43+ "url" : " https://github.com/YouweGit/composer-file-installer"
44+ },
45+ {
46+ "type" : " vcs" ,
47+ "url" : " https://github.com/YouweGit/file-mapping"
3148 }
3249 ],
3350 "autoload" : {
Original file line number Diff line number Diff line change 11imports :
2- - resource : ' vendor/mediact /testing-suite/config/default/grumphp.yml'
2+ - resource : ' vendor/youwe /testing-suite/config/default/grumphp.yml'
33parameters :
44 phplint.ignore_patterns :
55 - /^files/
You can’t perform that action at this time.
0 commit comments