{
    "name": "ibonly/potato-orm",
    "authors": [
        {
            "name": "Adeniyi Ibraheem",
            "email": " [email protected]"
        }
    ],
    "autoload": {
        "classmap": ["src/"],
        "psr-4": {
            "Ibonly\\PotatoORM\\": "src/"
        }
    },
    "autoload-dev": {
        "classmap": ["test/"],
        "psr-4"   : {
            "Ibonly\\PotatoORM\\Test\\": "test/"
        }
    },
    "scripts": {
        "test": "phpunit"
    },
    "require": {
        "vlucas/phpdotenv": "^2.0",
        "php": ">=5.5"
    },
    "require-dev": {
        "phpunit/phpunit": "4.8.*",
        "mockery/mockery": ">=0.7.2",
        "codeclimate/php-test-reporter": "dev-master"
    }
}
 
  |