diff options
| author | horus | 2022-11-14 13:03:24 +0100 |
|---|---|---|
| committer | horus | 2022-11-14 13:03:24 +0100 |
| commit | bfcfbd5b416f950aa0e7a7124e9a77b847820210 (patch) | |
| tree | e49011a1f37f63849901bd6e9f93d4ac689c72a5 /composer.json | |
| parent | 19aaa2aa59ce08a340c8f2c8ee2614e9ddcb1b2c (diff) | |
| download | senpai-bfcfbd5b416f950aa0e7a7124e9a77b847820210.tar.gz | |
Upgrade to Laravel 8
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/composer.json b/composer.json index c55cf24..d14a6d2 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ ], "license": "MIT", "require": { - "php": "^7.2", + "php": "^8", "eluceo/ical": "^0.16.0", "fideloper/proxy": "^4.0", - "jikan-me/jikan": "^2.19", - "laravel/framework": "^7.28", + "jikan-me/jikan": "^3", + "laravel/framework": "^8.0", "laravel/tinker": "^2.0", "nesbot/carbon": "^2.30", "predis/predis": "^1.1", @@ -20,12 +20,12 @@ "willwashburn/phpamo": "^1.0" }, "require-dev": { - "facade/ignition": "^2.0", + "facade/ignition": "^2.3.6", "fzaninotto/faker": "^1.4", - "laravel/ui": "^2.0", + "laravel/ui": "^3.0", "mockery/mockery": "^1.0", - "nunomaduro/collision": "^4.1", - "phpunit/phpunit": "^8.5" + "nunomaduro/collision": "^5.0", + "phpunit/phpunit": "^9.0" }, "config": { "optimize-autoloader": true, |
