File tree 1 file changed +5
-18
lines changed
1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "repositories" : [
3
- {
4
- "type" : " package" ,
5
- "package" : {
6
- "name" : " squizlabs/php_codesniffer" ,
7
- "version" : " master" ,
8
- "source" : {
9
- "url" : " https://github.com/squizlabs/PHP_CodeSniffer.git" ,
10
- "type" : " git" ,
11
- "reference" : " master"
12
- }
13
- }
14
- }
15
- ],
16
2
"name" : " mayflower/mo4-coding-standard" ,
17
3
"description" : " PHP CodeSniffer ruleset implementing the MO4 coding standards extending the Symfony coding standards." ,
18
- "type" : " library " ,
4
+ "type" : " phpcodesniffer-standard " ,
19
5
"keywords" : [
20
6
" phpcs" ,
21
7
" Symfony" ,
36
22
"source" : " https://github.com/mayflower/mo4-coding-standard"
37
23
},
38
24
"require-dev" : {
39
- "squizlabs/php_codesniffer" : " 3.x-dev" ,
40
25
"phpunit/phpunit" : " ^4.0 || ^5.0 || ^6.0"
41
26
},
42
27
"require" : {
28
+ "squizlabs/php_codesniffer" : " ^3.0" ,
29
+ "escapestudios/symfony2-coding-standard" : " ^3.0" ,
30
+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.4.3" ,
43
31
"php" : " >=5.4.0"
44
- },
45
- "minimum-stability" : " dev"
32
+ }
46
33
}
You can’t perform that action at this time.
0 commit comments