File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ matrix:
1818 emv : SYMFONY_DEPRECATIONS_HELPER=weak
1919 - php : 7.2
2020 emv : SYMFONY_DEPRECATIONS_HELPER=weak
21+ - php : 7.3
22+ emv : SYMFONY_DEPRECATIONS_HELPER=weak
2123 - php : nightly
2224 emv : SYMFONY_DEPRECATIONS_HELPER=weak
2325
Original file line number Diff line number Diff line change 1717 "autoload" : {
1818 "psr-4" : {
1919 "Jose\\ " : " src/" ,
20- "Jose\\ Tests\\ " : " test /" ,
20+ "Jose\\ Tests\\ " : " tests /" ,
2121 "Jose\\ Component\\ Signature\\ Algorithm\\ " : [
2222 " src/SignatureAlgorithm/ECDSA" ,
2323 " src/SignatureAlgorithm/EdDSA" ,
7676 "php-coveralls/php-coveralls" : " ^2.0" ,
7777 "php-http/httplug-bundle" : " ^1.7" ,
7878 "php-http/mock-client" : " ^1.0" ,
79+ "phpunit/phpunit" : " ^7.5" ,
7980 "symfony/browser-kit" : " ^3.4|^4.0" ,
8081 "symfony/finder" : " ^3.4|^4.0" ,
8182 "symfony/phpunit-bridge" : " ^3.4|^4.0" ,
Original file line number Diff line number Diff line change 4747 </whitelist >
4848 </filter >
4949 <listeners >
50+ <listener class =" Symfony\Bridge\PhpUnit\CoverageListener" />
5051 <listener class =" Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
5152 </listeners >
5253</phpunit >
You can’t perform that action at this time.
0 commit comments