File tree 4 files changed +6
-9
lines changed
4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 5
5
"homepage" : " https://github.com/carlosbuenosvinos/php-kata" ,
6
6
"type" : " library" ,
7
7
"require-dev" : {
8
- "phpunit/phpunit" : " 3.7 .*@dev" ,
8
+ "phpunit/phpunit" : " 5.5 .*@dev" ,
9
9
"mockery/mockery" : " dev-master@dev" ,
10
- "phpspec/phpspec" : " 2 .0.*@dev"
10
+ "phpspec/phpspec" : " 3 .0.*@dev"
11
11
},
12
12
"license" : " MIT" ,
13
13
"authors" : [
17
17
}
18
18
],
19
19
"autoload" : {
20
- "psr-0 " : {
21
- "Kata" : " src/"
20
+ "psr-4 " : {
21
+ "Kata\\ " : " src/"
22
22
}
23
23
},
24
24
"config" : {
Original file line number Diff line number Diff line change 19
19
20
20
<testsuites >
21
21
<testsuite name =" Kata Test Suite" >
22
- <directory >./src/Kata/Tests /</directory >
22
+ <directory >./tests /</directory >
23
23
</testsuite >
24
24
</testsuites >
25
25
26
26
<filter >
27
27
<whitelist >
28
- <directory >./src/Kata/</directory >
29
- <exclude >
30
- <directory >./src/Kata/*/Tests</directory >
31
- </exclude >
28
+ <directory >./src/</directory >
32
29
</whitelist >
33
30
</filter >
34
31
</phpunit >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments