29 lines
597 B
JSON
29 lines
597 B
JSON
{
|
|
"name": "kadet/functional",
|
|
"description": "Functional library for PHP",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Kacper Donat",
|
|
"email": "kadet1090@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0",
|
|
"psy/psysh": "@stable"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Kadet\\Functional\\": "./src/"
|
|
},
|
|
"files": [
|
|
"./src/functions.php",
|
|
"./src/Predicates/index.php"
|
|
]
|
|
}
|
|
}
|