2017-12-16 02:36:13 +08:00
|
|
|
{
|
2017-06-17 21:11:07 +08:00
|
|
|
"name": "phpvms/phpvms",
|
2017-06-09 09:56:57 +08:00
|
|
|
"description": "phpVMS - Virtual Airline Administration",
|
2017-06-09 09:57:45 +08:00
|
|
|
"keywords": ["phpvms", "virtual", "airlines"],
|
2018-02-06 03:26:54 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2017-06-09 02:28:26 +08:00
|
|
|
"type": "project",
|
2017-12-12 11:01:31 +08:00
|
|
|
"minimum-stability": "stable",
|
2017-12-29 07:45:57 +08:00
|
|
|
"homepage": "http://www.phpvms.net",
|
2017-06-09 02:28:26 +08:00
|
|
|
"require": {
|
2019-05-12 23:10:31 +08:00
|
|
|
"php": ">=7.2",
|
2018-08-27 02:50:08 +08:00
|
|
|
"ext-calendar": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-pdo": "*",
|
2019-05-12 23:10:31 +08:00
|
|
|
"composer/composer": "1.8.*",
|
|
|
|
"composer/semver": "1.4.*",
|
|
|
|
"akaunting/money": "1.0.*",
|
|
|
|
"anhskohbo/no-captcha": "3.0.*",
|
2019-05-12 23:51:06 +08:00
|
|
|
"appstract/laravel-opcache": "^2.0",
|
2019-05-12 23:10:31 +08:00
|
|
|
"arrilot/laravel-widgets": "3.13.*",
|
2018-08-21 02:22:42 +08:00
|
|
|
"fzaninotto/faker": "^1.8",
|
2019-05-12 23:10:31 +08:00
|
|
|
"guzzlehttp/guzzle": "6.3.*",
|
|
|
|
"hashids/hashids": "2.0.*",
|
|
|
|
"igaster/laravel-theme": "2.0.*",
|
|
|
|
"intervention/image": "2.4.*",
|
|
|
|
"irazasyed/laravel-gamp": "1.3.*",
|
|
|
|
"jackiedo/timezonelist": "5.*",
|
|
|
|
"jmikola/geojson": "1.0.*",
|
|
|
|
"joshbrw/laravel-module-installer": "0.1.*",
|
|
|
|
"laracasts/flash": "3.0.*",
|
|
|
|
"laravel/framework": "5.8.*",
|
2019-05-12 23:51:06 +08:00
|
|
|
"laravel/helpers": "^1.0",
|
2019-05-12 23:10:31 +08:00
|
|
|
"laravelcollective/html": "^5.8",
|
|
|
|
"league/csv": "9.2.*",
|
|
|
|
"league/geotools": "0.8.*",
|
|
|
|
"league/iso3166": "2.1.*",
|
2019-05-12 03:11:15 +08:00
|
|
|
"markrogoyski/math-php": "^0.38.0",
|
2019-05-12 23:10:31 +08:00
|
|
|
"myclabs/deep-copy": "1.8.*",
|
|
|
|
"nabeel/vacentral": "1.*",
|
|
|
|
"nwidart/laravel-modules": "5.*",
|
|
|
|
"php-units-of-measure/php-units-of-measure": "2.1.*",
|
|
|
|
"pragmarx/version": "0.2.*",
|
2019-05-12 23:51:06 +08:00
|
|
|
"predis/predis": "^1.1",
|
2019-05-12 23:10:31 +08:00
|
|
|
"prettus/l5-repository": "2.6.*",
|
|
|
|
"santigarcor/laratrust": "5.2.*",
|
|
|
|
"sebastiaanluca/laravel-helpers": "3.*",
|
|
|
|
"spatie/laravel-pjax": "1.3.*",
|
2019-05-12 03:11:15 +08:00
|
|
|
"symfony/polyfill-iconv": "^1.11",
|
2019-05-12 23:10:31 +08:00
|
|
|
"theiconic/php-ga-measurement-protocol": "2.7.*",
|
|
|
|
"tivie/php-os-detector": "1.1.*",
|
|
|
|
"toin0u/geotools-laravel": "1.0.*",
|
|
|
|
"vierbergenlars/php-semver": "3.0.*",
|
|
|
|
"waavi/sanitizer": "1.0.*",
|
|
|
|
"webpatser/laravel-uuid": "3.*"
|
2017-06-09 02:28:26 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-05-12 23:10:31 +08:00
|
|
|
"phpunit/phpunit": "7.5.*",
|
2018-09-09 21:38:26 +08:00
|
|
|
"barryvdh/laravel-ide-helper": "^2.0",
|
|
|
|
"barryvdh/laravel-debugbar": "^3.0",
|
2017-06-09 02:28:26 +08:00
|
|
|
"mockery/mockery": "0.9.*",
|
2017-12-02 04:34:37 +08:00
|
|
|
"filp/whoops": "~2.0",
|
2017-12-29 08:00:35 +08:00
|
|
|
"bpocallaghan/generators": "5.0.1",
|
2018-04-23 21:46:28 +08:00
|
|
|
"nunomaduro/collision": "^2.0",
|
2018-09-09 21:38:26 +08:00
|
|
|
"codedungeon/phpunit-result-printer": "^0.13.0"
|
2017-06-09 02:28:26 +08:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2017-12-15 00:38:10 +08:00
|
|
|
"app/Database"
|
2017-06-09 02:28:26 +08:00
|
|
|
],
|
2017-12-12 12:27:59 +08:00
|
|
|
"files": [
|
|
|
|
"app/helpers.php"
|
|
|
|
],
|
2017-06-09 02:28:26 +08:00
|
|
|
"psr-4": {
|
2017-12-02 04:34:37 +08:00
|
|
|
"App\\": "app/",
|
2019-05-08 20:07:24 +08:00
|
|
|
"Modules\\": "modules/"
|
2017-06-09 02:28:26 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
2017-06-11 09:10:31 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Tests\\": "tests/"
|
|
|
|
},
|
2017-06-09 02:28:26 +08:00
|
|
|
"classmap": [
|
|
|
|
"tests/TestCase.php"
|
|
|
|
]
|
2017-12-14 12:42:45 +08:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"installer-paths": {
|
2019-04-08 08:07:16 +08:00
|
|
|
"modules/{$name}/": [
|
|
|
|
"type:laravel-library",
|
|
|
|
"type:phpvms-plugin"
|
|
|
|
]
|
2017-12-14 12:42:45 +08:00
|
|
|
}
|
2017-06-09 02:28:26 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
2018-02-13 00:51:04 +08:00
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postInstall"
|
2017-06-09 02:28:26 +08:00
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
2017-07-14 11:35:24 +08:00
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
2018-03-26 05:50:48 +08:00
|
|
|
"php artisan phpvms:composer post-update"
|
2017-10-10 23:55:28 +08:00
|
|
|
],
|
|
|
|
"post-autoload-dump": [
|
2017-12-03 00:26:25 +08:00
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
2018-03-26 05:50:48 +08:00
|
|
|
"php artisan package:discover"
|
2017-06-09 02:28:26 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
2018-02-20 11:56:41 +08:00
|
|
|
"bin-dir": "vendor/bin/"
|
2017-06-09 02:28:26 +08:00
|
|
|
}
|
|
|
|
}
|