-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (39 loc) · 1.04 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": "acdh-oeaw/arche-core",
"description": "ARCHE repository backend",
"keywords": [],
"homepage": "https://github.com/acdh-oeaw/arche-core",
"license": "MIT",
"authors": [
{
"name": "Mateusz Żółtak",
"email": "[email protected]"
}
],
"require": {
"php": "^8.1",
"ext-gd": "*",
"zozlak/auth": "^3",
"guzzlehttp/guzzle": "^7",
"acdh-oeaw/arche-lib": "^7.1.3",
"sweetrdf/simple-rdf": "^2",
"zozlak/http-accept": ">=0.1.0 <1",
"zozlak/logging": "^1",
"zozlak/rdf-constants": "^1",
"php-amqplib/php-amqplib": "^3.1",
"maennchen/zipstream-php": "^3.1",
"splitbrain/php-archive": "^1.4"
},
"autoload": {
"psr-4": {
"acdhOeaw\\": "src/acdhOeaw",
"acdhOeaw\\arche\\core\\tests\\": "tests"
}
},
"require-dev": {
"ext-zip": "*",
"phpunit/phpunit": "*",
"zozlak/yaml-merge": "^1",
"phpstan/phpstan": "*"
}
}