mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 17:14:10 -08:00
Updated composer
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1b70b533aa
commit
9e0e952576
|
@ -11,14 +11,14 @@
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.3|^8.0",
|
"php": "^7.4",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"ext-fileinfo": "*",
|
"ext-fileinfo": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-pdo": "*",
|
"ext-pdo": "*",
|
||||||
"adldap2/adldap2": "^10.2",
|
"adldap2/adldap2": "^10.2",
|
||||||
"alek13/slack": "^1.12",
|
"alek13/slack": "^2.0",
|
||||||
"bacon/bacon-qr-code": "^1.0",
|
"bacon/bacon-qr-code": "^1.0",
|
||||||
"barryvdh/laravel-debugbar": "^3.6",
|
"barryvdh/laravel-debugbar": "^3.6",
|
||||||
"doctrine/cache": "^1.10",
|
"doctrine/cache": "^1.10",
|
||||||
|
@ -29,24 +29,29 @@
|
||||||
"eduardokum/laravel-mail-auto-embed": "^1.0",
|
"eduardokum/laravel-mail-auto-embed": "^1.0",
|
||||||
"enshrined/svg-sanitize": "^0.13.3",
|
"enshrined/svg-sanitize": "^0.13.3",
|
||||||
"erusev/parsedown": "^1.7",
|
"erusev/parsedown": "^1.7",
|
||||||
"fideloper/proxy": "^4.4",
|
"facade/ignition": "^2.10",
|
||||||
|
"fideloper/proxy": "^4.3",
|
||||||
"fruitcake/laravel-cors": "^2.0",
|
"fruitcake/laravel-cors": "^2.0",
|
||||||
"guzzlehttp/guzzle": "^7.0.1",
|
"guzzlehttp/guzzle": "^7.0.1",
|
||||||
"intervention/image": "^2.5",
|
"intervention/image": "^2.5",
|
||||||
"javiereguiluz/easyslugger": "^1.0",
|
"javiereguiluz/easyslugger": "^1.0",
|
||||||
"laravel/framework": "^8.46",
|
"laravel/framework": "^8.46",
|
||||||
"laravel/helpers": "^1.4",
|
"laravel/helpers": "^1.4",
|
||||||
"laravel/passport": "^10.0",
|
"laravel/passport": "^10.1",
|
||||||
"laravel/slack-notification-channel": "^2.3",
|
"laravel/slack-notification-channel": "^2.3",
|
||||||
"laravel/tinker": "^2.5",
|
"laravel/tinker": "^2.6",
|
||||||
"laravel/ui": "^3.3",
|
"laravel/ui": "^3.3",
|
||||||
"laravelcollective/html": "^6.2",
|
"laravelcollective/html": "^6.2",
|
||||||
|
"lcobucci/clock": "^2.0",
|
||||||
|
"lcobucci/jwt": "^4.1",
|
||||||
"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",
|
||||||
|
"mediconesystems/livewire-datatables": "^0.4.3",
|
||||||
"neitanod/forceutf8": "^2.0",
|
"neitanod/forceutf8": "^2.0",
|
||||||
"nesbot/carbon": "^2.32",
|
"nesbot/carbon": "^2.32",
|
||||||
"nunomaduro/collision": "^v5.4.0",
|
"nunomaduro/collision": "^5.4",
|
||||||
"onelogin/php-saml": "^3.4",
|
"onelogin/php-saml": "^3.4",
|
||||||
"paragonie/constant_time_encoding": "^2.3",
|
"paragonie/constant_time_encoding": "^2.3",
|
||||||
"patchwork/utf8": "^1.3",
|
"patchwork/utf8": "^1.3",
|
||||||
|
@ -56,7 +61,7 @@
|
||||||
"rollbar/rollbar-laravel": "^7.0",
|
"rollbar/rollbar-laravel": "^7.0",
|
||||||
"spatie/laravel-backup": "^6.16",
|
"spatie/laravel-backup": "^6.16",
|
||||||
"tecnickcom/tc-lib-barcode": "^1.15",
|
"tecnickcom/tc-lib-barcode": "^1.15",
|
||||||
"tightenco/ziggy": "^1.2",
|
"tightenco/ziggy": "v1.2.0",
|
||||||
"unicodeveloper/laravel-password": "^1.0",
|
"unicodeveloper/laravel-password": "^1.0",
|
||||||
"watson/validating": "^6.1"
|
"watson/validating": "^6.1"
|
||||||
},
|
},
|
||||||
|
@ -66,16 +71,13 @@
|
||||||
"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",
|
||||||
"overtrue/phplint": "^2.2",
|
"fzaninotto/faker": "^1.9",
|
||||||
|
"overtrue/phplint": "^3.0",
|
||||||
"phpunit/php-token-stream": "^3.1",
|
"phpunit/php-token-stream": "^3.1",
|
||||||
"phpunit/phpunit": "^9.3.3",
|
"phpunit/phpunit": "^8.5",
|
||||||
"squizlabs/php_codesniffer": "^3.6",
|
"squizlabs/php_codesniffer": "^3.5",
|
||||||
"symfony/css-selector": "^5.2",
|
"symfony/css-selector": "^4.4",
|
||||||
"symfony/dom-crawler": "^5.3",
|
"symfony/dom-crawler": "^4.4"
|
||||||
"fakerphp/faker": "^1.9.1",
|
|
||||||
"facade/ignition": "^2.5",
|
|
||||||
"mockery/mockery": "^1.4.2",
|
|
||||||
"nunomaduro/collision": "^5.0"
|
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-mcrypt": "For upgrading from before v5.1 this is used to re-encrypt data"
|
"ext-mcrypt": "For upgrading from before v5.1 this is used to re-encrypt data"
|
||||||
|
|
1980
composer.lock
generated
1980
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue