mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
114 lines
3 KiB
JSON
114 lines
3 KiB
JSON
{
|
|
"name": "snipe/snipe-it",
|
|
"description": "Open source asset management system built on Laravel.",
|
|
"keywords": [
|
|
"assets",
|
|
"asset-management",
|
|
"it-tools",
|
|
"inventory",
|
|
"laravel"
|
|
],
|
|
"license": "AGPL-3.0-or-later",
|
|
"type": "project",
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"ext-curl": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-pdo": "*",
|
|
"adldap2/adldap2": "^9.1",
|
|
"bacon/bacon-qr-code": "^1.0",
|
|
"barryvdh/laravel-cors": "^0.11.3",
|
|
"barryvdh/laravel-debugbar": "^3.2",
|
|
"doctrine/cache": "^1.8",
|
|
"doctrine/common": "^2.10",
|
|
"doctrine/dbal": "^2.9.0",
|
|
"doctrine/inflector": "1.3.*",
|
|
"doctrine/instantiator": "^1.2",
|
|
"eduardokum/laravel-mail-auto-embed": "^1.0",
|
|
"erusev/parsedown": "^1.7",
|
|
"fideloper/proxy": "^4.1",
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
"intervention/image": "^2.4",
|
|
"javiereguiluz/easyslugger": "^1.0",
|
|
"laravel/framework": "5.8.*",
|
|
"laravel/passport": "~6.0",
|
|
"laravel/tinker": "^1.0",
|
|
"laravelcollective/html": "5.8.*",
|
|
"league/csv": "^9.2",
|
|
"league/flysystem-aws-s3-v3": "~1.0",
|
|
"league/flysystem-cached-adapter": "^1.0",
|
|
"league/flysystem-rackspace": "^1.0",
|
|
"league/flysystem-sftp": "~1.0",
|
|
"maknz/slack": "^1.7",
|
|
"neitanod/forceutf8": "^2.0",
|
|
"paragonie/constant_time_encoding": "^1.0",
|
|
"patchwork/utf8": "^1.3",
|
|
"phpdocumentor/reflection-docblock": "3.2.2",
|
|
"phpspec/prophecy": "^1.8",
|
|
"pragmarx/google2fa": "^5.0",
|
|
"pragmarx/google2fa-laravel": "^1.0",
|
|
"predis/predis": "^1.1",
|
|
"rollbar/rollbar-laravel": "^4.0",
|
|
"schuppo/password-strength": "~1.5",
|
|
"spatie/laravel-backup": "^5.12",
|
|
"tecnickcom/tc-lib-barcode": "^1.15",
|
|
"tightenco/ziggy": "^0.7.1",
|
|
"unicodeveloper/laravel-password": "^1.0",
|
|
"watson/validating": "^3.3"
|
|
},
|
|
"require-dev": {
|
|
"codeception/codeception": "^3.1",
|
|
"fzaninotto/faker": "^1.9",
|
|
"phpunit/phpunit": "^7.5",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"symfony/dom-crawler": "^4.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mcrypt": "For upgrading from before v5.1 this is used to re-encrypt data"
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"dont-discover": [
|
|
"rollbar/rollbar-laravel"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"database"
|
|
],
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [
|
|
"tests/TestCase.php",
|
|
"tests/unit/BaseTest.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover"
|
|
],
|
|
"post-root-package-install": [
|
|
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
],
|
|
"post-create-project-cmd": [
|
|
"php artisan key:generate"
|
|
]
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true,
|
|
"process-timeout": 3000,
|
|
"platform": {
|
|
"php": "7.1.3"
|
|
}
|
|
}
|
|
}
|