File tree Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 1111 "require" : {
1212 "php" : " ^8.0" ,
1313 "ext-json" : " *" ,
14- "illuminate/queue" : " ^9.0|^ 10.0|^11.0" ,
14+ "illuminate/queue" : " ^10.0|^11.0" ,
1515 "php-amqplib/php-amqplib" : " ^v3.6"
1616 },
1717 "require-dev" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" beStrictAboutTestsThatDoNotTestAnything =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnError =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.0/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3- <coverage >
4- <report >
5- <html outputDirectory =" build/coverage" />
6- </report >
7- </coverage >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ backupGlobals =" false"
4+ beStrictAboutTestsThatDoNotTestAnything =" false"
5+ bootstrap =" vendor/autoload.php"
6+ colors =" true"
7+ processIsolation =" false"
8+ stopOnError =" false"
9+ stopOnFailure =" false"
10+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.0/phpunit.xsd"
11+ cacheDirectory =" .phpunit.cache"
12+ backupStaticProperties =" false" >
813 <testsuites >
914 <testsuite name =" Package Test Suite" >
1015 <directory suffix =" .php" >./tests/</directory >
1116 </testsuite >
1217 </testsuites >
1318 <php >
14- <env name =" HOST" value =" 127.0.0.1" />
15- <env name =" PORT" value =" 5672" />
16- <env name =" PORT_SSL" value =" 5671" />
17- <env name =" RABBITMQ_SSL_CAFILE" value =" ./tests/files/rootCA.pem" />
19+ <env name =" HOST"
20+ value =" 127.0.0.1" />
21+ <env name =" PORT"
22+ value =" 5672" />
23+ <env name =" PORT_SSL"
24+ value =" 5671" />
25+ <env name =" RABBITMQ_SSL_CAFILE"
26+ value =" ./tests/files/rootCA.pem" />
1827 </php >
1928 <logging />
2029 <source >
You can’t perform that action at this time.
0 commit comments