File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ^8.1.0" ,
14
- "guzzlehttp/guzzle" : " ^7.5.1 " ,
15
- "laravel/framework" : " ^9.46.0|^10.9.0 " ,
16
- "openai-php/client" : " ^0.6.0 "
14
+ "guzzlehttp/guzzle" : " ^7.7.0 " ,
15
+ "laravel/framework" : " ^9.46.0|^10.14.1 " ,
16
+ "openai-php/client" : " ^0.6.3 "
17
17
},
18
18
"require-dev" : {
19
- "laravel/pint" : " ^1.10.2 " ,
20
- "pestphp/pest" : " ^2.6.3 " ,
21
- "pestphp/pest-plugin-arch" : " ^2.2" ,
19
+ "laravel/pint" : " ^1.10.3 " ,
20
+ "pestphp/pest" : " ^2.8.2 " ,
21
+ "pestphp/pest-plugin-arch" : " ^2.2.2 " ,
22
22
"pestphp/pest-plugin-mock" : " ^2.0.0" ,
23
- "phpstan/phpstan" : " ^1.10.19 " ,
24
- "symfony/var-dumper" : " ^6.3"
23
+ "phpstan/phpstan" : " ^1.10.25 " ,
24
+ "symfony/var-dumper" : " ^6.3.1 "
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
Original file line number Diff line number Diff line change 26
26
<directory suffix =" .php" >./tests</directory >
27
27
</testsuite >
28
28
</testsuites >
29
- <coverage >
29
+ <source >
30
30
<include >
31
31
<directory suffix =" .php" >./src</directory >
32
32
</include >
33
- </coverage >
33
+ </source >
34
34
</phpunit >
You can’t perform that action at this time.
0 commit comments