Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia authored Mar 19, 2024
1 parent 00217d6 commit b7c282f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 6.10.0

### Added

- Support Laravel 11

## 6.9.1

### Fixed
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@
"require": {
"php": "^8",
"composer/class-map-generator": "^1",
"illuminate/contracts": "^9 || ^10",
"illuminate/support": "^9 || ^10",
"illuminate/contracts": "^9 || ^10 || ^11",
"illuminate/support": "^9 || ^10 || ^11",
"laminas/laminas-code": "^3.4 || ^4",
"nikic/php-parser": "^4.13 || ^5"
"nikic/php-parser": "^4.13.2 || ^5"
},
"require-dev": {
"doctrine/dbal": "^3.4",
"ergebnis/composer-normalize": "^2.28.3",
"larastan/larastan": "^2.6.3",
"mll-lab/php-cs-fixer-config": "^5.4",
"mockery/mockery": "^1.5",
"orchestra/testbench": "^7.6.1 || ^8",
"orchestra/testbench": "^7.6.1 || ^8 || ^9",
"phpstan/extension-installer": "^1",
"phpstan/phpstan": "^1.8.2",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.1.1",
"phpunit/phpunit": "^9.5.21 || ^10 || ^11",
"rector/rector": "^0.19",
"symplify/rule-doc-generator": "^11 || ^12"
"rector/rector": "^1",
"symplify/rule-doc-generator": "^11 || ^12 || ^13"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit b7c282f

Please sign in to comment.