Skip to content

Releases: mpyw/laravel-mysql-system-variable-manager

v2.1.1

15 Dec 01:46
8e60fc8

Choose a tag to compare

What's Changed

  • [Claude] Add PHP 8.5 to CI test matrix by @mpyw in #17
diff --git a/src/Value.php b/src/Value.php
index 677171b..911a7ff 100644
--- a/src/Value.php
+++ b/src/Value.php
@@ -67,7 +67,7 @@ class Value implements ValueInterface
      *
      * @param bool|float|int|string $value
      */
-    public static function as(string $type, $value): ExpressionInterface
+    public static function as(string $type, $value): ValueInterface
     {
         switch ($type) {
             case static::TYPE_INTEGER:

Full Changelog: v2.1.0...v2.1.1

v2.1.0

05 Mar 05:55
38add1a

Choose a tag to compare

What's Changed

  • chore: 🤖 Bump version by @mpyw in #16

Full Changelog: v2.0.3...v2.1.0

v2.0.3

15 Mar 02:03
05297ca

Choose a tag to compare

chore: 🤖 Support Laravel 11 in advance and skip larastan on CI

v2.0.2

13 Mar 14:39
4fbde0d

Choose a tag to compare

chore: 🤖 Drop support for stale versions

v2.0.1

15 Jul 00:04
d965e5d

Choose a tag to compare

Support for Laravel 10 (#15)

v2.0.0

19 Nov 02:52
5e1adfe

Choose a tag to compare

feat: 🎸 Improve code quality and support PHPStan (#14)