Skip to content

Commit 4df29a0

Browse files
authored
Merge pull request #1 from JoshPiper/feat/github&composer
Switch from GitLab to GitHub & Composer
2 parents 5b3ca26 + dfef9ad commit 4df29a0

File tree

4 files changed

+106
-99
lines changed

4 files changed

+106
-99
lines changed

.idea/PHP InterDB.iml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dataSources/c6ad5c4f-7e48-42f9-87f5-8c6269cafcc9.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +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"]
2421
},
25-
"repositories": [
26-
{
27-
"type": "git",
28-
"url": "https://git.doctor-internet.dev/interphp/intervalid.git"
29-
}
30-
]
22+
23+
"require-dev": {
24+
"phpunit/phpunit": "^8.4"
25+
}
3126
}

0 commit comments

Comments
 (0)