Align min PHP version with docs

This commit is contained in:
Jonathan Goode 2022-02-10 01:08:38 +00:00 committed by GitHub
parent a49d1c2aa1
commit 8097a3da49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.0.2",
"fruitcake/laravel-cors": "^2.0.5",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^9.0",