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",
|
2022-04-05 10:27:02 -07:00
|
|
|
"repositories": [
|
2022-06-24 17:55:34 -07:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/grokability/laravel-scim-server"
|
|
|
|
}
|
2022-04-05 10:27:02 -07:00
|
|
|
],
|
2021-06-11 20:12:39 -07:00
|
|
|
"require": {
|
2023-05-02 12:01:09 -07:00
|
|
|
"php": ">=7.4.3 <8.2",
|
2021-06-11 20:12:39 -07:00
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-fileinfo": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-pdo": "*",
|
|
|
|
"alek13/slack": "^2.0",
|
2022-04-05 10:27:02 -07:00
|
|
|
"arietimmerman/laravel-scim-server": "dev-master",
|
2021-11-09 13:06:24 -08:00
|
|
|
"bacon/bacon-qr-code": "^2.0",
|
2021-06-11 20:12:39 -07:00
|
|
|
"barryvdh/laravel-debugbar": "^3.6",
|
2022-07-22 17:55:19 -07:00
|
|
|
"barryvdh/laravel-dompdf": "^2.0",
|
2021-06-11 20:12:39 -07:00
|
|
|
"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",
|
2022-04-04 12:31:27 -07:00
|
|
|
"enshrined/svg-sanitize": "^0.15.0",
|
2021-06-11 20:12:39 -07:00
|
|
|
"erusev/parsedown": "^1.7",
|
|
|
|
"facade/ignition": "^2.10",
|
|
|
|
"fideloper/proxy": "^4.3",
|
2022-02-23 11:06:19 -08:00
|
|
|
"fruitcake/laravel-cors": "^2.2",
|
2022-06-24 17:30:56 -07:00
|
|
|
"guzzlehttp/guzzle": "^7.0.1",
|
2021-06-11 20:12:39 -07:00
|
|
|
"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",
|
2023-05-10 00:14:28 -07:00
|
|
|
"laravel/socialite": "^5.6",
|
2021-06-11 20:12:39 -07:00
|
|
|
"laravel/tinker": "^2.6",
|
|
|
|
"laravel/ui": "^3.3",
|
|
|
|
"laravelcollective/html": "^6.2",
|
2023-07-10 11:19:54 -07:00
|
|
|
"lcobucci/clock": "^1.2.0|^2.0.0",
|
2021-11-09 13:06:24 -08:00
|
|
|
"lcobucci/jwt": "^3.4.5|^4.0.4",
|
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",
|
2021-11-08 21:19:23 -08:00
|
|
|
"mediconesystems/livewire-datatables": "^0.5.0",
|
2021-06-11 20:12:39 -07:00
|
|
|
"neitanod/forceutf8": "^2.0",
|
|
|
|
"nesbot/carbon": "^2.32",
|
|
|
|
"nunomaduro/collision": "^5.4",
|
|
|
|
"onelogin/php-saml": "^3.4",
|
|
|
|
"paragonie/constant_time_encoding": "^2.3",
|
2023-01-31 16:39:46 -08:00
|
|
|
"paragonie/sodium_compat": "^1.19",
|
2021-06-11 20:12:39 -07:00
|
|
|
"phpdocumentor/reflection-docblock": "^5.1",
|
|
|
|
"phpspec/prophecy": "^1.10",
|
|
|
|
"pragmarx/google2fa-laravel": "^1.3",
|
|
|
|
"rollbar/rollbar-laravel": "^7.0",
|
|
|
|
"spatie/laravel-backup": "^6.16",
|
2023-01-31 16:39:46 -08:00
|
|
|
"symfony/polyfill-mbstring": "^1.22",
|
2021-06-11 20:12:39 -07:00
|
|
|
"tecnickcom/tc-lib-barcode": "^1.15",
|
2023-08-15 12:11:56 -07:00
|
|
|
"tecnickcom/tcpdf": "^6.5",
|
2021-06-11 20:12:39 -07:00
|
|
|
"unicodeveloper/laravel-password": "^1.0",
|
|
|
|
"watson/validating": "^6.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-06-26 16:22:28 -07:00
|
|
|
"brianium/paratest": "^6.6",
|
2021-12-01 13:46:21 -08:00
|
|
|
"fakerphp/faker": "^1.16",
|
2021-12-02 11:22:46 -08:00
|
|
|
"mockery/mockery": "^1.4",
|
2023-02-07 11:01:21 -08:00
|
|
|
"nunomaduro/larastan": "^1.0",
|
2023-02-06 12:39:55 -08:00
|
|
|
"nunomaduro/phpinsights": "^2.7",
|
2021-06-11 20:12:39 -07:00
|
|
|
"phpunit/php-token-stream": "^3.1",
|
2021-12-02 11:04:04 -08:00
|
|
|
"phpunit/phpunit": "^9.0",
|
2021-06-11 20:12:39 -07:00
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
|
|
"symfony/css-selector": "^4.4",
|
2023-02-07 11:01:21 -08:00
|
|
|
"symfony/dom-crawler": "^4.4",
|
2023-07-10 17:35:21 -07:00
|
|
|
"vimeo/psalm": "^5.13"
|
2021-06-11 20:12:39 -07:00
|
|
|
},
|
|
|
|
"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": [
|
2021-12-02 15:12:47 -08:00
|
|
|
"tests/TestCase.php"
|
2021-11-30 20:09:29 -08:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"App\\": "app/",
|
2021-12-02 15:12:47 -08:00
|
|
|
"Tests\\": "tests/"
|
2021-11-30 20:09:29 -08:00
|
|
|
}
|
2021-06-11 20:12:39 -07:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-autoload-dump": [
|
2022-05-11 14:00:10 -07:00
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
|
|
"@php artisan package:discover --ansi",
|
|
|
|
"@php artisan vendor:publish --force --tag=livewire:assets --ansi"
|
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,
|
2023-03-13 10:49:41 -07:00
|
|
|
"process-timeout": 3000,
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
2021-06-11 20:12:39 -07:00
|
|
|
}
|
2022-07-22 17:55:19 -07:00
|
|
|
}
|