We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc3e98 commit 1e0bf47Copy full SHA for 1e0bf47
.travis.yml
@@ -5,6 +5,7 @@ php:
5
- 7.1
6
- 7.2
7
- 7.4
8
+ - 8.0
9
10
env:
11
- MYSQL_HOST=127.0.0.1 MYSQL_USER=root
lib/Constants.php
@@ -5,7 +5,7 @@
/**
* ezsqlModel Constants
*/
- \defined('EZSQL_VERSION') or \define('EZSQL_VERSION', '4.0.10');
+ \defined('EZSQL_VERSION') or \define('EZSQL_VERSION', '4.0.11');
\defined('OBJECT') or \define('OBJECT', 'OBJECT');
\defined('ARRAY_A') or \define('ARRAY_A', 'ARRAY_A');
\defined('ARRAY_N') or \define('ARRAY_N', 'ARRAY_N');
0 commit comments