{ "name": "phpvms/phpvms", "description": "phpVMS - Virtual Airline Administration", "keywords": ["phpvms", "virtual", "airlines"], "license": "BSD-3-Clause", "type": "project", "minimum-stability": "stable", "homepage": "http://www.phpvms.net", "require": { "php": ">=7.1", "laravel/framework": "^5.6", "laravelcollective/html": "5.6.x", "prettus/l5-repository": "2.6.x", "spatie/laravel-pjax": "1.3.x", "league/geotools": "0.8.x", "toin0u/geotools-laravel": "1.0.x", "webpatser/laravel-uuid": "3.0.x", "composer/semver": "1.4.x", "hashids/hashids": "2.0.x", "nwidart/laravel-modules": "^3.0", "sebastiaanluca/laravel-helpers": "1.0.x", "jackiedo/timezonelist": "5.x", "tivie/php-os-detector": "1.1.x", "santigarcor/laratrust": "5.0.x", "pragmarx/version": "0.2.x", "guzzlehttp/guzzle": "6.3.x", "jmikola/geojson": "1.0.x", "laracasts/flash": "3.0.x", "arrilot/laravel-widgets": "3.9.x", "nabeel/vacentral": "1.0.x", "league/iso3166": "2.1.x", "theiconic/php-ga-measurement-protocol": "2.7.x", "joshbrw/laravel-module-installer": "0.1.x", "irazasyed/laravel-gamp": "1.3.x", "vierbergenlars/php-semver": "3.0.x", "php-units-of-measure/php-units-of-measure": "2.1.x", "markrogoyski/math-php": "^0.38.0", "akaunting/money": "^1.0", "igaster/laravel-theme": "^2.0", "anhskohbo/no-captcha": "^3.0", "league/csv": "^9.1", "safran-cassiopee/php-metar-decoder": "^0.7.0" }, "require-dev": { "phpunit/phpunit": "~7.0", "barryvdh/laravel-ide-helper": "2.4.x", "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.*", "filp/whoops": "~2.0", "bpocallaghan/generators": "5.0.1", "nunomaduro/collision": "^2.0", "codedungeon/phpunit-result-printer": "^0.9" }, "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.php') || copy('env.php.example', 'env.php');\"" ], "post-create-project-cmd": [ "php artisan key:generate" ], "post-install-cmd": [ "Illuminate\\Foundation\\ComposerScripts::postInstall" ], "post-update-cmd": [ "Illuminate\\Foundation\\ComposerScripts::postUpdate", "php artisan phpvms:composer post-update" ], "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "php artisan package:discover" ] }, "config": { "bin-dir": "vendor/bin/" } }