File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
$ finder = PhpCsFixer \Finder::create ()
4
- ->in (__DIR__ .'/src/PHPFUI/InstaDoc ' )
4
+ ->in (__DIR__ .'/src ' )
5
5
;
6
6
7
7
return PhpCsFixer \Config::create ()
Original file line number Diff line number Diff line change 17
17
"scrivo/highlight.php" : " >=9.17" ,
18
18
"phpdocumentor/reflection-docblock" : " >=3.0" ,
19
19
"gitonomy/gitlib" : " ^1.2" ,
20
- "cebe/markdown" : " ^1.2"
20
+ "cebe/markdown" : " ^1.2" ,
21
+ "roave/you-are-using-it-wrong" : " ^1.8"
21
22
},
22
23
"autoload" : {
23
24
"psr-0" : {"PHPFUI\\ InstaDoc\\ " : " src/" }
24
25
},
25
26
"require-dev" : {
26
27
"phpunit/phpunit" : " >=7.0" ,
27
28
"phpfui/html-unit-tester" : " ^1.0" ,
28
- "roave/security-advisories" : " dev-master " ,
29
+ "roave/security-advisories" : " dev-latest " ,
29
30
"phpfui/phpunit-syntax-coverage" : " ^1.0"
30
31
}
31
32
}
You can’t perform that action at this time.
0 commit comments