-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.27 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "proklung/instagram-parser-bundle",
"description": "Symfony bundle for parsing Instagram via RapidAPI.",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Gavrilov Fedy",
"email": "[email protected]",
"homepage": "https://github.com/ProklUng"
}
],
"support": {
"issues": "https://github.com/ProklUng/instagram.parser.bundle/issues",
"source": "https://github.com/ProklUng/instagram.parser.bundle"
},
"autoload": {
"psr-4": {
"Prokl\\InstagramParserRapidApiBundle\\": ""
}
},
"autoload-dev": {
"psr-4": {
"Prokl\\InstagramParserRapidApiBundle\\Tests\\": "Tests"
}
},
"require": {
"php": ">=7.3",
"psr/container": "^1.0",
"symfony/dependency-injection": "^4.0 || ^5.0",
"symfony/http-kernel": "^4.0 || ^5.0",
"symfony/config": "^4.0 || ^5.0",
"symfony/cache": "^4.0 || ^5.0",
"symfony/console": "^4.0 || ^5.0",
"webarchitect609/bitrix-cache": "^1.9",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"proklung/phpunit-testing-tools": "^1.0",
"mmo/faker-images": "^0.3.0"
}
}