File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
"license" : " MIT" ,
7
7
"require" : {
8
8
"php" : " ^8.2" ,
9
- "guzzlehttp/guzzle" : " ^7.2 " ,
9
+ "guzzlehttp/guzzle" : " ^7.8 " ,
10
10
"laravel/framework" : " ^11.0" ,
11
11
"laravel/tinker" : " dev-develop"
12
12
},
13
13
"require-dev" : {
14
- "fakerphp/faker" : " ^1.9.1 " ,
15
- "laravel/pint" : " ^1.0 " ,
14
+ "fakerphp/faker" : " ^1.23 " ,
15
+ "laravel/pint" : " ^1.13 " ,
16
16
"laravel/sail" : " ^1.26" ,
17
- "mockery/mockery" : " ^1.4.4 " ,
17
+ "mockery/mockery" : " ^1.6 " ,
18
18
"nunomaduro/collision" : " ^8.0" ,
19
- "phpunit/phpunit" : " ^10.1 "
19
+ "phpunit/phpunit" : " ^10.5 "
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
Original file line number Diff line number Diff line change 6
6
"build" : " vite build"
7
7
},
8
8
"devDependencies" : {
9
- "axios" : " ^1.6.1 " ,
10
- "laravel-vite-plugin" : " ^1.0.0 " ,
11
- "vite" : " ^5.0.0 "
9
+ "axios" : " ^1.6.3 " ,
10
+ "laravel-vite-plugin" : " ^1.0" ,
11
+ "vite" : " ^5.0"
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments