Skip to content

Commit

Permalink
Increase library version.
Browse files Browse the repository at this point in the history
  • Loading branch information
izniburak committed Dec 6, 2019
1 parent 8757550 commit a9c38c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.5.0",
"ext-pdo": "*",
"ext-json": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Pdox.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Pdox implements PdoxInterface
*
* @var string
*/
const VERSION = '1.4.1';
const VERSION = '1.4.2';

/**
* @var PDO|null
Expand Down

0 comments on commit a9c38c1

Please sign in to comment.