diff --git a/composer.lock b/composer.lock index 7a3f0cb..16bd908 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,36 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "23ab91e73c3a10e841f8f2b12f05e49d", + "content-hash": "ee2becfe4c626d6528700c6b89b77875", "packages": [ + { + "name": "itguild/tables", + "version": "0.1.14", + "source": { + "type": "git", + "url": "https://git.itguild.info/ItGuild/tables", + "reference": "9e7c83b680301497d15223a320e665279f9c2555" + }, + "type": "library", + "autoload": { + "psr-4": { + "Itguild\\Tables\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kavalar", + "email": "apuc06@mail.ru" + } + ], + "time": "2024-08-07T11:31:07+00:00" + } + ], + "packages-dev": [ { "name": "brick/math", "version": "0.12.1", @@ -753,32 +781,6 @@ }, "time": "2024-08-05T14:24:50+00:00" }, - { - "name": "itguild/tables", - "version": "0.1.13", - "source": { - "type": "git", - "url": "https://git.itguild.info/ItGuild/tables", - "reference": "d98ddded07131f602486783f5f016002ea7d7fb7" - }, - "type": "library", - "autoload": { - "psr-4": { - "Itguild\\Tables\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kavalar", - "email": "apuc06@mail.ru" - } - ], - "time": "2024-08-07T09:43:14+00:00" - }, { "name": "nesbot/carbon", "version": "dev-master", @@ -1752,12 +1754,12 @@ "source": { "type": "git", "url": "https://github.com/twbs/bootstrap.git", - "reference": "4e954ea3322e0a2c6428159108c676428a05d748" + "reference": "3083596e87146c1c5a61de7238cb69e1dab5ae8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/4e954ea3322e0a2c6428159108c676428a05d748", - "reference": "4e954ea3322e0a2c6428159108c676428a05d748", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/3083596e87146c1c5a61de7238cb69e1dab5ae8b", + "reference": "3083596e87146c1c5a61de7238cb69e1dab5ae8b", "shasum": "" }, "replace": { @@ -1795,7 +1797,7 @@ "issues": "https://github.com/twbs/bootstrap/issues", "source": "https://github.com/twbs/bootstrap/tree/main" }, - "time": "2024-08-07T04:51:04+00:00" + "time": "2024-08-07T10:11:06+00:00" }, { "name": "vlucas/phpdotenv", @@ -1957,7 +1959,6 @@ "time": "2022-03-08T17:03:00+00:00" } ], - "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { @@ -1970,5 +1971,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/src/JSONCreator.php b/src/JSONCreator.php index 8087da9..617262c 100644 --- a/src/JSONCreator.php +++ b/src/JSONCreator.php @@ -27,7 +27,7 @@ class JSONCreator { if ($infArr) return json_encode($infArr, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE); - + return null; }