-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
35 lines (35 loc) · 922 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
35
{
"name": "fazland/notifire-bundle",
"require": {
"php": ">= 7.3",
"fazland/notifire": "dev-master",
"symfony/framework-bundle": "^4.0"
},
"require-dev": {
"fazland/skebby-rest-client": "dev-master",
"mailgun/mailgun-php": "^2.8",
"phpunit/phpunit": "^7.0",
"symfony/asset": "^4.0",
"symfony/browser-kit": "^4.0",
"symfony/css-selector": "^4.0",
"symfony/swiftmailer-bundle": "^3.0",
"symfony/templating": "^4.0",
"symfony/twig-bundle": "^4.0",
"twilio/sdk": "^5.36"
},
"autoload": {
"psr-4": {
"Fazland\\NotifireBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Fazland\\NotifireBundle\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true
},
"license": "MIT",
"minimum-stability": "stable"
}