-
Notifications
You must be signed in to change notification settings - Fork 57
/
composer.json
58 lines (58 loc) · 1.83 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
{
"name": "empornium/luminance",
"authors": [
{
"name": "Empornium Devs",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Luminance\\": "application/",
"Luminance\\Legacy\\": "application/Legacy/classes"
}
},
"repositories": [
{
"url": "https://github.com/Empornium/PHP-Cookie.git",
"type": "git"
}
],
"require": {
"monolog/monolog": "^2",
"twig/twig": ">=2.7",
"twig/extensions": ">=1.5",
"donatj/phpuseragentparser": "^1.7",
"neutron/sphinxsearch-api": ">=2.0.8",
"chillerlan/php-qrcode": "^4.3",
"phpgangsta/googleauthenticator": "dev-master",
"defuse/php-encryption": "dev-master#d2c33279e3",
"maennchen/zipstream-php": "^2",
"delight-im/cookie": "dev-master",
"mlocati/ip-lib": ">=1.5",
"phpmyadmin/sql-parser": ">=4.2",
"guzzlehttp/guzzle": ">=6.3",
"sabberworm/php-css-parser": ">=8.2",
"wapmorgan/unified-archive": ">=0.1.2",
"farmani/remote-image-info": ">=0.1.2",
"lesha888/geophp": ">=1.2"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": ">=3.0",
"dealerdirect/phpcodesniffer-composer-installer": "0.7.2",
"rskuipers/php-assumptions": ">=0.8.0",
"dancryer/php-docblock-checker": ">=1.8",
"vimeo/psalm": ">=3.2",
"phpstan/phpstan": ">=1.10",
"phpcompatibility/php-compatibility": "*",
"slevomat/coding-standard": "^8.13"
},
"prefer-stable" : true,
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"teewurst/psr4-advanced-wildcard-composer-plugin": true
}
}
}