ulmus/composer.json

19 lines
397 B
JSON
Raw Normal View History

2019-08-21 20:13:00 +00:00
{
"name": "mcnd/orm",
"description": "An hybrid of Active Record and Data Mapper pattern allowing fdirect queries.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "mcndave@gmail.com"
}
],
"require": {},
"autoload": {
"psr-4": {
"Ulmus\\": "src/"
}
}
}