forked from ffwagency/borgerdk-php
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 759 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 759 Bytes
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
{
"name": "ffwagency/borgerdk-php",
"description": "Borger.dk Article Export Service PHP SDK (unofficially)",
"homepage": "https://github.com/ffwagency/borgerdk-php",
"keywords": [
"php", "ffwagency", "borgerdk", "borger.dk"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Jens Beltofte",
"email": "jens.beltofte@ffwagency.com"
}
],
"require": {
"php": ">=5.4.0",
"symfony/dom-crawler": "2.8.*|~3.2|^6.4",
"symfony/css-selector": "2.8.*|~3.2|^6.4"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"autoload": {
"psr-4": {
"BorgerDk\\ArticleService\\": "src/BorgerDk/ArticleService"
}
}
}