Skip to content

Commit

Permalink
4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecc-business-account committed Mar 11, 2023
1 parent 35c9bd5 commit 3eb3e77
Show file tree
Hide file tree
Showing 164 changed files with 892 additions and 59,516 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,7 @@ fabric.properties
# Sonarlint plugin
.idea/sonarlint

# End of https://www.gitignore.io/api/phpstorm
# End of https://www.gitignore.io/api/phpstorm

/lib/sync.ffs_db
/.phpunit.result.cache
1,194 changes: 509 additions & 685 deletions README.md

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "eftec/pdoone",
"description": "Procedural PDO Data access class in a single Class",
"description": "Minimaist procedural PDO wrapper library",
"type": "library",
"keywords": [
"dao",
"php",
"pdo"
"pdo",
"mysql",
"oracle",
"sqlserver",
],
"homepage": "https://github.com/EFTEC/PdoOne",
"authors": [
Expand All @@ -23,14 +25,13 @@
"autoload-dev": {
"psr-4": {
"eftec\\tests\\": "tests/",
"eftec\\examples\\": "examples/",
"reposqlsrv\\": "examples/reposqlsrv/"
"eftec\\examples\\": "examples/"
}
},
"require": {
"php": ">=7.2.5",
"ext-json": "*",
"eftec/clione": "^1.22.1",
"eftec/clione": "^1.24",
"ext-pdo": "*",
"ext-readline": "*",
"eftec/messagecontainer": "^2.8"
Expand All @@ -39,6 +40,7 @@
"lib/pdoonecli"
],
"suggest": {
"eftec/pdooneorm": "The ORM extension for PdoOne",
"eftec/validationone": "For keeping and storing the messages"
},
"require-dev": {
Expand Down
3 changes: 0 additions & 3 deletions examples/clitest/c1.php

This file was deleted.

18 changes: 0 additions & 18 deletions examples/clitest/c10.php

This file was deleted.

Loading

0 comments on commit 3eb3e77

Please sign in to comment.