Skip to content

Commit a388833

Browse files
committed
chore(deps): update Composer lock
1 parent 807c3e0 commit a388833

File tree

2 files changed

+307
-296
lines changed

2 files changed

+307
-296
lines changed

composer.json

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
2-
"name": "laravel/laravel",
2+
"name": "laravel-zero/laravel-zero.com",
33
"type": "project",
4-
"description": "The Laravel Framework.",
5-
"keywords": [
6-
"framework",
7-
"laravel"
8-
],
4+
"description": "The Laravel Zero website",
95
"license": "MIT",
106
"require": {
117
"php": "^7.4|^8.0",
@@ -14,8 +10,8 @@
1410
"erusev/parsedown-extra": "^0.8.1",
1511
"fideloper/proxy": "^4.4",
1612
"fruitcake/laravel-cors": "^2.0",
17-
"guzzlehttp/guzzle": "^7.0.1",
18-
"laravel/framework": "^8.35",
13+
"guzzlehttp/guzzle": "^7.2",
14+
"laravel/framework": "^8.42",
1915
"laravel/tinker": "^2.6",
2016
"league/commonmark": "^1.5",
2117
"spatie/yaml-front-matter": "^2.0",
@@ -27,9 +23,8 @@
2723
"fakerphp/faker": "^1.14",
2824
"mockery/mockery": "^1.4",
2925
"nunomaduro/collision": "^5.3",
30-
"pestphp/pest": "^1.0",
31-
"pestphp/pest-plugin-laravel": "^1.0.0",
32-
"phpunit/phpunit": "^9.5.4"
26+
"pestphp/pest": "^1.2",
27+
"pestphp/pest-plugin-laravel": "^1.0"
3328
},
3429
"config": {
3530
"optimize-autoloader": true,

0 commit comments

Comments
 (0)