Skip to content

Commit

Permalink
Added explicit dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Nov 18, 2019
1 parent 1ac99fa commit 702de03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ext-json": "*",
"ext-pdo": "*",
"setbased/exception": "^2.0.0",
"setbased/helper-cast": "^2.0",
"setbased/helper-code-store-php": "^2.2.0",
"setbased/php-stratum-backend": "^5.0.0",
"setbased/php-stratum-common": "^5.0.0",
Expand Down
3 changes: 2 additions & 1 deletion src/SqlitePdoDataLayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

namespace SetBased\Stratum\SqlitePdo;

use SetBased\Abc\Helper\Cast;
use SetBased\Exception\FallenException;
use SetBased\Helper\Cast;
use SetBased\Stratum\Middle\Exception\ResultException;
use SetBased\Stratum\SqlitePdo\Exception\SqlitePdoQueryErrorException;

Expand Down Expand Up @@ -37,6 +37,7 @@ class SqlitePdoDataLayer
private $volatile;

//--------------------------------------------------------------------------------------------------------------------

/**
* Object constructor.
*
Expand Down

0 comments on commit 702de03

Please sign in to comment.