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

Commit

Permalink
feat: Add graphql scalars FrameStarBarcode and FluidXBarcode (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
simbig authored Dec 28, 2022
1 parent a4994d0 commit f37ed86
Show file tree
Hide file tree
Showing 14 changed files with 1,256 additions and 720 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v4.0.0

### Removed

- Drop support for `mll-lab/microplate` version `^3.6`

### Added

- Add GraphQL-Scalar `FluidXBarcode`
- Add GraphQL-Scalar `FrameStarBarcode`

## v3.2.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bensampo/laravel-enum": "^3 || ^4 || ^5 || ^6",
"composer/composer": "^2",
"illuminate/support": "^8 || ^9",
"mll-lab/microplate": "^3.6 || ^4.1",
"mll-lab/microplate": "^4.1",
"mll-lab/php-utils": "^1.2",
"thecodingmachine/safe": "^1"
},
Expand All @@ -36,7 +36,7 @@
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1",
"phpunit/phpunit": "^9",
"rector/rector": "^0.14",
"rector/rector": "^0.15",
"symfony/var-dumper": "^5 || ^6",
"thecodingmachine/phpstan-safe-rule": "^1.1"
},
Expand Down
Loading

0 comments on commit f37ed86

Please sign in to comment.