-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 920 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
{
"name": "gharar/moodle-mod-gharar",
"description": "Gharar plugin (activity module) for Moodle",
"type": "library",
"license": "GPL-3.0",
"homepage": "https://github.com/gharar/moodle-mod-gharar",
"authors": [
{
"name": "Mohammad Amin Chitgarha",
"email": "[email protected]",
"homepage": "https://github.com/machitgarha",
"role": "Creator & Maintainer"
}
],
"require": {
"php": ">=7.2",
"guzzlehttp/guzzle": "^7.3",
"symfony/serializer": "^5.3",
"symfony/property-access": "^5.3"
},
"require-dev": {
"php": ">=7.2",
"vimeo/psalm": "^4.9",
"phan/phan": "^5.2",
"machitgarha/bimoo": "3.9.*",
"friendsofphp/php-cs-fixer": "^3.2"
},
"autoload": {
"psr-4": {
"Gharar\\MoodleModGharar\\": "src"
}
}
}