fix version php

This commit is contained in:
Alejandro Tasistro 2024-07-10 19:03:05 -03:00
parent 725a599b6a
commit 05f2777a49
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "^7.2.5|^8.0",
"php": "^7.3",
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^6.3.1|^7.0.1",
@ -54,13 +54,13 @@
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
"@php7.4 artisan package:discover --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
"@php7.4 -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
"@php7.4 artisan key:generate --ansi"
]
}
}