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 3
3
"description" : " Youwe PHP Coding Standard PHPStorm integration" ,
4
4
"type" : " composer-plugin" ,
5
5
"license" : " MIT" ,
6
+ "prefer-stable" : true ,
7
+ "minimum-stability" : " dev" ,
6
8
"authors" : [
7
9
{
8
10
"name" : " Youwe" ,
9
- "email" : " support @youweagency.com"
11
+ "email" : " info @youweagency.com"
10
12
}
11
13
],
12
14
"require" : {
13
15
"php" : " ^7.1" ,
14
16
"composer-plugin-api" : " ^1.0 || ^2.0"
15
17
},
16
18
"require-dev" : {
17
- "mediact/testing-suite " : " @stable " ,
19
+ "ext-simplexml " : " * " ,
18
20
"kint-php/kint" : " @stable" ,
19
- "youwe/coding-standard" : " dev-master" ,
20
21
"mikey179/vfsstream" : " ^1.6" ,
21
- "ext-simplexml " : " * "
22
+ "youwe/testing-suite " : " dev-master "
22
23
},
23
24
"repositories" : [
24
25
{
28
29
{
29
30
"type" : " vcs" ,
30
31
"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"
31
48
}
32
49
],
33
50
"autoload" : {
Original file line number Diff line number Diff line change 1
1
imports :
2
- - resource : ' vendor/mediact /testing-suite/config/default/grumphp.yml'
2
+ - resource : ' vendor/youwe /testing-suite/config/default/grumphp.yml'
3
3
parameters :
4
4
phplint.ignore_patterns :
5
5
- /^files/
You can’t perform that action at this time.
0 commit comments