diff --git a/CHANGELOG.md b/CHANGELOG.md index e6cef4d..c0e5f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## v5.2.0 + +### Changed + +- Make requirement of `mll-lab/graphql-php-scalars` optional + ## v5.1.0 ### Added diff --git a/composer.json b/composer.json index a8fee5a..a082377 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,6 @@ "bensampo/laravel-enum": "^3 || ^4 || ^5 || ^6", "composer/composer": "^2", "illuminate/support": "^8 || ^9 || ^10", - "mll-lab/graphql-php-scalars": "^6", "mll-lab/microplate": "^5", "mll-lab/php-utils": "^1.2", "thecodingmachine/safe": "^1" @@ -28,6 +27,7 @@ "ergebnis/composer-normalize": "^2", "infection/infection": "~0.25", "jangregor/phpstan-prophecy": "^1", + "mll-lab/graphql-php-scalars": "^6", "mll-lab/php-cs-fixer-config": "^4.3", "mll-lab/rector-config": "^2", "nunomaduro/larastan": "^0.7 || ^1 || ^2", @@ -41,6 +41,9 @@ "symfony/var-dumper": "^5 || ^6", "thecodingmachine/phpstan-safe-rule": "^1.1" }, + "suggest": { + "mll-lab/graphql-php-scalars": "To use the provided scalar types for GraphQL servers, requires version ^6" + }, "autoload": { "psr-4": { "Mll\\LiquidHandlingRobotics\\": "src/" diff --git a/composer.lock b/composer.lock index 42f67e6..d42fd7e 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": "cfbde62f599eb057061359d35c097c77", + "content-hash": "40f120df79c7f9a104471b52b4e83ccc", "packages": [ { "name": "bensampo/laravel-enum",