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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Mar 22, 2023
1 parent 65ce137 commit 856a13c
Show file tree
Hide file tree
Showing 8 changed files with 966 additions and 644 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v5.0.0

### Added

- Support Laravel 10

### Changed

- Require `mll-lab/graphql-php-scalars:^6`
- Require `mll-lab/microplate:^5`

## v4.1.1

### Fixed
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Expand Up @@ -18,8 +18,9 @@
"php": "^7.4 || ^8",
"bensampo/laravel-enum": "^3 || ^4 || ^5 || ^6",
"composer/composer": "^2",
"illuminate/support": "^8 || ^9",
"mll-lab/microplate": "^4.1",
"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,15 +29,15 @@
"infection/infection": "~0.25",
"jangregor/phpstan-prophecy": "^1",
"mll-lab/php-cs-fixer-config": "^4.3",
"mll-lab/rector-config": "^2",
"nunomaduro/larastan": "^0.7 || ^1 || ^2",
"orchestra/testbench": "^6 || ^7",
"orchestra/testbench": "^6 || ^7 || ^8",
"phpstan/extension-installer": "^1",
"phpstan/phpstan": "^1",
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1",
"phpunit/phpunit": "^9",
"rector/rector": "^0.15",
"phpunit/phpunit": "^9 || ^10",
"symfony/var-dumper": "^5 || ^6",
"thecodingmachine/phpstan-safe-rule": "^1.1"
},
Expand Down

0 comments on commit 856a13c

Please sign in to comment.