File tree 4 files changed +802
-673
lines changed
4 files changed +802
-673
lines changed Original file line number Diff line number Diff line change 2
2
/.idea
3
3
/.vscode
4
4
/.vagrant
5
- .phpunit.result.cache
6
- test
7
- .php-cs-fixer.cache
5
+ /.phpunit.result.cache
6
+ /test
7
+ /.php-cs-fixer.cache
8
+ /builds
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^7.3|^ 8.0" ,
19
+ "php" : " ^8.0" ,
20
20
"ext-curl" : " *" ,
21
21
"ext-json" : " *" ,
22
22
"ext-zip" : " *" ,
23
- "guzzlehttp/guzzle" : " ^6.5.5 " ,
24
- "illuminate/http" : " ^8 .0" ,
25
- "illuminate/validation" : " ^8.35 " ,
26
- "laminas/laminas-text" : " ^2.8 " ,
23
+ "guzzlehttp/guzzle" : " ^7.4 " ,
24
+ "illuminate/http" : " ^9 .0" ,
25
+ "illuminate/validation" : " ^9.0 " ,
26
+ "laminas/laminas-text" : " ^2.9 " ,
27
27
"padraic/phar-updater" : " ^1.0.6"
28
28
},
29
29
"require-dev" : {
30
- "laravel-zero/framework" : " ^8.4 " ,
30
+ "laravel-zero/framework" : " ^9.0.0 " ,
31
31
"mockery/mockery" : " ^1.4.2" ,
32
32
"nunomaduro/phpinsights" : " ^2.0" ,
33
33
"pestphp/pest" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments