-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
38 lines (38 loc) · 1 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
{
"name": "avado/moodle-abstraction-library",
"type": "library",
"authors": [
{
"name": "Andrew Turnbull",
"email": "andrew.turnbull@avadolearning.com"
}
],
"require": {
"guzzlehttp/guzzle": "~6.0",
"php-di/php-di": "^6.0",
"doctrine/annotations": "^1.7",
"symfony/http-foundation": "^4.3",
"symfony/routing": "^4.3",
"symfony/config": "^4.3",
"sensio/framework-extra-bundle": "^5.4",
"illuminate/database": "^6.0",
"illuminate/pagination": "6.0",
"predis/predis": "^1.1",
"nikolaposa/rate-limit": "^2.0",
"symfony/cache": "^5.0",
"monolog/monolog": "^2.0",
"firebase/php-jwt": "^5.2",
"symfony/validator": "^5.0",
"symfony/translation-contracts": "^1.1.7",
"illuminate/events": "^6.18.10",
"twig/twig": "^3.0",
"ramsey/uuid": "^4.1",
"swiftmailer/swiftmailer": "^6.0",
"symfony/expression-language": "^5.1"
},
"autoload": {
"psr-4": {
"Avado\\MoodleAbstractionLibrary\\": "classes/"
}
}
}