Skip to content

Commit a22f2ed

Browse files
committed
Add Composer manifests
1 parent a73e357 commit a22f2ed

File tree

2 files changed

+1856
-0
lines changed

2 files changed

+1856
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "multisolution/ads-warehouse",
3+
"description": "Data warehouse for multi-data-source ads campaings.",
4+
"type": "project",
5+
"require": {
6+
"leocavalcante/siler": "^1.6",
7+
"monolog/monolog": "^2.0",
8+
"firebase/php-jwt": "^5.0"
9+
},
10+
"require-dev": {
11+
"swoole/ide-helper": "^4.4",
12+
"phpunit/phpunit": "^8.4"
13+
},
14+
"license": "MIT",
15+
"authors": [
16+
{
17+
"name": "multisolution",
18+
"email": "[email protected]"
19+
}
20+
],
21+
"minimum-stability": "stable"
22+
}

0 commit comments

Comments
 (0)