-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
31 lines (31 loc) · 868 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
{
"name": "pointybeard/symphony-saxon",
"description": "Adds Saxon/C (XSLT 3.0) processing capabilities to Symphony CMS",
"homepage": "https://github.com/pointybeard/saxon",
"license": "MIT",
"authors": [
{
"name": "Alannah Kearney",
"email": "hi@alannahkearney.com",
"homepage": "http://alannahkearney.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.3",
"pointybeard/helpers": "~1.2.0"
},
"support": {
"issues": "https://github.com/pointybeard/saxon/issues",
"wiki": "https://github.com/pointybeard/saxon/wiki"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"pointybeard\\Symphony\\Extensions\\": "src/"
},
"files": [
"extension.driver.php"
]
}
}