2016-03-25 01:18:05 -07:00
|
|
|
{
|
2021-06-11 20:12:39 -07:00
|
|
|
"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": {
|
2021-08-17 20:21:43 -07:00
|
|
|
"php": "^7.3",
|
2021-06-11 20:12:39 -07:00
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-fileinfo": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-pdo": "*",
|
|
|
|
"adldap2/adldap2": "^10.2",
|
|
|
|
"alek13/slack": "^2.0",
|
|
|
|
"bacon/bacon-qr-code": "^1.0",
|
|
|
|
"barryvdh/laravel-debugbar": "^3.6",
|
|
|
|
"doctrine/cache": "^1.10",
|
|
|
|
"doctrine/common": "^2.12",
|
|
|
|
"doctrine/dbal": "^3.1",
|
|
|
|
"doctrine/inflector": "^1.3",
|
|
|
|
"doctrine/instantiator": "^1.3",
|
|
|
|
"eduardokum/laravel-mail-auto-embed": "^1.0",
|
|
|
|
"enshrined/svg-sanitize": "^0.13.3",
|
|
|
|
"erusev/parsedown": "^1.7",
|
|
|
|
"facade/ignition": "^2.10",
|
|
|
|
"fideloper/proxy": "^4.3",
|
|
|
|
"fruitcake/laravel-cors": "^2.0",
|
|
|
|
"guzzlehttp/guzzle": "^7.0.1",
|
|
|
|
"intervention/image": "^2.5",
|
|
|
|
"javiereguiluz/easyslugger": "^1.0",
|
|
|
|
"laravel/framework": "^8.46",
|
|
|
|
"laravel/helpers": "^1.4",
|
|
|
|
"laravel/passport": "^10.1",
|
|
|
|
"laravel/slack-notification-channel": "^2.3",
|
|
|
|
"laravel/tinker": "^2.6",
|
|
|
|
"laravel/ui": "^3.3",
|
|
|
|
"laravelcollective/html": "^6.2",
|
2021-08-17 20:21:43 -07:00
|
|
|
"lcobucci/clock": "1.2.0",
|
|
|
|
"lcobucci/jwt": "^3.4.5",
|
2021-06-11 20:12:39 -07:00
|
|
|
"league/csv": "^9.7",
|
|
|
|
"league/flysystem-aws-s3-v3": "^1.0",
|
|
|
|
"league/flysystem-cached-adapter": "^1.1",
|
|
|
|
"livewire/livewire": "^2.4",
|
|
|
|
"mediconesystems/livewire-datatables": "^0.4.3",
|
|
|
|
"neitanod/forceutf8": "^2.0",
|
|
|
|
"nesbot/carbon": "^2.32",
|
|
|
|
"nunomaduro/collision": "^5.4",
|
|
|
|
"onelogin/php-saml": "^3.4",
|
|
|
|
"paragonie/constant_time_encoding": "^2.3",
|
|
|
|
"patchwork/utf8": "^1.3",
|
|
|
|
"phpdocumentor/reflection-docblock": "^5.1",
|
|
|
|
"phpspec/prophecy": "^1.10",
|
|
|
|
"pragmarx/google2fa-laravel": "^1.3",
|
|
|
|
"rollbar/rollbar-laravel": "^7.0",
|
|
|
|
"spatie/laravel-backup": "^6.16",
|
|
|
|
"tecnickcom/tc-lib-barcode": "^1.15",
|
|
|
|
"tightenco/ziggy": "v1.2.0",
|
|
|
|
"unicodeveloper/laravel-password": "^1.0",
|
|
|
|
"watson/validating": "^6.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"codeception/codeception": "^4.1",
|
|
|
|
"codeception/module-asserts": "^1.2",
|
|
|
|
"codeception/module-laravel5": "^1.1",
|
|
|
|
"codeception/module-rest": "^1.2",
|
|
|
|
"codeception/module-webdriver": "^1.0",
|
|
|
|
"fzaninotto/faker": "^1.9",
|
|
|
|
"overtrue/phplint": "^3.0",
|
|
|
|
"phpunit/php-token-stream": "^3.1",
|
|
|
|
"phpunit/phpunit": "^8.5",
|
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
|
|
"symfony/css-selector": "^4.4",
|
|
|
|
"symfony/dom-crawler": "^4.4"
|
|
|
|
},
|
|
|
|
"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"
|
2018-07-24 20:10:49 -07:00
|
|
|
],
|
2021-06-11 20:12:39 -07:00
|
|
|
"psr-4": {
|
|
|
|
"App\\": "app/",
|
|
|
|
"Database\\Factories\\": "database/factories/",
|
|
|
|
"Database\\Seeders\\": "database/seeders/"
|
2018-07-24 20:10:49 -07:00
|
|
|
}
|
2021-06-11 20:12:39 -07:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"classmap": [
|
|
|
|
"tests/TestCase.php",
|
|
|
|
"tests/unit/BaseTest.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-autoload-dump": [
|
2021-08-17 20:21:43 -07:00
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
|
2021-06-11 20:12:39 -07:00
|
|
|
],
|
|
|
|
"post-create-project-cmd": [
|
|
|
|
"php artisan key:generate"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist",
|
|
|
|
"sort-packages": true,
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"discard-changes": true,
|
|
|
|
"process-timeout": 3000
|
|
|
|
}
|
2021-08-17 20:21:43 -07:00
|
|
|
}
|