33 lines
784 B
JSON
33 lines
784 B
JSON
{
|
|
"name": "kletellier/pdowrapper",
|
|
"description": "Pdo Wrapper for php with ActiveRecord system",
|
|
"type": "library",
|
|
"require": {
|
|
"vlucas/phpdotenv": "^5.5"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.4",
|
|
"pestphp/pest": "^1.21",
|
|
"infection/infection": "^0.26.15"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Kletellier\\PdoWrapper\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Gregory Letellier",
|
|
"email": "gregory_letellier@hotmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"config": {
|
|
"allow-plugins": {
|
|
"infection/extension-installer": true,
|
|
"pestphp/pest-plugin": true
|
|
}
|
|
}
|
|
}
|