mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Tweak some version requirements to make composer install run under phpv8
This commit is contained in:
parent
98de8526db
commit
ec030e9e1f
|
@ -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.3 <8.1",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"ext-fileinfo": "*",
|
"ext-fileinfo": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
|
@ -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": "2.0.0",
|
||||||
"lcobucci/jwt": "^3.4.5",
|
"lcobucci/jwt": "^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",
|
||||||
|
|
1454
composer.lock
generated
1454
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue