-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·159 lines (159 loc) · 5.07 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "phpvms/phpvms",
"description": "phpVMS - Virtual Airline Administration",
"keywords": [
"phpvms",
"virtual",
"airlines"
],
"license": "BSD-3-Clause",
"type": "project",
"minimum-stability": "dev",
"prefer-stable": true,
"homepage": "http://www.phpvms.net",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/arthurpar06/laravel-theme"
}
],
"require": {
"php": ">=8.1",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"ext-bcmath": "*",
"ext-pdo": "*",
"ext-intl": "*",
"fisharebest/ext-calendar": "^2.5",
"symfony/flex": "^1.0",
"symfony/polyfill-iconv": "~1.22.0",
"symfony/polyfill-intl-icu": "*",
"symfony/polyfill-intl-idn": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*",
"symfony/deprecation-contracts": "~v3.2.0",
"symfony/event-dispatcher-contracts": "~3.2.0",
"symfony/mailgun-mailer": "^6.2",
"symfony/console": "^6.2",
"symfony/http-client": "^6.2",
"symfony/yaml": "~6.2",
"psr/container": "1.1.1",
"composer/composer": "~2.3.0",
"composer/installers": "~1.0",
"laravel/framework": "~v10.0",
"arrilot/laravel-widgets": "~3.13.0",
"doctrine/dbal": "^3.0",
"guzzlehttp/guzzle": "~7.4.1",
"hashids/hashids": "~4.1.0",
"igaster/laravel-theme": "dev-master",
"intervention/image": "~2.4",
"jmikola/geojson": "1.0.*",
"joshbrw/laravel-module-installer": "~2.0.1",
"laracasts/flash": "~3.2.2",
"laravel/helpers": "~v1.6.0",
"laravelcollective/html": "~6.4.0",
"jeremykendall/php-domain-parser": "~6.3",
"league/commonmark": "~2.4",
"league/csv": "~9.9.0",
"league/geotools": "~1.1.0",
"league/iso3166": "~4.2.0",
"markrogoyski/math-php": "~2.5.0",
"myclabs/deep-copy": "~1.10.0",
"nabeel/vacentral": "~2.1.0",
"nwidart/laravel-modules": "~10.0.0",
"php-units-of-measure/php-units-of-measure": "~2.1.0",
"phpvms/sample-module": "~1.0",
"prettus/l5-repository": "~2.9.0",
"santigarcor/laratrust": "^8.0",
"semver/semver": "~1.1.0",
"spatie/valuestore": "~1.3.2",
"tivie/php-os-detector": "~1.1.0",
"vlucas/phpdotenv": "~5.5",
"webpatser/laravel-uuid": "~4.0.1",
"oomphinc/composer-installers-extender": "~2.0.0",
"laravel/ui": "^4.2.2",
"madnest/madzipper": "^1.4.0",
"elcobvg/laravel-opcache": "^0.4.1",
"fakerphp/faker": "^v1.19.0",
"queueworker/sansdaemon": "^1.2.7",
"jpkleemans/attribute-events": "^1.4.0",
"akaunting/laravel-money": "^4.0.1",
"staudenmeir/belongs-to-through": "^v2.13.0",
"staudenmeir/eloquent-has-many-deep": "1.18.0",
"spatie/laravel-ignition": "^2.0",
"kyslik/column-sortable": "^6.5",
"jlorente/laravel-data-migrations": "^2.0",
"tymon/jwt-auth": "*"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.8.1",
"filp/whoops": "~2.14.5",
"friendsofphp/php-cs-fixer": "^3.17.0",
"mockery/mockery": "^1.5.0",
"nunomaduro/collision": "^v6.1.0",
"phpunit/phpunit": "~9.5.14",
"sempro/phpunit-pretty-print": "^1.4.0",
"laravel/sail": "^1.23"
},
"autoload": {
"classmap": [
"app/Database"
],
"files": [
"app/helpers.php"
],
"psr-4": {
"App\\": "app/",
"Modules\\": "modules/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"extra": {
"installer-types": [
"phpvms-module"
],
"installer-paths": {
"modules/{$name}/": [
"type:phpvms-module"
]
},
"module-dir": "modules",
"symfony": {
"require": "^6.0"
}
},
"scripts": {
"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/*'));\""
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi",
"@php artisan phpvms:caches"
],
"test": "phpunit --verbose"
},
"config": {
"bin-dir": "vendor/bin/",
"allow-plugins": {
"composer/installers": true,
"joshbrw/laravel-module-installer": true,
"oomphinc/composer-installers-extender": true,
"symfony/flex": true,
"php-http/discovery": true
}
}
}