required PHP version
This commit is contained in:
parent
d037e063a7
commit
6ebc2e5559
1 changed files with 30 additions and 29 deletions
|
@ -1,31 +1,32 @@
|
||||||
{
|
{
|
||||||
"name": "byjoby/flatrr",
|
"name": "byjoby/flatrr",
|
||||||
"description": "A library for working with multi-dimensional arrays through flattened keys",
|
"description": "A library for working with multi-dimensional arrays through flattened keys",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [{
|
"authors": [{
|
||||||
"name": "Joby Elliott",
|
"name": "Joby Elliott",
|
||||||
"email": "joby@byjoby.com"
|
"email": "joby@byjoby.com"
|
||||||
}],
|
}],
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^7.3"
|
"phpunit/phpunit": "^7.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Flatrr\\": "src/"
|
"Flatrr\\": "src/"
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload-dev": {
|
|
||||||
"psr-4": {
|
|
||||||
"Flatrr\\": "tests/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"test": [
|
|
||||||
"phpunit"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"symfony/yaml": "^3.4"
|
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"autoload-dev": {
|
||||||
|
"psr-4": {
|
||||||
|
"Flatrr\\": "tests/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": [
|
||||||
|
"phpunit"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=7.1",
|
||||||
|
"symfony/yaml": "^3.4"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue