Files
UNIT3D-Community-Edition/composer.json
HDVinnie 922fc93c25 (Add) Image Intervention
- Applied new image intervention to user avatar upload.
- Extension type restricted
- Avatars are fitted to 150 x 150 while preserving aspect ratio.
2017-12-14 14:09:38 -05:00

75 lines
2.1 KiB
JSON
Executable File

{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"type": "project",
"require": {
"php": ">=7.0",
"arcanedev/log-viewer": "^4.3",
"bepsvpt/secure-headers": "^3.0",
"brian2694/laravel-toastr": "^1.0",
"christofferok/laravel-emojione": "^2.1",
"gstt/laravel-achievements": "^1.0",
"guzzlehttp/guzzle": "6.*",
"hootlex/laravel-moderation": "^1.0",
"infinety-es/config-manager": "^1.1",
"kyslik/column-sortable": "5.4.*",
"laravel/framework": "5.4.*",
"laravel/tinker": "~1.0",
"laravelcollective/html": "5.4.*",
"mjohnson/decoda": "6.*",
"moinax/tvdb": "1.*",
"paragonie/constant_time_encoding": "^2.0",
"predis/predis": "1.1.1",
"renatomarinho/laravel-page-speed": "^1.8",
"spatie/laravel-cookie-consent": "^1.8",
"spatie/laravel-image-optimizer": "^1.1",
"theodorejb/polycast": "^1.0",
"intervention/image": "dev-master"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.7",
"xethron/migrations-generator": "^2.0"
},
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"post-root-package-install": [
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"
],
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall",
"php artisan optimize"
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan optimize"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true
}
}