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": {
|
2020-05-16 06:22:24 +08:00
|
|
|
"php": ">=7.3",
|
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": "*",
|
2021-03-05 06:08:51 +08:00
|
|
|
"ext-intl": "*",
|
2021-05-20 01:57:28 +08:00
|
|
|
"symfony/polyfill-intl-icu": "*",
|
|
|
|
"symfony/polyfill-intl-idn": "*",
|
|
|
|
"symfony/polyfill-mbstring": "*",
|
2021-05-20 20:55:55 +08:00
|
|
|
"symfony/polyfill-php74": "*",
|
2021-05-20 01:57:28 +08:00
|
|
|
"symfony/polyfill-php80": "*",
|
2021-12-03 22:23:59 +08:00
|
|
|
"symfony/polyfill-php81": "*",
|
|
|
|
"symfony/event-dispatcher-contracts": "^2",
|
|
|
|
"symfony/property-info": "^5.4",
|
|
|
|
"symfony/string": "^5.4",
|
|
|
|
"psr/container": "1.1.1",
|
|
|
|
"composer/composer": "~2.0",
|
2020-02-29 05:06:45 +08:00
|
|
|
"composer/installers": "~1.0",
|
2021-03-05 06:08:51 +08:00
|
|
|
"laravel/framework": "~8.0",
|
2019-09-13 20:05:02 +08:00
|
|
|
"anhskohbo/no-captcha": "^3.0",
|
2020-05-16 06:20:16 +08:00
|
|
|
"appstract/laravel-opcache": "^4.0",
|
2019-09-13 20:05:02 +08:00
|
|
|
"arrilot/laravel-widgets": "~3.13.0",
|
2021-03-05 06:08:51 +08:00
|
|
|
"codedge/laravel-selfupdater": "~3.2.0",
|
|
|
|
"doctrine/dbal": "^3.0.0",
|
|
|
|
"facade/ignition": "^2.5",
|
|
|
|
"fideloper/proxy": "^4.4",
|
2020-05-16 06:20:16 +08:00
|
|
|
"guzzlehttp/guzzle": "~6.5",
|
2021-03-05 06:08:51 +08:00
|
|
|
"hashids/hashids": "^4.1.0",
|
2019-09-13 20:05:02 +08:00
|
|
|
"igaster/laravel-theme": "^2.0",
|
2021-05-12 06:46:21 +08:00
|
|
|
"intervention/image": "^2.4",
|
2021-03-05 06:08:51 +08:00
|
|
|
"irazasyed/laravel-gamp": "^1.8",
|
2019-05-12 23:10:31 +08:00
|
|
|
"jmikola/geojson": "1.0.*",
|
2021-03-05 06:08:51 +08:00
|
|
|
"joshbrw/laravel-module-installer": "^2.0",
|
2020-05-16 06:20:16 +08:00
|
|
|
"laracasts/flash": "^3.1",
|
2021-03-05 06:08:51 +08:00
|
|
|
"laravel/helpers": "^1.4",
|
2020-09-11 04:42:11 +08:00
|
|
|
"laravelcollective/html": "~6.2.0",
|
2021-03-05 06:08:51 +08:00
|
|
|
"jeremykendall/php-domain-parser": "~5.7.2",
|
2021-08-08 23:48:45 +08:00
|
|
|
"league/commonmark": "~1.6",
|
2021-12-03 22:23:59 +08:00
|
|
|
"league/csv": "9.7.*",
|
2019-05-12 23:10:31 +08:00
|
|
|
"league/geotools": "0.8.*",
|
2021-03-05 06:08:51 +08:00
|
|
|
"league/iso3166": "^3.0.0",
|
|
|
|
"markrogoyski/math-php": "^1.10",
|
|
|
|
"myclabs/deep-copy": "~1.10.0",
|
2019-09-13 20:05:02 +08:00
|
|
|
"nabeel/vacentral": "~2.0",
|
2021-03-05 06:08:51 +08:00
|
|
|
"nwidart/laravel-modules": "^8.2",
|
2019-09-13 20:05:02 +08:00
|
|
|
"php-units-of-measure/php-units-of-measure": "~2.1.0",
|
2020-03-03 23:20:13 +08:00
|
|
|
"phpvms/sample-module": "^1.0",
|
2021-03-05 06:08:51 +08:00
|
|
|
"pragmarx/version": ">=v1.2.3",
|
|
|
|
"prettus/l5-repository": "~2.7.0",
|
|
|
|
"santigarcor/laratrust": "~6.3",
|
2019-09-13 20:05:02 +08:00
|
|
|
"semver/semver": "~1.1.0",
|
2021-03-05 06:08:51 +08:00
|
|
|
"spatie/valuestore": "~1.2",
|
|
|
|
"symfony/polyfill-iconv": "~1.22.0",
|
2019-09-13 20:05:02 +08:00
|
|
|
"tivie/php-os-detector": "~1.1.0",
|
2021-03-05 06:08:51 +08:00
|
|
|
"vlucas/phpdotenv": "^5.3.0",
|
|
|
|
"webpatser/laravel-uuid": "~4.0",
|
|
|
|
"oomphinc/composer-installers-extender": "^2.0",
|
|
|
|
"laravel/ui": "^3.2.0",
|
|
|
|
"madnest/madzipper": "^1.1.0",
|
|
|
|
"elcobvg/laravel-opcache": "^0.4.1",
|
|
|
|
"laravel/legacy-factories": "^1.1",
|
2021-05-12 06:46:21 +08:00
|
|
|
"fakerphp/faker": "^v1.14",
|
2021-05-20 23:54:07 +08:00
|
|
|
"wildbit/swiftmailer-postmark": "^3.3",
|
2021-06-04 22:51:59 +08:00
|
|
|
"queueworker/sansdaemon": "^1.2",
|
2021-06-10 21:08:41 +08:00
|
|
|
"jpkleemans/attribute-events": "^1.1",
|
2021-10-25 23:38:32 +08:00
|
|
|
"akaunting/laravel-money": "^1.2",
|
2021-12-01 03:36:17 +08:00
|
|
|
"staudenmeir/belongs-to-through": "^2.5",
|
|
|
|
"staudenmeir/eloquent-has-many-deep": "1.14.3"
|
2017-06-09 02:28:26 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-03-05 06:08:51 +08:00
|
|
|
"barryvdh/laravel-debugbar": "^3.5",
|
2021-12-03 22:23:59 +08:00
|
|
|
"barryvdh/laravel-ide-helper": "^2.10",
|
2021-03-05 06:08:51 +08:00
|
|
|
"bpocallaghan/generators": "~7.0",
|
2019-05-13 01:08:31 +08:00
|
|
|
"filp/whoops": "~2.0",
|
2021-12-03 22:23:59 +08:00
|
|
|
"friendsofphp/php-cs-fixer": "^3.3",
|
2021-03-05 06:08:51 +08:00
|
|
|
"mockery/mockery": "^1.4.0",
|
|
|
|
"nunomaduro/collision": "^5.3.0",
|
2020-05-23 23:43:29 +08:00
|
|
|
"phpunit/phpunit": "~9.0",
|
2020-05-16 06:20:16 +08:00
|
|
|
"sempro/phpunit-pretty-print": "^1.2"
|
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/"
|
2020-05-23 23:43:29 +08:00
|
|
|
}
|
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"]
|
|
|
|
},
|
2021-12-03 22:23:59 +08:00
|
|
|
"module-dir": "modules",
|
|
|
|
"symfony": {
|
|
|
|
"require": "^5.4"
|
|
|
|
}
|
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": [
|
|
|
|
"@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
|
|
|
}
|
|
|
|
}
|