forked from FaaPz/PDO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 799 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "slim/pdo",
"description": "PDO database library for Slim Framework",
"version": "1.9.5",
"type": "library",
"keywords": ["pdo", "database", "slim", "framework"],
"homepage": "https://github.com/FaaPz/Slim-PDO",
"license": "MIT",
"authors": [
{
"name": "Fabian de Laender",
"email": "fabian@faapz.nl",
"homepage": "http://faapz.nl",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/FaaPz/Slim-PDO/issues",
"docs": "https://github.com/FaaPz/Slim-PDO/blob/master/docs/README.md"
},
"require": {
"php": ">=5.3.0",
"ext-pdo": "*"
},
"autoload": {
"psr-4": {
"Slim\\PDO\\": "src/PDO/"
}
}
}