diff --git a/CHANGELOG.md b/CHANGELOG.md index 30562b1..62245c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes of releases are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. -## [unreleased] +## [1.1.0] ### Added diff --git a/composer.json b/composer.json index 227ba59..bab4976 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "boxblinkracer/shopware-ai-demodata", "description": "AI Demo Data", - "version": "v1.0.0", + "version": "v1.1.0", "type": "shopware-platform-plugin", "license": "MIT", "extra": { diff --git a/composer.lock b/composer.lock index c7fa740..d2bf987 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5ee2d9b551d8b51c3fc8a59055d2c337", + "content-hash": "56c0b786476f63f7b8f78eb71fb7183f", "packages": [ { "name": "orhanerday/open-ai", @@ -4816,16 +4816,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.15", + "version": "1.10.16", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd" + "reference": "352bdbb960bb523e3d71b834862589f910921c23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/762c4dac4da6f8756eebb80e528c3a47855da9bd", - "reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/352bdbb960bb523e3d71b834862589f910921c23", + "reference": "352bdbb960bb523e3d71b834862589f910921c23", "shasum": "" }, "require": { @@ -4874,7 +4874,7 @@ "type": "tidelift" } ], - "time": "2023-05-09T15:28:01+00:00" + "time": "2023-06-05T08:21:46+00:00" }, { "name": "phpunit/php-code-coverage", @@ -5198,16 +5198,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.2.0", + "version": "10.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "3aad97fde1f3e490e2b316ba56bc4680310e3c3f" + "reference": "599b33294350e8f51163119d5670512f98b0490d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3aad97fde1f3e490e2b316ba56bc4680310e3c3f", - "reference": "3aad97fde1f3e490e2b316ba56bc4680310e3c3f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/599b33294350e8f51163119d5670512f98b0490d", + "reference": "599b33294350e8f51163119d5670512f98b0490d", "shasum": "" }, "require": { @@ -5279,7 +5279,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.0" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.1" }, "funding": [ { @@ -5295,7 +5295,7 @@ "type": "tidelift" } ], - "time": "2023-06-02T05:42:13+00:00" + "time": "2023-06-05T05:15:51+00:00" }, { "name": "psr/cache", @@ -13562,7 +13562,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">= 8.1" + "php": ">= 8.1", + "ext-curl": "*" }, "platform-dev": [], "plugin-api-version": "2.2.0"