composer update

This commit is contained in:
Romulus21
2021-08-06 10:23:13 +02:00
parent 107aea309f
commit 243622af7f
3 changed files with 990 additions and 615 deletions

2
.idea/php.xml generated
View File

@@ -152,7 +152,7 @@
<path value="$PROJECT_DIR$/vendor/talvbansal/laravel-gitlab-ci-config-generator" />
</include_path>
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="8.0" />
<component name="PhpProjectSharedConfiguration" php_language_level="7.3" />
<component name="PhpUnit">
<phpunit_settings>
<PhpUnitSettings configuration_file_path="$PROJECT_DIR$/phpunit.xml" custom_loader_path="$PROJECT_DIR$/vendor/autoload.php" use_configuration_file="true" />

View File

@@ -8,17 +8,17 @@
],
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^7.3|^8.0",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^1.0",
"guzzlehttp/guzzle": "^7.0.1",
"intervention/image": "^2.5",
"laravel/framework": "^8.0",
"laravel/framework": "^8.12",
"laravel/legacy-factories": "^1.0",
"laravel/passport": "^10.0",
"laravel/slack-notification-channel": "^2.2",
"laravel/tinker": "^2.0",
"laravel/ui": "^2.0",
"laravel/ui": "^3.2",
"predis/predis": "^1.1",
"sentry/sentry-laravel": "^2.0",
"spatie/laravel-backup": "^6.15",

1599
composer.lock generated

File diff suppressed because it is too large Load Diff