-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 927 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 927 Bytes
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
{
"name": "pointybeard/symphony-console",
"description": "SymphonyCMS Extensions that provides access to the Symphony core from the command line.",
"homepage": "https://github.com/pointybeard/console",
"license": "MIT",
"authors": [
{
"name": "Alannah Kearney",
"email": "hi@alannahkearney.com",
"homepage": "http://alannahkearney.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.2",
"pointybeard/helpers": "~1.2.0"
},
"support": {
"issues": "https://github.com/pointybeard/console/issues",
"wiki": "https://github.com/pointybeard/console/wiki"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"pointybeard\\Symphony\\Extensions\\": "src/",
"pointybeard\\Symphony\\Extensions\\Console\\Commands\\Console\\": "commands/"
}
}
}