forked from Daniel-KM/Noid4Php
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
33 lines (33 loc) · 814 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": "daniel-km/Noid",
"type": "library",
"description": "Tool to create and manage temporary or permanent nice opaque identifiers (noid) for physical or digital objects or anything else like (php version of a perl utility).",
"authors": [
{
"name": "Daniel Gimenes",
"email": "daniel@danielgimenes.com.br"
}
],
"require": {
"php": ">=5.3.0"
},
"minimum-stability": "dev",
"license": "BSD-3-Clause",
"keywords": [
"Noid4Php",
"php",
"perl",
"phpunit",
"noid",
"tool"
],
"homepage": "https://github.com/Daniel-KM/Noid4Php",
"autoload": {
"psr-0": {
"Noid": "lib/"
}
},
"require-dev": {
"phpunit/phpunit": "^7"
}
}