File tree Expand file tree Collapse file tree 3 files changed +11
-26
lines changed Expand file tree Collapse file tree 3 files changed +11
-26
lines changed Original file line number Diff line number Diff line change 1414 },
1515 "require" : {
1616 "ecotone/lite-dbal-starter" : " ^1.0.1" ,
17- "symfony/http-foundation" : " ^6.0" ,
17+ "symfony/http-foundation" : " ^6.0|^7.0 " ,
1818 "moneyphp/money" : " ^4.1.0"
1919 },
2020 "require-dev" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.3 /phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5 /phpunit.xsd"
55 backupGlobals =" true"
6- backupStaticAttributes =" false"
7- cacheTokens =" false"
8- colors =" false"
9- convertErrorsToExceptions =" true"
10- convertNoticesToExceptions =" true"
11- convertWarningsToExceptions =" true"
12- forceCoversAnnotation =" false"
13- mapTestClassNameToCoveredClassName =" false"
14- processIsolation =" false"
15- stopOnError =" false"
16- stopOnFailure =" false"
17- stopOnIncomplete =" false"
18- stopOnSkipped =" false"
19- stopOnRisky =" false"
20- timeoutForSmallTests =" 1"
21- timeoutForMediumTests =" 10"
22- timeoutForLargeTests =" 60"
23- verbose =" false"
246>
7+ <coverage processUncoveredFiles =" true" >
8+ <include >
9+ <directory suffix =" .php" >./src</directory >
10+ </include >
11+ <report >
12+ <text outputFile =" php://stdout" showOnlySummary =" true" />
13+ </report >
14+ </coverage >
2515 <testsuites >
2616 <testsuite name =" Unit Tests" >
2717 <directory >tests</directory >
2818 </testsuite >
2919 </testsuites >
30- <filter >
31- <whitelist processUncoveredFilesFromWhitelist =" true" >
32- <directory suffix =" .php" >./src/**/*</directory >
33- </whitelist >
34- </filter >
3520</phpunit >
Original file line number Diff line number Diff line change 4444 },
4545 "extra" : {
4646 "branch-alias" : {
47- "dev-main" : " 1.207 .0-dev"
47+ "dev-main" : " 1.208 .0-dev"
4848 },
4949 "ecotone" : {
5050 "repository" : " quickstart-examples"
You can’t perform that action at this time.
0 commit comments