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",
|
2020-02-29 05:06:45 +08:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
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-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
2019-08-08 01:25:40 +08:00
|
|
|
"ext-simplexml": "*",
|
2020-02-29 07:00:56 +08:00
|
|
|
"ext-bcmath": "*",
|
2018-08-27 02:50:08 +08:00
|
|
|
"ext-pdo": "*",
|
2019-09-13 20:05:02 +08:00
|
|
|
"composer/composer": "~1.8.0",
|
2020-02-29 05:06:45 +08:00
|
|
|
"composer/installers": "~1.0",
|
2019-10-30 21:05:18 +08:00
|
|
|
"laravel/framework": "~6.0",
|
2019-09-13 20:05:02 +08:00
|
|
|
"akaunting/money": "^1.0",
|
|
|
|
"anhskohbo/no-captcha": "^3.0",
|
2019-05-12 23:51:06 +08:00
|
|
|
"appstract/laravel-opcache": "^2.0",
|
2019-09-13 20:05:02 +08:00
|
|
|
"arrilot/laravel-widgets": "~3.13.0",
|
2020-02-29 05:06:45 +08:00
|
|
|
"codedge/laravel-selfupdater": "^2.5",
|
2019-09-13 20:05:02 +08:00
|
|
|
"doctrine/dbal": "~2.9.2",
|
|
|
|
"elcobvg/laravel-opcache": "~0.4",
|
2019-09-17 03:17:51 +08:00
|
|
|
"facade/ignition": "^1.6",
|
2019-09-13 20:05:02 +08:00
|
|
|
"guzzlehttp/guzzle": "~6.3.3",
|
|
|
|
"hashids/hashids": "^2.0.0",
|
|
|
|
"igaster/laravel-theme": "^2.0",
|
2019-05-12 23:10:31 +08:00
|
|
|
"intervention/image": "2.4.*",
|
2019-09-13 20:05:02 +08:00
|
|
|
"irazasyed/laravel-gamp": "^1.4",
|
2019-05-12 23:10:31 +08:00
|
|
|
"jmikola/geojson": "1.0.*",
|
|
|
|
"joshbrw/laravel-module-installer": "0.1.*",
|
2019-09-13 20:05:02 +08:00
|
|
|
"laracasts/flash": "^3.0",
|
2019-05-12 23:51:06 +08:00
|
|
|
"laravel/helpers": "^1.0",
|
2019-09-13 20:05:02 +08:00
|
|
|
"laravelcollective/html": "~6.0.0",
|
2019-05-12 23:10:31 +08:00
|
|
|
"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-09-13 23:21:40 +08:00
|
|
|
"myclabs/deep-copy": "~1.9.0",
|
2019-09-13 20:05:02 +08:00
|
|
|
"nabeel/vacentral": "~2.0",
|
2019-11-27 22:19:20 +08:00
|
|
|
"nwidart/laravel-modules": "^6.0",
|
2019-09-13 20:05:02 +08:00
|
|
|
"php-units-of-measure/php-units-of-measure": "~2.1.0",
|
2019-05-12 23:10:31 +08:00
|
|
|
"pragmarx/version": "0.2.*",
|
2019-09-13 20:05:02 +08:00
|
|
|
"prettus/l5-repository": "~2.6.0",
|
|
|
|
"santigarcor/laratrust": "~5.2.0",
|
|
|
|
"sebastiaanluca/laravel-helpers": "~4.0",
|
|
|
|
"semver/semver": "~1.1.0",
|
|
|
|
"spatie/laravel-backup": "~6.3",
|
|
|
|
"spatie/valuestore": "~1.2.3",
|
|
|
|
"symfony/polyfill-iconv": "~1.12",
|
2019-05-12 23:10:31 +08:00
|
|
|
"theiconic/php-ga-measurement-protocol": "2.7.*",
|
2019-09-13 20:05:02 +08:00
|
|
|
"tivie/php-os-detector": "~1.1.0",
|
2020-02-10 23:40:42 +08:00
|
|
|
"webpatser/laravel-uuid": "~3.0",
|
2020-02-29 05:06:45 +08:00
|
|
|
"oomphinc/composer-installers-extender": "^1.1",
|
|
|
|
"phpvms/sample-module": "^1.0"
|
2017-06-09 02:28:26 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-09-09 21:38:26 +08:00
|
|
|
"barryvdh/laravel-debugbar": "^3.0",
|
2020-01-15 02:55:24 +08:00
|
|
|
"barryvdh/laravel-ide-helper": "^2.6",
|
2017-12-29 08:00:35 +08:00
|
|
|
"bpocallaghan/generators": "5.0.1",
|
2019-05-13 01:08:31 +08:00
|
|
|
"codedungeon/phpunit-result-printer": "^0.13.0",
|
|
|
|
"filp/whoops": "~2.0",
|
2019-12-12 01:57:18 +08:00
|
|
|
"fzaninotto/faker": "~1.9.0",
|
2020-02-24 06:21:26 +08:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.16",
|
2019-05-13 01:08:31 +08:00
|
|
|
"mockery/mockery": "0.9.*",
|
2019-09-13 23:21:40 +08:00
|
|
|
"nunomaduro/collision": "^3.0",
|
|
|
|
"phpunit/phpunit": "~8.3",
|
2019-05-13 01:08:31 +08:00
|
|
|
"squizlabs/php_codesniffer": "3.*"
|
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": {
|
2020-02-29 05:06:45 +08:00
|
|
|
"installer-types": ["phpvms-module"],
|
2017-12-14 12:42:45 +08:00
|
|
|
"installer-paths": {
|
2020-02-29 05:06:45 +08:00
|
|
|
"modules/{$name}/": ["type:phpvms-module"]
|
|
|
|
},
|
|
|
|
"module-dir": "modules"
|
2017-06-09 02:28:26 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-02-29 05:06:45 +08:00
|
|
|
"pre-package-uninstall": [
|
|
|
|
"@php -r \"array_map('unlink', glob('bootstrap/cache/*'));\""
|
|
|
|
],
|
|
|
|
"post-package-uninstall": [
|
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
|
|
"@php artisan package:discover --ansi",
|
|
|
|
"@php artisan phpvms:caches"
|
|
|
|
],
|
|
|
|
"pre-autoload-dump": [
|
|
|
|
"@php -r \"array_map('unlink', glob('bootstrap/cache/*'));\""
|
|
|
|
],
|
2017-10-10 23:55:28 +08:00
|
|
|
"post-autoload-dump": [
|
2017-12-03 00:26:25 +08:00
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
2020-02-29 05:06:45 +08:00
|
|
|
"@php artisan package:discover --ansi",
|
|
|
|
"@php artisan phpvms:caches"
|
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
|
|
|
}
|
|
|
|
}
|