Skip to content

Commit 67e38b3

Browse files
committed
Resort and update composer.
1 parent 5eca025 commit 67e38b3

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

composer.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
{
22
"name": "internet/interdb",
33
"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+
411
"require": {
512
"ext-pdo": "*",
613
"internet/intervalid": "^1.0",
714
"php": "^7.1"
815
},
9-
"require-dev": {
10-
"phpunit/phpunit": "^8.4"
11-
},
12-
"authors": [
13-
{
14-
"name": "John Internet",
15-
"email": "jonjon1234.github@gmail.com"
16-
}
17-
],
18-
"license": "MIT",
1916
"autoload": {
2017
"psr-4": {
2118
"Internet\\InterDB\\": "src/"
2219
},
2320
"files": ["src/Constants.php"]
21+
},
22+
23+
"require-dev": {
24+
"phpunit/phpunit": "^8.4"
2425
}
2526
}

0 commit comments

Comments
 (0)