Files
snipe-it/composer.json
T
Tom Castleman 08970f2b7b Removed debugbar:publish
As per:
```
NOTICE: Since laravel-debugbar 1.7.x, publishing assets is no longer necessary. The assets in public/packages/barryvdh/laravel-debugbar and maximebf/php-debugbar can be safely removed.
```
2015-05-21 16:59:20 +01:00

65 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.*",
"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.*",
"dinesh/barcode": "4.0.*@dev",
"intervention/image": "dev-master",
"league/csv": "~7.0",
"maknz/slack": "dev-master",
"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"
],
"post-install-cmd": [
],
"post-create-project-cmd": [
"php artisan key:generate"
]
},
"config": {
"preferred-install": "dist",
"bin-dir": "bin"
},
"minimum-stability": "dev"
}