Merge pull request #10288 from uberbrady/composer_install_under_phpv8

[sc-17645] Composer install under phpv8
This commit is contained in:
snipe 2021-11-18 15:28:54 -08:00 committed by GitHub
commit df0b240a05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 950 additions and 552 deletions

View file

@ -11,7 +11,7 @@
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"type": "project", "type": "project",
"require": { "require": {
"php": "^7.3", "php": ">=7.4 <8.1",
"ext-curl": "*", "ext-curl": "*",
"ext-fileinfo": "*", "ext-fileinfo": "*",
"ext-json": "*", "ext-json": "*",
@ -19,7 +19,7 @@
"ext-pdo": "*", "ext-pdo": "*",
"adldap2/adldap2": "^10.2", "adldap2/adldap2": "^10.2",
"alek13/slack": "^2.0", "alek13/slack": "^2.0",
"bacon/bacon-qr-code": "^1.0", "bacon/bacon-qr-code": "^2.0",
"barryvdh/laravel-debugbar": "^3.6", "barryvdh/laravel-debugbar": "^3.6",
"doctrine/cache": "^1.10", "doctrine/cache": "^1.10",
"doctrine/common": "^2.12", "doctrine/common": "^2.12",
@ -42,13 +42,13 @@
"laravel/tinker": "^2.6", "laravel/tinker": "^2.6",
"laravel/ui": "^3.3", "laravel/ui": "^3.3",
"laravelcollective/html": "^6.2", "laravelcollective/html": "^6.2",
"lcobucci/clock": "1.2.0", "lcobucci/clock": "1.2.0|2.0.0",
"lcobucci/jwt": "^3.4.5", "lcobucci/jwt": "^3.4.5|^4.0.4",
"league/csv": "^9.7", "league/csv": "^9.7",
"league/flysystem-aws-s3-v3": "^1.0", "league/flysystem-aws-s3-v3": "^1.0",
"league/flysystem-cached-adapter": "^1.1", "league/flysystem-cached-adapter": "^1.1",
"livewire/livewire": "^2.4", "livewire/livewire": "^2.4",
"mediconesystems/livewire-datatables": "^0.4.3", "mediconesystems/livewire-datatables": "^0.5.0",
"neitanod/forceutf8": "^2.0", "neitanod/forceutf8": "^2.0",
"nesbot/carbon": "^2.32", "nesbot/carbon": "^2.32",
"nunomaduro/collision": "^5.4", "nunomaduro/collision": "^5.4",
@ -71,7 +71,7 @@
"codeception/module-laravel5": "^1.1", "codeception/module-laravel5": "^1.1",
"codeception/module-rest": "^1.2", "codeception/module-rest": "^1.2",
"codeception/module-webdriver": "^1.0", "codeception/module-webdriver": "^1.0",
"fzaninotto/faker": "^1.9", "fzaninotto/faker": "master@dev",
"overtrue/phplint": "^3.0", "overtrue/phplint": "^3.0",
"phpunit/php-token-stream": "^3.1", "phpunit/php-token-stream": "^3.1",
"phpunit/phpunit": "^8.5", "phpunit/phpunit": "^8.5",

1490
composer.lock generated

File diff suppressed because it is too large Load diff