Skip to content

Commit 09bb864

Browse files
committed
Use the published package in example app
1 parent c9d2228 commit 09bb864

File tree

2 files changed

+59
-76
lines changed

2 files changed

+59
-76
lines changed

example/composer.json

+3-13
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,9 @@
88
"email": "nicollet.njora05@gmail.com"
99
}
1010
],
11-
"repositories": [
12-
{
13-
"type": "git",
14-
"url": "git://github.com/kopokopo/k2-connect-php"
15-
}
16-
],
1711
"require": {
1812
"altorouter/altorouter": "1.1.0",
19-
"kopokopo/k2-connect-php": "dev-master",
20-
"vlucas/phpdotenv": "^5.3@dev"
21-
},
22-
"config": {
23-
"secure-http": false
24-
},
25-
"minimum-stability": "dev"
13+
"vlucas/phpdotenv": "^5.3@dev",
14+
"kopokopo/k2-connect-php": "^1.0"
15+
}
2616
}

example/composer.lock

+56-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)