118 lines
3.7 KiB
JSON
Executable File
118 lines
3.7 KiB
JSON
Executable File
{
|
|
"name": "phpvms/phpvms",
|
|
"version": "7.0.0-dev",
|
|
"description": "phpVMS - Virtual Airline Administration",
|
|
"keywords": ["phpvms", "virtual", "airlines"],
|
|
"license": "MIT",
|
|
"type": "project",
|
|
"minimum-stability": "stable",
|
|
"homepage": "http://www.phpvms.net",
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"laravel/framework": "5.5.28",
|
|
"symfony/lts": "v3",
|
|
"php-http/httplug": "1.1.0",
|
|
"laravelcollective/html": "5.5.1",
|
|
"doctrine/annotations": "1.4.0",
|
|
"doctrine/cache": "1.6.2",
|
|
"doctrine/collections": "1.4.0",
|
|
"doctrine/common": "2.7.3",
|
|
"doctrine/dbal": "2.5.12",
|
|
"doctrine/inflector": "1.1.0",
|
|
"doctrine/instantiator": "1.0.5",
|
|
"prettus/l5-repository": "2.6.28",
|
|
"spatie/laravel-pjax": "1.3.1",
|
|
"symfony/inflector": "3.4.3",
|
|
"symfony/event-dispatcher": "3.4.3",
|
|
"symfony/yaml": "3.4.3",
|
|
"symfony/css-selector": "3.4.3",
|
|
"symfony/dom-crawler": "3.4.3",
|
|
"league/geotools": "0.7.0",
|
|
"toin0u/geotools-laravel": "^1.0",
|
|
"webpatser/laravel-uuid": "3.0.1",
|
|
"spatie/laravel-fractal": "5.3.0",
|
|
"composer/semver": "1.4.2",
|
|
"dg/rss-php": "1.2",
|
|
"makinacorpus/php-bloom": "dev-master",
|
|
"hashids/hashids": "2.0.4",
|
|
"nwidart/laravel-modules": "2.6.0",
|
|
"sebastiaanluca/laravel-helpers": "1.0.2",
|
|
"jackiedo/timezonelist": "5.x",
|
|
"tivie/php-os-detector": "1.1.0",
|
|
"santigarcor/laratrust": "5.0.3",
|
|
"pragmarx/version": "0.2.3",
|
|
"guzzlehttp/guzzle": "6.3.0",
|
|
"jmikola/geojson": "1.0.2",
|
|
"laracasts/flash": "3.0.2",
|
|
"arrilot/laravel-widgets": "3.9.0",
|
|
"nabeel/vacentral": "dev-master",
|
|
"league/iso3166": "^2.1",
|
|
"google/apiclient": "^2.0",
|
|
"theiconic/php-ga-measurement-protocol": "^2.0",
|
|
"irazasyed/laravel-gamp": "^1.3",
|
|
"vierbergenlars/php-semver": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "6.4.0",
|
|
"barryvdh/laravel-ide-helper": "2.4.x",
|
|
"fzaninotto/faker": "~1.4",
|
|
"mockery/mockery": "0.9.*",
|
|
"filp/whoops": "~2.0",
|
|
"orchestra/testbench": "3.5.2",
|
|
"bpocallaghan/generators": "5.0.1",
|
|
"scriptfusion/phpunit-immediate-exception-printer": "1.3.0",
|
|
"zircote/swagger-php": "2.0.13"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"app/Database"
|
|
],
|
|
"files": [
|
|
"app/helpers.php"
|
|
],
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Modules\\": "modules/",
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
},
|
|
"classmap": [
|
|
"tests/TestCase.php"
|
|
]
|
|
},
|
|
"extra": {
|
|
"installer-paths": {
|
|
"modules/{$name}/": ["type:laravel-library"]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-root-package-install": [
|
|
"php -r \"file_exists('.env') || copy('.env.dev.example', '.env');\""
|
|
],
|
|
"post-create-project-cmd": [
|
|
"php artisan key:generate"
|
|
],
|
|
"post-install-cmd": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postInstall"
|
|
],
|
|
"post-update-cmd": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
|
"php artisan ide-helper:generate",
|
|
"php artisan ide-helper:meta"
|
|
],
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover"
|
|
]
|
|
},
|
|
"config": {
|
|
"bin-dir": "vendor/bin/",
|
|
"secure-http": false,
|
|
"disable-tls": true
|
|
}
|
|
}
|