-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.15 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
{
"name": "iatelier/atelier",
"description": "iAtelier: indipendent content management system for independent content creators",
"type": "cms",
"keywords": ["Content Management System", "CMS", "Database CMS", "Laravel CMS", "Open Source CMS", "MIT Laravel CMS", "Hybrid CMS"],
"homepage": "https://iatelier.piratesatelier.xyz/",
"license": "MIT",
"authors": [
{
"name": "Captain Husayn Pinguin",
"homepage": "https://earthlinghusayn.xyz/",
"email": "[email protected]",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"IAtelier\\Atelier\\": "src/"
}
},
"repositories": [
{
"type": "path",
"url": "/Users/home/InteractiveBooksAtelier/iatelier/atelier"
},
{
"type": "path",
"url": "/Users/home/InteractiveBooksAtelier/iatelier/ileaf"
}
],
"require": {
"guzzlehttp/guzzle": "^6.2",
"symfony/yaml": "^3.2",
"michelf/php-markdown": "^1.8",
"erusev/parsedown-extra": "^0.7.1",
"laravel/framework": "5.7.*",
"iatelier/ileaf": "@dev"
}
}