You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
371 B

{
"name": "bantu/ini-get-wrapper",
"type": "library",
"description": "Convenience wrapper around ini_get()",
"license": "MIT",
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-4": { "bantu\\IniGetWrapper\\": "src/" }
},
"autoload-dev": {
"psr-4": { "bantu\\IniGetWrapper\\": "tests/" }
}
}