From 45dd1a5e2ac9dc5d644396e69c29ca0352c67959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:31:30 +0000 Subject: [PATCH] build(deps): bump a1phanumeric/php-mysql-class from 2.4 to 3.0.0 Bumps [a1phanumeric/php-mysql-class](https://github.com/a1phanumeric/PHP-MySQL-Class) from 2.4 to 3.0.0. - [Release notes](https://github.com/a1phanumeric/PHP-MySQL-Class/releases) - [Commits](https://github.com/a1phanumeric/PHP-MySQL-Class/compare/2.4...v3.0.0) --- updated-dependencies: - dependency-name: a1phanumeric/php-mysql-class dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 31 +++++++++++++++++++++++-------- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 1ba719e..d6fa9af 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require": { - "a1phanumeric/php-mysql-class": "^2.1" + "a1phanumeric/php-mysql-class": "^3.0" }, "config": { "vendor-dir": "src/vendor", diff --git a/composer.lock b/composer.lock index a9d56aa..344a024 100644 --- a/composer.lock +++ b/composer.lock @@ -4,22 +4,30 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8506f46c67788d508d3e5dbd9c704a40", + "content-hash": "6d5bce817fa21312a484530a33e56680", "packages": [ { "name": "a1phanumeric/php-mysql-class", - "version": "2.4", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/a1phanumeric/PHP-MySQL-Class.git", - "reference": "e74de62049938b80f896082a39de6fabb0eb17d6" + "reference": "6a19fd749b6e8a42132233f93a531d9398d2d680" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/a1phanumeric/PHP-MySQL-Class/zipball/e74de62049938b80f896082a39de6fabb0eb17d6", - "reference": "e74de62049938b80f896082a39de6fabb0eb17d6", + "url": "https://api.github.com/repos/a1phanumeric/PHP-MySQL-Class/zipball/6a19fd749b6e8a42132233f93a531d9398d2d680", + "reference": "6a19fd749b6e8a42132233f93a531d9398d2d680", "shasum": "" }, + "require": { + "ext-pdo": "*", + "php": ">=7.4" + }, + "suggest": { + "ext-pdo_mysql": "Required to connect to MySQL/MariaDB", + "ext-sqlsrv": "Required to connect to Microsoft SQL Server" + }, "type": "library", "autoload": { "psr-4": { @@ -36,12 +44,19 @@ "email": "ed.rackham19@gmail.com" } ], - "description": "This is a simple to use PHP MySQL class that easily bolts on to any existing PHP application, streamlining your MySQL interactions.", + "description": "A lightweight PDO helper for MySQL and SQL Server with prepared queries, transactions, and connection lifecycle utilities.", + "keywords": [ + "database", + "mysql", + "pdo", + "php", + "sqlserver" + ], "support": { "issues": "https://github.com/a1phanumeric/PHP-MySQL-Class/issues", - "source": "https://github.com/a1phanumeric/PHP-MySQL-Class/tree/2.4" + "source": "https://github.com/a1phanumeric/PHP-MySQL-Class/tree/v3.0.0" }, - "time": "2025-01-17T11:30:26+00:00" + "time": "2026-02-23T12:08:04+00:00" } ], "packages-dev": [],