-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.22 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.22 KB
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
40
41
42
43
44
45
{
"name": "objective-php/objective-php.org",
"description": "Objective PHP Project Documentation Website",
"type": "website",
"keywords": [
"documentation",
"framework",
"objective php"
],
"homepage": "https://github.com/objective-php/objective-php.org",
"license": "GPL-3.0",
"authors": [
{
"name": "Louis Cuny",
"email": "louis-cuny@gmx.fr",
"role": "Intern"
}
],
"repositories": [
{
"type": "path",
"url": "../rest-action"
}
],
"require": {
"php": ">=7.0",
"objective-php/application": "^2.0",
"objective-php/phtml-action": "^2.0",
"objective-php/rest-action": "^2.0",
"objective-php/services-factory": "^2.0",
"symfony/finder": "^4.0",
"league/commonmark": "^0.17.5",
"guzzlehttp/guzzle": "^6.3",
"php-http/guzzle6-adapter": "^1.1",
"webuni/commonmark-table-extension": "^0.8.0",
"algolia/algoliasearch-client-php": "^1.25",
"netresearch/jsonmapper": "^1.4",
"pimple/pimple": "^3.2"
},
"autoload": {
"psr-4": {
"App\\": "app/src"
}
}
}