From 4e84f70e8a881398988a36c7914ba9415d80948e Mon Sep 17 00:00:00 2001 From: Johannes Wachter Date: Wed, 31 Jul 2024 21:06:38 +0200 Subject: [PATCH] Add fireworksai to integrate new llama 3.1 models (#82) * add fireworksai to integrate new llama 3.1 models * rename fireworks-adapter to fireworksai-adapter --- README.md | 2 +- composer.json | 1 + composer.lock | 289 +++++++++++++++++++++++++------------------------- 3 files changed, 148 insertions(+), 144 deletions(-) diff --git a/README.md b/README.md index bc75cfa..ca9d6f0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ composer require modelflow-ai/openai-adapter ## Examples -Here are some examples of how you can use the Mistral package in your PHP applications. You can find more detailed +Here are some examples of how you can use the OpenAI Adapter in your PHP applications. You can find more detailed examples in the [examples directory](examples). ## Usage diff --git a/composer.json b/composer.json index 99f292e..57c2829 100644 --- a/composer.json +++ b/composer.json @@ -50,6 +50,7 @@ "asapo/remove-vendor-plugin": "^0.1" }, "suggest": { + "modelflow-ai/chat": "To use the chat-completion.", "modelflow-ai/embeddings": "To use the embeddings.", "modelflow-ai/image": "To use the image generation." }, diff --git a/composer.lock b/composer.lock index d236fa0..90aa546 100644 --- a/composer.lock +++ b/composer.lock @@ -655,12 +655,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "f53dab37bd1810cbe9ff8cf67ba167488150f35e" + "reference": "c6a6b735cd2c8f74e84fd2ae352f647256590bcb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/f53dab37bd1810cbe9ff8cf67ba167488150f35e", - "reference": "f53dab37bd1810cbe9ff8cf67ba167488150f35e", + "url": "https://api.github.com/repos/symfony/http-client/zipball/c6a6b735cd2c8f74e84fd2ae352f647256590bcb", + "reference": "c6a6b735cd2c8f74e84fd2ae352f647256590bcb", "shasum": "" }, "require": { @@ -741,7 +741,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T15:52:34+00:00" + "time": "2024-07-30T09:35:19+00:00" }, { "name": "symfony/http-client-contracts", @@ -1132,18 +1132,18 @@ "dist": { "type": "path", "url": "./../chat", - "reference": "8010b5b839f62752203de1aefc72484aa931e8fa" + "reference": "3eef1c715f260bff335237dd7fb6de55b038dad3" }, "require": { "ext-fileinfo": "*", "modelflow-ai/decision-tree": "^0.2", - "modelflow-ai/prompt-template": "0.2.x-dev", "php": "^8.2", "webmozart/assert": "^1.11" }, "require-dev": { "asapo/remove-vendor-plugin": "^0.1", "jangregor/phpstan-prophecy": "^1.0", + "modelflow-ai/prompt-template": "^0.2", "php-cs-fixer/shim": "^3.15", "phpspec/prophecy-phpunit": "^2.1@stable", "phpstan/extension-installer": "^1.2", @@ -1219,10 +1219,14 @@ "keywords": [ "abstraction", "ai", + "anthropic", + "fireworksai", "gpt3.5", "gpt4", "llama2", + "llama3.1", "mistral", + "mistral-large", "ollama", "openai" ], @@ -1692,16 +1696,16 @@ }, { "name": "nikic/php-parser", - "version": "dev-master", + "version": "v5.1.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "3ef0811e45ba7e91fb0f066af5af7d52c3b24469" + "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3ef0811e45ba7e91fb0f066af5af7d52c3b24469", - "reference": "3ef0811e45ba7e91fb0f066af5af7d52c3b24469", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1", + "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1", "shasum": "" }, "require": { @@ -1714,7 +1718,6 @@ "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^9.0" }, - "default-branch": true, "bin": [ "bin/php-parse" ], @@ -1745,9 +1748,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/master" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0" }, - "time": "2024-06-12T18:31:58+00:00" + "time": "2024-07-01T20:03:41+00:00" }, { "name": "phar-io/manifest", @@ -1870,16 +1873,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.59.3", + "version": "v3.60.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "c855876e64de3431bc9279f27af7be40d11d7613" + "reference": "11f328afa9768eed89bacffab02f56263185058c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/c855876e64de3431bc9279f27af7be40d11d7613", - "reference": "c855876e64de3431bc9279f27af7be40d11d7613", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/11f328afa9768eed89bacffab02f56263185058c", + "reference": "11f328afa9768eed89bacffab02f56263185058c", "shasum": "" }, "require": { @@ -1916,9 +1919,9 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/PHP-CS-Fixer/shim/issues", - "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.59.3" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.60.0" }, - "time": "2024-06-16T14:17:34+00:00" + "time": "2024-07-25T09:27:32+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -2431,12 +2434,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "491a4882edecb4250e81d0412d786df9d7cfbe45" + "reference": "09d5f55e54c20f2353a790d09772db3ad577b9ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/491a4882edecb4250e81d0412d786df9d7cfbe45", - "reference": "491a4882edecb4250e81d0412d786df9d7cfbe45", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/09d5f55e54c20f2353a790d09772db3ad577b9ac", + "reference": "09d5f55e54c20f2353a790d09772db3ad577b9ac", "shasum": "" }, "require": { @@ -2464,7 +2467,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "10.1-dev" + "dev-main": "10.1.x-dev" } }, "autoload": { @@ -2501,7 +2504,7 @@ "type": "github" } ], - "time": "2024-03-22T13:49:50+00:00" + "time": "2024-07-17T05:15:22+00:00" }, { "name": "phpunit/php-file-iterator", @@ -2509,12 +2512,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "5ec07c7cd977ca9fb1c6006f8367ad127604aebb" + "reference": "5b9a71d1d40049fe474f1cef19f170296eb4cde5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/5ec07c7cd977ca9fb1c6006f8367ad127604aebb", - "reference": "5ec07c7cd977ca9fb1c6006f8367ad127604aebb", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/5b9a71d1d40049fe474f1cef19f170296eb4cde5", + "reference": "5b9a71d1d40049fe474f1cef19f170296eb4cde5", "shasum": "" }, "require": { @@ -2562,7 +2565,7 @@ "type": "github" } ], - "time": "2024-03-22T13:50:28+00:00" + "time": "2024-07-17T06:34:53+00:00" }, { "name": "phpunit/php-invoker", @@ -2570,12 +2573,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "5fe659f0b20cfb7db5359b01021f22707d8657b6" + "reference": "af802612ce2d11906cc5b508189206480b26c027" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5fe659f0b20cfb7db5359b01021f22707d8657b6", - "reference": "5fe659f0b20cfb7db5359b01021f22707d8657b6", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/af802612ce2d11906cc5b508189206480b26c027", + "reference": "af802612ce2d11906cc5b508189206480b26c027", "shasum": "" }, "require": { @@ -2626,7 +2629,7 @@ "type": "github" } ], - "time": "2024-03-22T13:51:23+00:00" + "time": "2024-07-17T06:35:16+00:00" }, { "name": "phpunit/php-text-template", @@ -2634,12 +2637,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5199f4e0818bbcb9827ae59c0d456e5759d80f7b" + "reference": "6e773cc9df58d063ceef93234c633e8dc50d21b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5199f4e0818bbcb9827ae59c0d456e5759d80f7b", - "reference": "5199f4e0818bbcb9827ae59c0d456e5759d80f7b", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/6e773cc9df58d063ceef93234c633e8dc50d21b1", + "reference": "6e773cc9df58d063ceef93234c633e8dc50d21b1", "shasum": "" }, "require": { @@ -2686,7 +2689,7 @@ "type": "github" } ], - "time": "2024-03-22T13:51:55+00:00" + "time": "2024-07-17T06:35:41+00:00" }, { "name": "phpunit/php-timer", @@ -2694,12 +2697,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "5030e89e3954823142bef84906eb83eb0f7a49d0" + "reference": "404370c0c9d97979a7a36348ee4451d3c3504314" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5030e89e3954823142bef84906eb83eb0f7a49d0", - "reference": "5030e89e3954823142bef84906eb83eb0f7a49d0", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/404370c0c9d97979a7a36348ee4451d3c3504314", + "reference": "404370c0c9d97979a7a36348ee4451d3c3504314", "shasum": "" }, "require": { @@ -2746,7 +2749,7 @@ "type": "github" } ], - "time": "2024-03-22T13:52:24+00:00" + "time": "2024-07-17T06:36:03+00:00" }, { "name": "phpunit/phpunit", @@ -2754,12 +2757,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "5f124e3e3e561006047b532fd0431bf5bb6b9015" + "reference": "8e9e80872b4e8064401788ee8a32d40b4455318f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f124e3e3e561006047b532fd0431bf5bb6b9015", - "reference": "5f124e3e3e561006047b532fd0431bf5bb6b9015", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e9e80872b4e8064401788ee8a32d40b4455318f", + "reference": "8e9e80872b4e8064401788ee8a32d40b4455318f", "shasum": "" }, "require": { @@ -2769,26 +2772,26 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", + "myclabs/deep-copy": "^1.12.0", + "phar-io/manifest": "^2.0.4", + "phar-io/version": "^3.2.1", "php": ">=8.1", - "phpunit/php-code-coverage": "^10.1.5", - "phpunit/php-file-iterator": "^4.0", - "phpunit/php-invoker": "^4.0", - "phpunit/php-text-template": "^3.0", - "phpunit/php-timer": "^6.0", - "sebastian/cli-parser": "^2.0", - "sebastian/code-unit": "^2.0", - "sebastian/comparator": "^5.0", - "sebastian/diff": "^5.0", - "sebastian/environment": "^6.0", - "sebastian/exporter": "^5.1", - "sebastian/global-state": "^6.0.1", - "sebastian/object-enumerator": "^5.0", - "sebastian/recursion-context": "^5.0", - "sebastian/type": "^4.0", - "sebastian/version": "^4.0" + "phpunit/php-code-coverage": "^10.1.15", + "phpunit/php-file-iterator": "^4.1.0", + "phpunit/php-invoker": "^4.0.0", + "phpunit/php-text-template": "^3.0.1", + "phpunit/php-timer": "^6.0.0", + "sebastian/cli-parser": "^2.0.1", + "sebastian/code-unit": "^2.0.0", + "sebastian/comparator": "^5.0.1", + "sebastian/diff": "^5.1.1", + "sebastian/environment": "^6.1.0", + "sebastian/exporter": "^5.1.2", + "sebastian/global-state": "^6.0.2", + "sebastian/object-enumerator": "^5.0.0", + "sebastian/recursion-context": "^5.0.0", + "sebastian/type": "^4.0.0", + "sebastian/version": "^4.0.1" }, "suggest": { "ext-soap": "To be able to generate mocks based on WSDL files" @@ -2847,7 +2850,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T13:09:54+00:00" + "time": "2024-07-30T11:08:00+00:00" }, { "name": "psr/cache", @@ -2964,12 +2967,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "3a3cd121ce7cd032f94fb8f881ba3b5f145e3f40" + "reference": "2694214f88b081aefd254d6199600e3fbf3e7f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/3a3cd121ce7cd032f94fb8f881ba3b5f145e3f40", - "reference": "3a3cd121ce7cd032f94fb8f881ba3b5f145e3f40", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2694214f88b081aefd254d6199600e3fbf3e7f5e", + "reference": "2694214f88b081aefd254d6199600e3fbf3e7f5e", "shasum": "" }, "require": { @@ -3013,7 +3016,7 @@ "type": "github" } ], - "time": "2024-04-04T08:53:00+00:00" + "time": "2024-07-17T06:10:12+00:00" }, { "name": "sebastian/code-unit", @@ -3021,12 +3024,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "ac62e7f08e5b0b526386644911103bb3422c0015" + "reference": "53937a3f64b64cc2a324dcf25889166a0dfdc236" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ac62e7f08e5b0b526386644911103bb3422c0015", - "reference": "ac62e7f08e5b0b526386644911103bb3422c0015", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/53937a3f64b64cc2a324dcf25889166a0dfdc236", + "reference": "53937a3f64b64cc2a324dcf25889166a0dfdc236", "shasum": "" }, "require": { @@ -3070,7 +3073,7 @@ "type": "github" } ], - "time": "2024-04-03T07:55:48+00:00" + "time": "2024-07-17T06:25:47+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -3078,12 +3081,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "bdd34bf2919e400808fc747b20f59e5732f3646b" + "reference": "56e67fc2d11653dd91c9d3a51bc16b678b110061" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/bdd34bf2919e400808fc747b20f59e5732f3646b", - "reference": "bdd34bf2919e400808fc747b20f59e5732f3646b", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/56e67fc2d11653dd91c9d3a51bc16b678b110061", + "reference": "56e67fc2d11653dd91c9d3a51bc16b678b110061", "shasum": "" }, "require": { @@ -3126,7 +3129,7 @@ "type": "github" } ], - "time": "2024-03-22T13:41:34+00:00" + "time": "2024-07-17T06:28:02+00:00" }, { "name": "sebastian/comparator", @@ -3134,12 +3137,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "44e614470e153123773072a489334c4d6b55e2fa" + "reference": "e12faedce0227446217d31501bf9395d2f573c43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/44e614470e153123773072a489334c4d6b55e2fa", - "reference": "44e614470e153123773072a489334c4d6b55e2fa", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e12faedce0227446217d31501bf9395d2f573c43", + "reference": "e12faedce0227446217d31501bf9395d2f573c43", "shasum": "" }, "require": { @@ -3203,7 +3206,7 @@ "type": "github" } ], - "time": "2024-03-22T13:42:24+00:00" + "time": "2024-07-17T06:29:14+00:00" }, { "name": "sebastian/complexity", @@ -3211,12 +3214,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "47d1455efecc29cff56fba86341c407eae6b4ddd" + "reference": "32ea51fa0f24ec72c98c53e2ce78ff06e5bfbafe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/47d1455efecc29cff56fba86341c407eae6b4ddd", - "reference": "47d1455efecc29cff56fba86341c407eae6b4ddd", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/32ea51fa0f24ec72c98c53e2ce78ff06e5bfbafe", + "reference": "32ea51fa0f24ec72c98c53e2ce78ff06e5bfbafe", "shasum": "" }, "require": { @@ -3261,7 +3264,7 @@ "type": "github" } ], - "time": "2024-03-22T13:42:52+00:00" + "time": "2024-07-17T06:34:07+00:00" }, { "name": "sebastian/diff", @@ -3269,12 +3272,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "c62945b35878561a1847d34c1ee069858ae5eaae" + "reference": "ee6a6fefbf48cac376d8eec272585024f42ff7a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c62945b35878561a1847d34c1ee069858ae5eaae", - "reference": "c62945b35878561a1847d34c1ee069858ae5eaae", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ee6a6fefbf48cac376d8eec272585024f42ff7a3", + "reference": "ee6a6fefbf48cac376d8eec272585024f42ff7a3", "shasum": "" }, "require": { @@ -3328,7 +3331,7 @@ "type": "github" } ], - "time": "2024-03-22T13:44:07+00:00" + "time": "2024-07-17T06:30:13+00:00" }, { "name": "sebastian/environment", @@ -3336,12 +3339,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "8074dbcd93529b357029f5cc5058fd3e43666984" + "reference": "bae6ff4114353f650293dd3bf4d4ce2c7b321cf1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984", - "reference": "8074dbcd93529b357029f5cc5058fd3e43666984", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/bae6ff4114353f650293dd3bf4d4ce2c7b321cf1", + "reference": "bae6ff4114353f650293dd3bf4d4ce2c7b321cf1", "shasum": "" }, "require": { @@ -3392,7 +3395,7 @@ "type": "github" } ], - "time": "2024-03-23T08:47:14+00:00" + "time": "2024-07-17T06:30:33+00:00" }, { "name": "sebastian/exporter", @@ -3400,12 +3403,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "c409c34cd83004034fc5a5486691e08f6e83eb65" + "reference": "c328b4260bfe7b25187d5cab3859fdc9079218f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c409c34cd83004034fc5a5486691e08f6e83eb65", - "reference": "c409c34cd83004034fc5a5486691e08f6e83eb65", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c328b4260bfe7b25187d5cab3859fdc9079218f2", + "reference": "c328b4260bfe7b25187d5cab3859fdc9079218f2", "shasum": "" }, "require": { @@ -3470,7 +3473,7 @@ "type": "github" } ], - "time": "2024-04-04T06:29:29+00:00" + "time": "2024-07-17T06:30:53+00:00" }, { "name": "sebastian/global-state", @@ -3478,12 +3481,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "449d3e721e00daaad2881d3eb53592970d933370" + "reference": "8889ce5745aed1ca531515069f1eb01b071297b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/449d3e721e00daaad2881d3eb53592970d933370", - "reference": "449d3e721e00daaad2881d3eb53592970d933370", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/8889ce5745aed1ca531515069f1eb01b071297b8", + "reference": "8889ce5745aed1ca531515069f1eb01b071297b8", "shasum": "" }, "require": { @@ -3532,7 +3535,7 @@ "type": "github" } ], - "time": "2024-03-22T13:46:09+00:00" + "time": "2024-07-17T06:31:10+00:00" }, { "name": "sebastian/lines-of-code", @@ -3540,12 +3543,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "87e3bd67c53775f5da6f295f50f582b05f447e5f" + "reference": "da76c0ecddbe676bffc36578e6ce80f7826066b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/87e3bd67c53775f5da6f295f50f582b05f447e5f", - "reference": "87e3bd67c53775f5da6f295f50f582b05f447e5f", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/da76c0ecddbe676bffc36578e6ce80f7826066b6", + "reference": "da76c0ecddbe676bffc36578e6ce80f7826066b6", "shasum": "" }, "require": { @@ -3590,7 +3593,7 @@ "type": "github" } ], - "time": "2024-03-22T13:46:56+00:00" + "time": "2024-07-17T06:31:30+00:00" }, { "name": "sebastian/object-enumerator", @@ -3598,12 +3601,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "41eaf664fcfa48cc2e4b2924f13769e6cb20a2cf" + "reference": "bc0b43b8f1eeb5eb690c59dc0b7aa640220fa130" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/41eaf664fcfa48cc2e4b2924f13769e6cb20a2cf", - "reference": "41eaf664fcfa48cc2e4b2924f13769e6cb20a2cf", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/bc0b43b8f1eeb5eb690c59dc0b7aa640220fa130", + "reference": "bc0b43b8f1eeb5eb690c59dc0b7aa640220fa130", "shasum": "" }, "require": { @@ -3648,7 +3651,7 @@ "type": "github" } ], - "time": "2024-03-22T13:47:30+00:00" + "time": "2024-07-17T06:32:06+00:00" }, { "name": "sebastian/object-reflector", @@ -3656,12 +3659,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "928bc13bd615206af37c8c2e92401cfe3d53f15c" + "reference": "6e68c7fa8a96a2c4610d59128e2f70151e77725a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/928bc13bd615206af37c8c2e92401cfe3d53f15c", - "reference": "928bc13bd615206af37c8c2e92401cfe3d53f15c", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e68c7fa8a96a2c4610d59128e2f70151e77725a", + "reference": "6e68c7fa8a96a2c4610d59128e2f70151e77725a", "shasum": "" }, "require": { @@ -3704,7 +3707,7 @@ "type": "github" } ], - "time": "2024-03-22T13:48:40+00:00" + "time": "2024-07-17T06:32:36+00:00" }, { "name": "sebastian/recursion-context", @@ -3712,12 +3715,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "4facd2a6ce800aae87e6f5a0f73842585ca3efd6" + "reference": "000f42a8f52451ec8e73f38c14781a14ea399cf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/4facd2a6ce800aae87e6f5a0f73842585ca3efd6", - "reference": "4facd2a6ce800aae87e6f5a0f73842585ca3efd6", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/000f42a8f52451ec8e73f38c14781a14ea399cf2", + "reference": "000f42a8f52451ec8e73f38c14781a14ea399cf2", "shasum": "" }, "require": { @@ -3768,7 +3771,7 @@ "type": "github" } ], - "time": "2024-03-29T09:41:15+00:00" + "time": "2024-07-17T06:36:38+00:00" }, { "name": "sebastian/type", @@ -3776,12 +3779,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "a820c337b170875fe151b386a28862a95fe3d7ea" + "reference": "01f0cde154e477e65c143ed354687b7a800712ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/a820c337b170875fe151b386a28862a95fe3d7ea", - "reference": "a820c337b170875fe151b386a28862a95fe3d7ea", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/01f0cde154e477e65c143ed354687b7a800712ff", + "reference": "01f0cde154e477e65c143ed354687b7a800712ff", "shasum": "" }, "require": { @@ -3825,7 +3828,7 @@ "type": "github" } ], - "time": "2024-03-22T13:53:45+00:00" + "time": "2024-07-17T06:36:57+00:00" }, { "name": "sebastian/version", @@ -3887,12 +3890,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d4f689163104d1f2fbbdd78923b36e6ca8c501de" + "reference": "8b3ee1c3ef9de3ade24c0ccb42377c334acd311f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d4f689163104d1f2fbbdd78923b36e6ca8c501de", - "reference": "d4f689163104d1f2fbbdd78923b36e6ca8c501de", + "url": "https://api.github.com/repos/symfony/console/zipball/8b3ee1c3ef9de3ade24c0ccb42377c334acd311f", + "reference": "8b3ee1c3ef9de3ade24c0ccb42377c334acd311f", "shasum": "" }, "require": { @@ -3972,7 +3975,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T15:52:34+00:00" + "time": "2024-07-26T13:29:19+00:00" }, { "name": "symfony/dotenv", @@ -3980,12 +3983,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "f38d8a3f812819671b6fc52c3c2392be8a4bfeac" + "reference": "ccc9d8459d1da9dd951968de910c60714272665b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/f38d8a3f812819671b6fc52c3c2392be8a4bfeac", - "reference": "f38d8a3f812819671b6fc52c3c2392be8a4bfeac", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/ccc9d8459d1da9dd951968de910c60714272665b", + "reference": "ccc9d8459d1da9dd951968de910c60714272665b", "shasum": "" }, "require": { @@ -4046,7 +4049,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T15:52:34+00:00" + "time": "2024-07-23T12:28:30+00:00" }, { "name": "symfony/polyfill-ctype", @@ -4376,12 +4379,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "5aae1c8c2ba7b2a1f52fe6b102eb0446ac812c16" + "reference": "f4bd2c581c0222f087fc85636e00c6c0d9f1c41f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/5aae1c8c2ba7b2a1f52fe6b102eb0446ac812c16", - "reference": "5aae1c8c2ba7b2a1f52fe6b102eb0446ac812c16", + "url": "https://api.github.com/repos/symfony/property-access/zipball/f4bd2c581c0222f087fc85636e00c6c0d9f1c41f", + "reference": "f4bd2c581c0222f087fc85636e00c6c0d9f1c41f", "shasum": "" }, "require": { @@ -4444,7 +4447,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T15:52:34+00:00" + "time": "2024-07-06T07:57:47+00:00" }, { "name": "symfony/property-info", @@ -4452,12 +4455,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "c2c008c2668093f9b3796c76916eb88d84734950" + "reference": "5d732240c3b1aac1c867328ffedc716528718453" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/c2c008c2668093f9b3796c76916eb88d84734950", - "reference": "c2c008c2668093f9b3796c76916eb88d84734950", + "url": "https://api.github.com/repos/symfony/property-info/zipball/5d732240c3b1aac1c867328ffedc716528718453", + "reference": "5d732240c3b1aac1c867328ffedc716528718453", "shasum": "" }, "require": { @@ -4528,7 +4531,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T15:52:34+00:00" + "time": "2024-07-26T12:49:40+00:00" }, { "name": "symfony/string", @@ -4536,12 +4539,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "adfa98a608104d8f6b4d008d144523f8b79f0016" + "reference": "af689ccfa61001e8907aa41357b80db901376490" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/adfa98a608104d8f6b4d008d144523f8b79f0016", - "reference": "adfa98a608104d8f6b4d008d144523f8b79f0016", + "url": "https://api.github.com/repos/symfony/string/zipball/af689ccfa61001e8907aa41357b80db901376490", + "reference": "af689ccfa61001e8907aa41357b80db901376490", "shasum": "" }, "require": { @@ -4615,7 +4618,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T15:52:34+00:00" + "time": "2024-07-25T06:13:40+00:00" }, { "name": "symfony/type-info", @@ -4623,12 +4626,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/type-info.git", - "reference": "7f11dd268ae6048dcc6cefbc542a464702523fae" + "reference": "0c7f154eb646787a08565797a1237f00c0b4a0d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/type-info/zipball/7f11dd268ae6048dcc6cefbc542a464702523fae", - "reference": "7f11dd268ae6048dcc6cefbc542a464702523fae", + "url": "https://api.github.com/repos/symfony/type-info/zipball/0c7f154eb646787a08565797a1237f00c0b4a0d7", + "reference": "0c7f154eb646787a08565797a1237f00c0b4a0d7", "shasum": "" }, "require": { @@ -4697,7 +4700,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T15:52:34+00:00" + "time": "2024-07-03T06:45:55+00:00" }, { "name": "theseer/tokenizer",