blob: 10c3b90397e3dede4b6bd600b8a7e0e766328a8d (
plain)
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": "gipfl/format",
"description": "Arbitrary collection of Format helpers",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Thomas Gelf",
"email": "thomas@gelf.net"
}
],
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"gipfl\\Format\\": "src"
}
},
"require": {
"php": ">=5.6.0",
"ext-intl": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.3 || ^7.5 || ^6.5 || ^5.7",
"squizlabs/php_codesniffer": "^3.6"
}
}
|