File tree 2 files changed +20
-11
lines changed
2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 11
11
"require" : {
12
12
"php" : " ^8.0" ,
13
13
"ext-json" : " *" ,
14
- "illuminate/queue" : " ^9.0|^ 10.0|^11.0" ,
14
+ "illuminate/queue" : " ^10.0|^11.0" ,
15
15
"php-amqplib/php-amqplib" : " ^v3.6"
16
16
},
17
17
"require-dev" : {
Original file line number Diff line number Diff line change 1
1
<?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" >
8
13
<testsuites >
9
14
<testsuite name =" Package Test Suite" >
10
15
<directory suffix =" .php" >./tests/</directory >
11
16
</testsuite >
12
17
</testsuites >
13
18
<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" />
18
27
</php >
19
28
<logging />
20
29
<source >
You can’t perform that action at this time.
0 commit comments