Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skie committed Feb 23, 2020
1 parent 6be3154 commit db45cf9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 17 deletions.
6 changes: 6 additions & 0 deletions composer.json
Expand Up @@ -54,6 +54,12 @@
"config": {
"minimum-stability": "dev"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:skie/Tags-1.git"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}
42 changes: 25 additions & 17 deletions composer.lock

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

3 changes: 3 additions & 0 deletions tests/bootstrap.php
Expand Up @@ -16,8 +16,11 @@
* Add additional configuration/setup your application needs when running
* unit tests in this file.
*/
use Cake\Datasource\ConnectionManager;

require dirname(__DIR__) . '/vendor/autoload.php';

require dirname(__DIR__) . '/config/bootstrap.php';

$_SERVER['PHP_SELF'] = '/';

0 comments on commit db45cf9

Please sign in to comment.