-
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 584 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 584 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://getcomposer.org/schema.json",
"autoload": {
"psr-4": {
"WillFarrell\\AlfredPkgMan\\": "src/"
}
},
"description": "https://github.com/willfarrell/alfred-pkgman-workflow",
"require": {
"php": ">=7.1",
"ext-json": "*",
"ext-curl": "*",
"joetannenbaum/alfred-workflow": "^0.1.2",
"samdark/hydrator": "^1.0.5",
"symfony/dom-crawler": "^5.4",
"symfony/css-selector": "^5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.18"
},
"version": "6.0.10",
"name": "willfarrell/alfred-pkgman-workflow"
}