diff --git a/src/ConnectionManager.php b/src/ConnectionManager.php index 6cce18e..bdef06c 100644 --- a/src/ConnectionManager.php +++ b/src/ConnectionManager.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/AbstractDriver.php b/src/Drivers/AbstractDriver.php index 86b6884..281467b 100644 --- a/src/Drivers/AbstractDriver.php +++ b/src/Drivers/AbstractDriver.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/AbstractSQL.php b/src/Drivers/AbstractSQL.php index 29e0a32..ead2a31 100644 --- a/src/Drivers/AbstractSQL.php +++ b/src/Drivers/AbstractSQL.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/AbstractUtil.php b/src/Drivers/AbstractUtil.php index a8c881f..1d4520b 100644 --- a/src/Drivers/AbstractUtil.php +++ b/src/Drivers/AbstractUtil.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/DriverInterface.php b/src/Drivers/DriverInterface.php index f207cdc..4e39119 100644 --- a/src/Drivers/DriverInterface.php +++ b/src/Drivers/DriverInterface.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/Mysql/Driver.php b/src/Drivers/Mysql/Driver.php index 5b9a0b8..8e49369 100644 --- a/src/Drivers/Mysql/Driver.php +++ b/src/Drivers/Mysql/Driver.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/Mysql/SQL.php b/src/Drivers/Mysql/SQL.php index e6a8b73..1136ac2 100644 --- a/src/Drivers/Mysql/SQL.php +++ b/src/Drivers/Mysql/SQL.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/Mysql/Util.php b/src/Drivers/Mysql/Util.php index 021fe88..9cf666a 100644 --- a/src/Drivers/Mysql/Util.php +++ b/src/Drivers/Mysql/Util.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/Pgsql/Driver.php b/src/Drivers/Pgsql/Driver.php index cc2cd49..b5a44fe 100644 --- a/src/Drivers/Pgsql/Driver.php +++ b/src/Drivers/Pgsql/Driver.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/Pgsql/SQL.php b/src/Drivers/Pgsql/SQL.php index 9545e22..5085ffc 100644 --- a/src/Drivers/Pgsql/SQL.php +++ b/src/Drivers/Pgsql/SQL.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/Pgsql/Util.php b/src/Drivers/Pgsql/Util.php index 4512377..3c6ead6 100644 --- a/src/Drivers/Pgsql/Util.php +++ b/src/Drivers/Pgsql/Util.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/SQLInterface.php b/src/Drivers/SQLInterface.php index d99afb9..d1b5d1f 100644 --- a/src/Drivers/SQLInterface.php +++ b/src/Drivers/SQLInterface.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/Sqlite/Driver.php b/src/Drivers/Sqlite/Driver.php index b772215..4230892 100644 --- a/src/Drivers/Sqlite/Driver.php +++ b/src/Drivers/Sqlite/Driver.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/Sqlite/SQL.php b/src/Drivers/Sqlite/SQL.php index 6ee5942..fc28bd0 100644 --- a/src/Drivers/Sqlite/SQL.php +++ b/src/Drivers/Sqlite/SQL.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Drivers/Sqlite/Util.php b/src/Drivers/Sqlite/Util.php index 2fe1367..e5fb02c 100644 --- a/src/Drivers/Sqlite/Util.php +++ b/src/Drivers/Sqlite/Util.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Exception/BadDBDriverException.php b/src/Exception/BadDBDriverException.php index 8c90efd..c821ece 100644 --- a/src/Exception/BadDBDriverException.php +++ b/src/Exception/BadDBDriverException.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Exception/NonExistentConnectionException.php b/src/Exception/NonExistentConnectionException.php index e9cad01..b9a5065 100644 --- a/src/Exception/NonExistentConnectionException.php +++ b/src/Exception/NonExistentConnectionException.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/Exception/NotImplementedException.php b/src/Exception/NotImplementedException.php index 77a28ee..b6378ed 100644 --- a/src/Exception/NotImplementedException.php +++ b/src/Exception/NotImplementedException.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/QueryBuilder.php b/src/QueryBuilder.php index 2a52e49..51f851f 100644 --- a/src/QueryBuilder.php +++ b/src/QueryBuilder.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/QueryBuilderInterface.php b/src/QueryBuilderInterface.php index 065903b..46b7c8d 100644 --- a/src/QueryBuilderInterface.php +++ b/src/QueryBuilderInterface.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/QueryParser.php b/src/QueryParser.php index caa9ab4..1a05aa6 100644 --- a/src/QueryParser.php +++ b/src/QueryParser.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/QueryType.php b/src/QueryType.php index 99ed84b..f79e5e9 100644 --- a/src/QueryType.php +++ b/src/QueryType.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/State.php b/src/State.php index e2c8c5d..f6a539b 100644 --- a/src/State.php +++ b/src/State.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/src/common.php b/src/common.php index a0c94af..935326e 100644 --- a/src/common.php +++ b/src/common.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/tests/BaseDriverTest.php b/tests/BaseDriverTest.php index 7921911..9589d36 100644 --- a/tests/BaseDriverTest.php +++ b/tests/BaseDriverTest.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/tests/BaseQueryBuilderTest.php b/tests/BaseQueryBuilderTest.php index cbfd650..98dfb3c 100644 --- a/tests/BaseQueryBuilderTest.php +++ b/tests/BaseQueryBuilderTest.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/tests/ConnectionManagerTest.php b/tests/ConnectionManagerTest.php index 1bede77..35b450a 100644 --- a/tests/ConnectionManagerTest.php +++ b/tests/ConnectionManagerTest.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/tests/CoreTest.php b/tests/CoreTest.php index d99ed12..7c42a02 100644 --- a/tests/CoreTest.php +++ b/tests/CoreTest.php @@ -4,11 +4,11 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2019 Timothy J. Warren + * @copyright 2012 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query * @version 3.0.0 diff --git a/tests/Drivers/MySQL/MySQLDriverTest.php b/tests/Drivers/MySQL/MySQLDriverTest.php index 552a51b..14edd87 100644 --- a/tests/Drivers/MySQL/MySQLDriverTest.php +++ b/tests/Drivers/MySQL/MySQLDriverTest.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/tests/Drivers/MySQL/MySQLQueryBuilderTest.php b/tests/Drivers/MySQL/MySQLQueryBuilderTest.php index 4966c9b..dfd0a9a 100644 --- a/tests/Drivers/MySQL/MySQLQueryBuilderTest.php +++ b/tests/Drivers/MySQL/MySQLQueryBuilderTest.php @@ -4,11 +4,11 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2019 Timothy J. Warren + * @copyright 2012 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query * @version 3.0.0 diff --git a/tests/Drivers/PgSQL/PgSQLDriverTest.php b/tests/Drivers/PgSQL/PgSQLDriverTest.php index b117e96..3019009 100644 --- a/tests/Drivers/PgSQL/PgSQLDriverTest.php +++ b/tests/Drivers/PgSQL/PgSQLDriverTest.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/tests/Drivers/PgSQL/PgSQLQueryBuilderTest.php b/tests/Drivers/PgSQL/PgSQLQueryBuilderTest.php index bec601c..da1254b 100644 --- a/tests/Drivers/PgSQL/PgSQLQueryBuilderTest.php +++ b/tests/Drivers/PgSQL/PgSQLQueryBuilderTest.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/tests/Drivers/SQLite/SQLiteDriverTest.php b/tests/Drivers/SQLite/SQLiteDriverTest.php index f04ee4c..ef6c89e 100644 --- a/tests/Drivers/SQLite/SQLiteDriverTest.php +++ b/tests/Drivers/SQLite/SQLiteDriverTest.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/tests/Drivers/SQLite/SQLiteQueryBuilderTest.php b/tests/Drivers/SQLite/SQLiteQueryBuilderTest.php index 80abea2..615eb8a 100644 --- a/tests/Drivers/SQLite/SQLiteQueryBuilderTest.php +++ b/tests/Drivers/SQLite/SQLiteQueryBuilderTest.php @@ -4,11 +4,11 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2019 Timothy J. Warren + * @copyright 2012 - 2020 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query * @version 3.0.0 diff --git a/tests/QueryParserTest.php b/tests/QueryParserTest.php index 8c4fa81..0c4e611 100644 --- a/tests/QueryParserTest.php +++ b/tests/QueryParserTest.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/tests/TestCase.php b/tests/TestCase.php index 353543b..8601484 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren diff --git a/tests/index.php b/tests/index.php index 95c2b51..deeeabf 100644 --- a/tests/index.php +++ b/tests/index.php @@ -4,7 +4,7 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.2 + * PHP version 7.4 * * @package Query * @author Timothy J. Warren