Skip to content

Commit 1674895

Browse files
authored
[11.x] Bumps versions on composer.json (laravel#6311)
* Bumps minor versions * Uses minor pattern * Uses `1.6.3` for axious
1 parent b191f9d commit 1674895

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"license": "MIT",
77
"require": {
88
"php": "^8.2",
9-
"guzzlehttp/guzzle": "^7.2",
9+
"guzzlehttp/guzzle": "^7.8",
1010
"laravel/framework": "^11.0",
1111
"laravel/tinker": "dev-develop"
1212
},
1313
"require-dev": {
14-
"fakerphp/faker": "^1.9.1",
15-
"laravel/pint": "^1.0",
14+
"fakerphp/faker": "^1.23",
15+
"laravel/pint": "^1.13",
1616
"laravel/sail": "^1.26",
17-
"mockery/mockery": "^1.4.4",
17+
"mockery/mockery": "^1.6",
1818
"nunomaduro/collision": "^8.0",
19-
"phpunit/phpunit": "^10.1"
19+
"phpunit/phpunit": "^10.5"
2020
},
2121
"autoload": {
2222
"psr-4": {

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"build": "vite build"
77
},
88
"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"
1212
}
1313
}

0 commit comments

Comments
 (0)