-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83f8c49
commit f1b4d54
Showing
35 changed files
with
2,118 additions
and
1,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
|
Oops, something went wrong.