Skip to content

Commit

Permalink
2.24 2022-02-06
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecc-business-account committed Feb 6, 2022
1 parent 83f8c49 commit f1b4d54
Show file tree
Hide file tree
Showing 35 changed files with 2,118 additions and 1,118 deletions.
237 changes: 148 additions & 89 deletions README.md

Large diffs are not rendered by default.

75 changes: 38 additions & 37 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,42 @@
{
"name": "eftec/pdoone",
"description": "Procedural PDO Data access class in a single Class",
"type": "library",
"keywords": [
"dao",
"php",
"pdo"
],
"homepage": "https://github.com/EFTEC/PdoOne",
"authors": [
{
"name": "Jorge Castro Castillo",
"homepage": "https://github.com/EFTEC/"
}
],
"license": "MIT",
"autoload": {
"psr-4": {
"eftec\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"eftec\\tests\\": "tests/"
}
},
"require": {
"php": ">=7.2.5",
"ext-json": "*",
"ext-pdo": "*",
"ext-readline": "*"
},
"suggest": {
"eftec/validationone": "For keeping and storing the messages"
},
"require-dev": {
"phpunit/phpunit": "^9.5.11"
"name": "eftec/pdoone",
"description": "Procedural PDO Data access class in a single Class",
"type": "library",
"keywords": [
"dao",
"php",
"pdo"
],
"homepage": "https://github.com/EFTEC/PdoOne",
"authors": [
{
"name": "Jorge Castro Castillo",
"homepage": "https://github.com/EFTEC/"
}
],
"license": "MIT",
"autoload": {
"psr-4": {
"eftec\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"eftec\\tests\\": "tests/"
}
},
"require": {
"php": ">=7.2.5",
"ext-json": "*",
"ext-pdo": "*",
"ext-readline": "*",
"eftec/messagecontainer": "^2.4"
},
"suggest": {
"eftec/validationone": "For keeping and storing the messages"
},
"require-dev": {
"phpunit/phpunit": "^9.5.13"
}
}

Loading

0 comments on commit f1b4d54

Please sign in to comment.