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 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia authored Mar 23, 2023
1 parent a25c6a5 commit 445eb04
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 224 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v5.1.0

### Changed

- Make requirement of `mll-lab/graphql-php-scalars` optional

## v5.0.0

### Added
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"require": {
"php": "^7.4 || ^8",
"illuminate/support": "^7 || ^8 || ^9 || ^10",
"mll-lab/graphql-php-scalars": "^6",
"myclabs/php-enum": "^1.7",
"thecodingmachine/safe": "^1"
},
"require-dev": {
"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": "^1 || ^2",
Expand All @@ -38,6 +38,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\\Microplate\\": "src/"
Expand Down
Loading

0 comments on commit 445eb04

Please sign in to comment.