Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielh-official committed Nov 2, 2023
1 parent b0b28f9 commit fa32b75
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "laravel/laravel",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": ["laravel", "framework"],
"keywords": [
"laravel",
"framework"
],
"license": "MIT",
"require": {
"php": "^8.1",
Expand All @@ -12,10 +15,10 @@
"laravel/tinker": "^2.8",
"laravel/vapor-cli": "^1.60",
"laravel/vapor-core": "^2.32",
"maatwebsite/excel": "^3.1"
"maatwebsite/excel": "^3.1",
"fakerphp/faker": "^1.9.1"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
Expand Down Expand Up @@ -67,4 +70,4 @@
},
"minimum-stability": "stable",
"prefer-stable": true
}
}

0 comments on commit fa32b75

Please sign in to comment.