2024-07-11 02:45:48 +00:00
{
"name" : "joby/toolbox" ,
2024-07-12 02:08:13 +00:00
"description" : "A lightweight collection of useful general purpose PHP tools with no dependencies. Committed to always at least having minimal dependencies." ,
2024-07-11 02:45:48 +00:00
"type" : "library" ,
"license" : "MIT" ,
"autoload" : {
"psr-4" : {
"Joby\\Toolbox\\" : "src/"
}
} ,
2024-07-12 02:08:13 +00:00
"autoload-dev" : {
"psr-4" : {
"Joby\\Toolbox\\" : "tests/"
}
} ,
2024-07-11 02:45:48 +00:00
"authors" : [
{
"name" : "Joby Elliot" ,
"email" : "code@byjoby.com"
}
] ,
"require" : {
"php" : "~8.1"
} ,
"require-dev" : {
2024-07-12 02:08:13 +00:00
"phpunit/phpunit" : "^10" ,
"phpstan/phpstan" : "^1"
2024-07-11 02:45:48 +00:00
}
}