Skip to content

Commit c0ffaf4

Browse files
Dependency Upgrade
Conflicts: composer.json
1 parent 887d350 commit c0ffaf4

3 files changed

Lines changed: 4491 additions & 2999 deletions

File tree

composer.json

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@
55
"keywords": [],
66
"license": "MIT",
77
"require": {
8-
"php": "^8.2",
9-
"laravel/framework": "^12.25",
10-
"laravel/tinker": "^2.10.1",
11-
"laravel/ui": "^4.6",
12-
"league/flysystem-aws-s3-v3": "^3.0"
8+
"php": "^8.0",
9+
"doctrine/dbal": "^3.0",
10+
"fideloper/proxy": "^4.4",
11+
"fruitcake/laravel-cors": "^2.0",
12+
"guzzlehttp/guzzle": "^7.0.1",
13+
"laravel/framework": "^8.47",
14+
"laravel/tinker": "^2.5",
15+
"laravel/ui": "^3.2"
1316
},
1417
"require-dev": {
15-
"mockery/mockery": "^1.6",
16-
"nunomaduro/collision": "^8.6",
17-
"phpunit/phpunit": "^11.5.3",
18-
"fakerphp/faker": "^1.23",
19-
"laravel/pail": "^1.2.2"
18+
"mockery/mockery": "^1.4.2",
19+
"nunomaduro/collision": "^5.0",
20+
"phpunit/phpunit": "^9.3.3",
21+
"fakerphp/faker": "^1.9.1",
22+
"facade/ignition": "^2.5"
2023
},
2124
"config": {
2225
"optimize-autoloader": true,
@@ -40,7 +43,7 @@
4043
"Tests\\": "tests/"
4144
}
4245
},
43-
"minimum-stability": "stable",
46+
"minimum-stability": "dev",
4447
"prefer-stable": true,
4548
"scripts": {
4649
"post-autoload-dump": [
@@ -52,13 +55,6 @@
5255
],
5356
"post-create-project-cmd": [
5457
"@php artisan key:generate --ansi"
55-
],
56-
"post-update-cmd": [
57-
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
58-
],
59-
"dev": [
60-
"Composer\\Config::disableProcessTimeout",
61-
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite"
6258
]
6359
}
6460
}

0 commit comments

Comments
 (0)