File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
src/M6Web/Component/Tests/Units Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 66 - 5.6
77 - 7.0
88 - 7.1
9+ - 7.2
10+ - 7.3
11+ - 7.4
912
1013before_script :
1114 - wget http://getcomposer.org/composer.phar
Original file line number Diff line number Diff line change 1717 "m6web/coke" : " ~1.2"
1818 },
1919 "autoload" : {
20- "psr-0" : { "M6Web\\ Component\\ Statsd\\ " : " src/" }
20+ "psr-4" : {
21+ "M6Web\\ Component\\ Statsd\\ " : " src/M6Web/Component/Statsd"
22+ },
23+ "exclude-from-classmap" : [
24+ " src/M6Web/Component/Tests/"
25+ ]
26+ },
27+ "autoload-dev" : {
28+ "psr-4" : {
29+ "M6Web\\ Component\\ Statsd\\ Tests\\ " : " src/M6Web/Component/Tests/"
30+ }
2131 }
2232}
Original file line number Diff line number Diff line change 11<?php
2- namespace M6Web \Component \Statsd \tests \ units ;
2+ namespace M6Web \Component \Statsd \Tests \ Units ;
33
44use
55 \M6Web \Component \Statsd ,
Original file line number Diff line number Diff line change 11<?php
2- namespace M6Web \Component \Statsd \tests \ units ;
2+ namespace M6Web \Component \Statsd \Tests \ Units ;
33
44use
55 \M6Web \Component \Statsd ,
You can’t perform that action at this time.
0 commit comments