Change to php74, laravel 8.75
Showing
.styleci.yml
0 → 100644
... | ... | @@ -5,20 +5,20 @@ |
"keywords": ["framework", "laravel"], | ||
"license": "MIT", | ||
"require": { | ||
"php": "^8.0.2", | ||
"guzzlehttp/guzzle": "^7.2", | ||
"laravel/framework": "^9.19", | ||
"laravel/sanctum": "^3.0", | ||
"laravel/tinker": "^2.7" | ||
"php": "^7.3|^8.0", | ||
"fruitcake/laravel-cors": "^2.0", | ||
"guzzlehttp/guzzle": "^7.0.1", | ||
"laravel/framework": "^8.75", | ||
"laravel/sanctum": "^2.11", | ||
"laravel/tinker": "^2.5" | ||
}, | ||
"require-dev": { | ||
"facade/ignition": "^2.5", | ||
"fakerphp/faker": "^1.9.1", | ||
"laravel/pint": "^1.0", | ||
"laravel/sail": "^1.0.1", | ||
"mockery/mockery": "^1.4.4", | ||
"nunomaduro/collision": "^6.1", | ||
"phpunit/phpunit": "^9.5.10", | ||
"spatie/laravel-ignition": "^1.0" | ||
"nunomaduro/collision": "^5.10", | ||
"phpunit/phpunit": "^9.5.10" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... | @@ -55,10 +55,7 @@ |
"config": { | ||
"optimize-autoloader": true, | ||
"preferred-install": "dist", | ||
"sort-packages": true, | ||
"allow-plugins": { | ||
"pestphp/pest-plugin": true | ||
} | ||
"sort-packages": true | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
{ | ||
"private": true, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build" | ||
"dev": "npm run development", | ||
"development": "mix", | ||
"watch": "mix watch", | ||
"watch-poll": "mix watch -- --watch-options-poll=1000", | ||
"hot": "mix watch --hot", | ||
"prod": "npm run production", | ||
"production": "mix --production" | ||
}, | ||
"devDependencies": { | ||
"axios": "^0.27", | ||
"laravel-vite-plugin": "^0.6.0", | ||
"axios": "^0.21", | ||
"laravel-mix": "^6.0.6", | ||
"lodash": "^4.17.19", | ||
"postcss": "^8.1.14", | ||
"vite": "^3.0.0" | ||
"postcss": "^8.1.14" | ||
} | ||
} |
This diff is collapsed.
server.php
0 → 100644
vite.config.js
deleted
100644 → 0
webpack.mix.js
0 → 100644
Please register or sign in to comment