-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (26 loc) · 659 Bytes
/
composer.json
File metadata and controls
27 lines (26 loc) · 659 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
{
"name": "open-web-analytics/owa-php-sdk",
"description": "The open source analytics framework.",
"keywords": ["open-web-analytics","owa","web-analytics","analytics"],
"homepage": "https://www.openwebanalytics.com",
"license": "GPL-2.0",
"authors": [
{
"name": "The OWA Team",
"email": "hello@openwebanalytics.com"
}
],
"config": {
"sort-packages": true
},
"require": {
"guzzlehttp/guzzle": "7.5.0",
"symfony/polyfill-intl-idn": "1.15",
"symfony/polyfill-mbstring": "1.20.0"
},
"autoload": {
"psr-4": {
"OwaSdk\\": "src/"
}
}
}