astrXbian/www/multitube/vendor/mattketmo/camel/composer.json
2021-03-20 01:33:02 +01:00

21 lines
476 B
JSON

{
"name": "mattketmo/camel",
"description": "Tiny library to handle words case transformation",
"license": "MIT",
"keywords": ["case", "transform", "camelcase", "snakecase", "lowercase"],
"authors": [
{
"name": "Matthieu Moquet",
"email": "matthieu@moquet.net"
}
],
"autoload": {
"psr-0": {
"Camel": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "4.6.*"
}
}