forked from NatLibFi/Skosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 936 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": "nat-lib-fi/skosmos",
"description": "Thesaurus and controlled vocabulary browser using SKOS and SPARQL",
"type": "project",
"license": "MIT",
"version": "3.0-dev",
"require": {
"sweetrdf/easyrdf": "1.7.*",
"symfony/polyfill-php80": "1.*",
"symfony/polyfill-php81": "1.*",
"twig/twig": "3.8.*",
"willdurand/negotiation": "3.1.*",
"punic/punic": "3.5.1",
"ml/json-ld": "1.*",
"ext-intl": "*",
"ext-mbstring": "*",
"ext-xsl": "*",
"monolog/monolog": "1.27.*",
"symfony/translation": "6.0.*",
"symfony/translation-contracts": "3.0.*",
"symfony/twig-bundle": "6.0.*",
"symfony/config": "6.0.*"
},
"require-dev": {
"phpunit/phpunit": "9.5.*",
"symfony/dom-crawler": "5.4.*",
"mockery/mockery": "1.5.1",
"friendsofphp/php-cs-fixer": "3.16.*"
},
"autoload": {
"classmap": ["src/controller/", "src/model/", "src/model/sparql/"]
}
}