Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Make requirement of mll-lab/graphql-php-scalars optional
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Mar 23, 2023
1 parent ddbe1d6 commit 5ab91d6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -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"
Expand All @@ -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",
Expand All @@ -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"
},
"autoload": {
"psr-4": {
"Mll\\LiquidHandlingRobotics\\": "src/"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ab91d6

Please sign in to comment.