forked from nrwtaylor/stack-agent-thing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·29 lines (29 loc) · 906 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
{
"name": "nrwtaylor/stack-agent-thing",
"description": "Stack Agent Thing framework",
"require": {
"slim/slim": "^3.0",
"slim/php-view": "^3.0",
"ramsey/uuid": "^4.3",
"monolog/monolog": "^1.23",
"hyperthese/php-serial": "^1.0",
"linkorb/tty": "dev-master",
"setasign/fpdi-fpdf": "^2.0",
"endroid/qr-code": "^4",
"ekinhbayar/brill-tagger": "^0.3.1",
"vanderlee/syllable": "^1.5",
"vanderlee/php-sentence": "^1.0",
"webignition/robots-txt-file": "^2.1",
"symfony/console": "^4.3",
"google/apiclient": "^2.0",
"johngrogg/ics-parser": "^2",
"zbateson/mail-mime-parser": "^1.3"
},
"require-dev": {
},
"autoload": {
"psr-4": {"Nrwtaylor\\StackAgentThing\\": ["src/", "agents/"]}
},
"minimum-stability": "dev",
"prefer-stable": true
}