Skip to content

Commit

Permalink
Use the published package in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolletNjora committed Apr 8, 2021
1 parent c9d2228 commit 09bb864
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 76 deletions.
16 changes: 3 additions & 13 deletions example/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,9 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/kopokopo/k2-connect-php"
}
],
"require": {
"altorouter/altorouter": "1.1.0",
"kopokopo/k2-connect-php": "dev-master",
"vlucas/phpdotenv": "^5.3@dev"
},
"config": {
"secure-http": false
},
"minimum-stability": "dev"
"vlucas/phpdotenv": "^5.3@dev",
"kopokopo/k2-connect-php": "^1.0"
}
}
119 changes: 56 additions & 63 deletions example/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09bb864

Please sign in to comment.