[11.x] Bumps versions on composer.json (#6311)

* Bumps minor versions

* Uses minor pattern

* Uses `1.6.3` for axious
This commit is contained in:
Nuno Maduro 2024-01-03 13:46:30 +00:00 committed by GitHub
parent b191f9d086
commit 1674895c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -6,17 +6,17 @@
"license": "MIT",
"require": {
"php": "^8.2",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/guzzle": "^7.8",
"laravel/framework": "^11.0",
"laravel/tinker": "dev-develop"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"fakerphp/faker": "^1.23",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
"mockery/mockery": "^1.4.4",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"phpunit/phpunit": "^10.1"
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {

View File

@ -6,8 +6,8 @@
"build": "vite build"
},
"devDependencies": {
"axios": "^1.6.1",
"laravel-vite-plugin": "^1.0.0",
"vite": "^5.0.0"
"axios": "^1.6.3",
"laravel-vite-plugin": "^1.0",
"vite": "^5.0"
}
}