-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
166 lines (166 loc) · 5.45 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
160
161
162
163
164
165
166
{
"name": "empaphy/colorphul",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"matthieumastadenis/couleur": "~0.1.0",
"symfony/console": "^6",
"symfony/dotenv": "^6",
"symfony/flex": "^2",
"symfony/framework-bundle": "^6",
"symfony/runtime": "^6",
"symfony/polyfill-php82": "^1",
"symfony/polyfill-php83": "^1",
"symfony/polyfill-php84": "^1",
"symfony/yaml": "^6",
"twbs/bootstrap": "^5"
},
"require-dev": {
"brianium/paratest": "^7",
"jetbrains/phpstorm-attributes": "^1",
"phpstan/phpstan": "^1",
"phpunit/phpunit": "^10",
"roave/security-advisories": "dev-latest"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"symfony/flex": true,
"symfony/runtime": true
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"Empaphy\\Colorphul\\": "src/"
},
"files": [
"src/utils/apca.php",
"src/utils/wcag.php"
]
},
"autoload-dev": {
"psr-4": {
"Empaphy\\Colorphul\\Tests\\": "tests/"
}
},
"provide": {
"symfony/polyfill-apcu": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-php54": "*",
"symfony/polyfill-php55": "*",
"symfony/polyfill-php56": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-icu": "*",
"symfony/polyfill-intl-messageformatter": "*",
"symfony/polyfill-intl-idn": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*"
},
"conflict": {
"symfony/symfony": "*",
"symfony/asset": "<6 || >=7",
"symfony/asset-mapper": "<6 || >=7",
"symfony/browser-kit": "<6 || >=7",
"symfony/cache": "<6 || >=7",
"symfony/clock": "<6 || >=7",
"symfony/config": "<6 || >=7",
"symfony/console": "<6 || >=7",
"symfony/css-selector": "<6 || >=7",
"symfony/dependency-injection": "<6 || >=7",
"symfony/debug-bundle": "<6 || >=7",
"symfony/doctrine-bridge": "<6 || >=7",
"symfony/dom-crawler": "<6 || >=7",
"symfony/dotenv": "<6 || >=7",
"symfony/emoji": "<6 || >=7",
"symfony/error-handler": "<6 || >=7",
"symfony/event-dispatcher": "<6 || >=7",
"symfony/expression-language": "<6 || >=7",
"symfony/filesystem": "<6 || >=7",
"symfony/finder": "<6 || >=7",
"symfony/form": "<6 || >=7",
"symfony/framework-bundle": "<6 || >=7",
"symfony/http-client": "<6 || >=7",
"symfony/http-foundation": "<6 || >=7",
"symfony/http-kernel": "<6 || >=7",
"symfony/intl": "<6 || >=7",
"symfony/ldap": "<6 || >=7",
"symfony/lock": "<6 || >=7",
"symfony/mailer": "<6 || >=7",
"symfony/messenger": "<6 || >=7",
"symfony/mime": "<6 || >=7",
"symfony/monolog-bridge": "<6 || >=7",
"symfony/notifier": "<6 || >=7",
"symfony/options-resolver": "<6 || >=7",
"symfony/password-hasher": "<6 || >=7",
"symfony/process": "<6 || >=7",
"symfony/property-access": "<6 || >=7",
"symfony/property-info": "<6 || >=7",
"symfony/rate-limiter": "<6 || >=7",
"symfony/remote-event": "<6 || >=7",
"symfony/routing": "<6 || >=7",
"symfony/scheduler": "<6 || >=7",
"symfony/security-bundle": "<6 || >=7",
"symfony/security-core": "<6 || >=7",
"symfony/security-csrf": "<6 || >=7",
"symfony/security-http": "<6 || >=7",
"symfony/semaphore": "<6 || >=7",
"symfony/serializer": "<6 || >=7",
"symfony/stopwatch": "<6 || >=7",
"symfony/string": "<6 || >=7",
"symfony/translation": "<6 || >=7",
"symfony/twig-bridge": "<6 || >=7",
"symfony/twig-bundle": "<6 || >=7",
"symfony/type-info": "<6 || >=7",
"symfony/uid": "<6 || >=7",
"symfony/validator": "<6 || >=7",
"symfony/var-dumper": "<6 || >=7",
"symfony/var-exporter": "<6 || >=7",
"symfony/web-link": "<6 || >=7",
"symfony/web-profiler-bundle": "<6 || >=7",
"symfony/webhook": "<6 || >=7",
"symfony/workflow": "<6 || >=7",
"symfony/yaml": "<6 || >=7"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"build": [
"@generate-themes",
"@sass"
],
"generate-themes": [
"php bin/console themes:generate"
],
"sass": [
"cd public && sass scss/custom.scss css/custom.css"
],
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "^6"
}
}
}