Update composer.json

Downgraded to Laravel 8 again due to an incompatibility with the updater system.
This commit is contained in:
Julian Prieber 2022-11-10 14:52:55 +01:00
parent a00e436153
commit 6272746763
1 changed files with 5 additions and 5 deletions

View File

@ -11,22 +11,22 @@
"doctrine/dbal": "^3.0",
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^3.0",
"geo-sot/laravel-env-editor": "^2.0",
"geo-sot/laravel-env-editor": "^1.1",
"guzzlehttp/guzzle": "^7.4",
"laravel/framework": "^9.0",
"laravel/framework": "^8.12",
"laravel/socialite": "^5.5",
"laravel/tinker": "^2.5",
"spatie/laravel-backup": "^8.13",
"spatie/laravel-backup": "^6.16",
"cohensive/oembed": "^0.16"
},
"require-dev": {
"facade/ignition": "^2.5",
"barryvdh/laravel-ide-helper": "^2.12",
"spatie/laravel-ignition": "^1.0",
"fakerphp/faker": "^1.9.1",
"laravel/breeze": "^1.1",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.2",
"nunomaduro/collision": "^6.1",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.3.3"
},
"autoload": {