We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eca025 commit 67e38b3Copy full SHA for 67e38b3
composer.json
@@ -1,25 +1,26 @@
1
{
2
"name": "internet/interdb",
3
"description": "A small library for handling PDO DB connections.",
4
+ "license": "MIT",
5
+ "authors": [{
6
+ "name": "John Internet",
7
+ "homepage": "https://doctor-internet.dev",
8
+ "role": "Developer"
9
+ }],
10
+
11
"require": {
12
"ext-pdo": "*",
13
"internet/intervalid": "^1.0",
14
"php": "^7.1"
15
},
- "require-dev": {
- "phpunit/phpunit": "^8.4"
- },
- "authors": [
- {
- "name": "John Internet",
- "email": "jonjon1234.github@gmail.com"
16
- }
17
- ],
18
- "license": "MIT",
19
"autoload": {
20
"psr-4": {
21
"Internet\\InterDB\\": "src/"
22
23
"files": ["src/Constants.php"]
+ },
+ "require-dev": {
24
+ "phpunit/phpunit": "^8.4"
25
}
26
0 commit comments