-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
38 lines (38 loc) · 1011 Bytes
/
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
{
"name": "robwdwd/svg-icon-bundle",
"type": "symfony-bundle",
"description": "SVG Icon bundle for inserting SVG HTML Markup from SVG Icon files.",
"keywords": [
"svg",
"icon",
"symfony",
"mdi",
"materialdesign icons",
"bootstrap icons"
],
"homepage": "https://github.com/robwdwd/svg-icon-bundle",
"license": "Apache-2.0",
"authors": [{
"name": "Rob Woodward",
"homepage": "https://github.com/robwdwd",
"email": "rob@twfmail.uk",
"role": "Author"
}],
"autoload": {
"psr-4": {
"Robwdwd\\SVGIconBundle\\": ""
}
},
"require": {
"php": ">=8.1",
"meyfa/php-svg": "^0.16",
"symfony/config": ">=6.0",
"symfony/dependency-injection": ">=6.0",
"symfony/framework-bundle": ">=6.0",
"symfony/twig-bundle": ">=6.0",
"symfony/asset": ">=6.0"
},
"require-dev": {
"rector/rector": "^1.2.4"
}
}