-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 835 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
{
"name": "sagittaracc/suql",
"description": "Sugar SQL",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "sagittaracc",
"email": "sagittaracc@gmail.com"
}
],
"autoload": {
"classmap": [
"src/",
"tests/"
]
},
"require": {
"sagittaracc/arrays": "^0.1",
"sagittaracc/placeholder": "^0.1",
"sagittaracc/strings": "^0.1",
"sagittaracc/qmap": "^0.1",
"symfony/yaml": "^5.4",
"sagittaracc/tsml": "^0.2.0",
"guzzlehttp/guzzle": "7.4.5",
"sagittaracc/html": "^0.1",
"twbs/bootstrap": "^5.1",
"sagittaracc/php-python-decorator": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^9",
"vimeo/psalm": "^4.22"
}
}