Files
snipe-it/composer.json
2015-02-25 12:32:13 -08:00

66 lines
1.5 KiB
JSON
Executable File

{
"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.2.0",
"symfony/console": "~2",
"symfony/yaml": "~2",
"symfony/config": "~2",
"symfony/stopwatch": "~2",
"laravel/framework": "4.2.*",
"doctrine/dbal": "v2.4.2",
"cartalyst/sentry": "2.0.*",
"barryvdh/laravel-debugbar": "1.x",
"chumper/datatable": "dev-master",
"dinesh/barcode": "dev-master",
"intervention/image": "dev-master",
"league/csv": "~7.0",
"erusev/parsedown": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "*",
"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",
"php artisan debugbar:publish"
],
"post-install-cmd": [
"php artisan debugbar:publish"
],
"post-create-project-cmd": [
"php artisan key:generate"
]
},
"config": {
"preferred-install": "dist",
"bin-dir": "bin"
},
"minimum-stability": "dev"
}