forked from everlutionsk/ajaxcom-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
25 lines (25 loc) · 842 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
{
"name": "everlutionsk/ajaxcom-bundle",
"description": "Symfony bundle for Ajaxcom library",
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Everlution\\AjaxcomBundle\\": "src/"
}
},
"require": {
"php": "^7.1|^8.0",
"everlutionsk/ajaxcom-php": "^1.1",
"symfony/framework-bundle": "^3.4.26|^4.1.12|^5.0",
"symfony/http-foundation": "^3.4.26|^4.1.12|^5.0",
"symfony/routing": "^3.4.26|^4.1.12|^5.0",
"symfony/config": "^3.4.26|^4.1.12|^5.0",
"symfony/dependency-injection": "^3.4.26|^4.1.12|^5.0",
"symfony/http-kernel": "^3.4.26|^4.1.12|^5.0",
"symfony/twig-bundle": "^3.4.26|^4.1.12|^5.0"
},
"license": "MIT",
"authors": [
{"name": "Ivan Barlog", "email": "[email protected]"}
]
}