-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
44 lines (44 loc) · 1.24 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
{
"name": "microwin7/texture-provider",
"description": "Предосталяет реализацию GravitLauncher TextureProvider и TextureLoader JSON",
"type": "project",
"require": {
"php": "^8.3",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-json": "*",
"microwin7/php-utils": "1.7.1.3",
"symfony/console": "^7.0",
"sentry/sentry": "^4.6",
"firebase/php-jwt": "^6.10",
"nesbot/carbon": "^3.3",
"guzzlehttp/psr7": "^2.6",
"nikic/fast-route": "^2.0@dev",
"symfony/http-foundation": "7.2.x-dev"
},
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"Microwin7\\TextureProvider\\": "src/",
"Microwin7\\PHPUtils\\Configs\\": "config/php-utils/^1.7.0/",
"Microwin7\\PHPUtils\\Exceptions\\Handler\\": "src/Exceptions/Handler/"
},
"files": [
"src/AutoLoads/InitENV.php"
]
},
"authors": [
{
"name": "microwin7",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require-dev": {
"vimeo/psalm": "5.x-dev"
},
"bin": [
"bin/index",
"bin/index.bat"
]
}