{ "name": "snipe/snipe-it", "description": "A free open source IT asset/license management system built in PHP on Laravel 4.1 and Bootstrap 3.", "keywords": ["framework", "laravel", "assets", "IT", "management"], "homepage": "http://snipeitapp.com/", "license": "AGPL-3.0", "support": { "issues": "https://github.com/snipe/snipe-it/issues", "source": "https://github.com/snipe/snipe-it" }, "replace": { "mtdowling/classpreloader":"1.0.*" }, "require": { "classpreloader/classpreloader": "1.*", "symfony/console": "~2", "symfony/yaml": "~2", "symfony/config": "~2", "symfony/stopwatch": "~2", "laravel/framework": "4.2.17", "doctrine/dbal": "v2.4.2", "cartalyst/sentry": "2.1.5", "barryvdh/laravel-debugbar": "1.x", "chumper/datatable": "2.3.*", "intervention/image": "dev-master", "league/csv": "~7.0", "maknz/slack": "dev-master", "erusev/parsedown": "dev-master", "fideloper/proxy": "2.1.1", "guzzlehttp/guzzle": "5.3.0", "aws/aws-sdk-php-laravel": "1.0.x-dev", "schickling/backup": "0.6.0", "chumper/zipper": "0.5.x", "tecnickcom/tc-lib-barcode": "dev-master" }, "repositories": [ { "type": "vcs", "url": "git@github.com:tecnickcom/tc-lib-barcode.git" } ], "require-dev": { "phpunit/phpunit": "*", "codeception/codeception": "2.1.*", "mockery/mockery": "0.9.*" }, "autoload": { "classmap": [ "app/commands", "app/controllers", "app/models", "app/database/migrations", "app/database/seeds", "app/tests/TestCase.php" ] }, "scripts": { "pre-update-cmd": [ ], "post-update-cmd": [ "php artisan optimize" ], "post-install-cmd": [ ], "post-create-project-cmd": [ "php artisan key:generate" ] }, "config": { "preferred-install": "dist", "bin-dir": "vendor/bin" }, "minimum-stability": "dev" }