Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henzeb committed Feb 28, 2023
1 parent a446c08 commit de06d40
Show file tree
Hide file tree
Showing 33 changed files with 277 additions and 1,717 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to `Enumhancer` will be documented in this file

## 2.0.0 - 2023-02-28

- Now supports Laravel 10
- dropped support for laravel 8

### Upgrade notes

- Makers (make, tryMake etc.) are removed in favor
of [Getters](docs/getters.md)

## 1.23.0 - 2023-02-03

- added [PHPStan](docs/phpstan.md) support
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ implemented the methods of `Getters`, `Extractor` and `Reporters`.
- [From](docs/from.md)
- [Getters](docs/getters.md)
- [Labels](docs/labels.md)
- ~~[Makers](docs/makers.md)~~ (deprecated)
- [Macros](docs/macros.md)
- [Mappers](docs/mappers.md)
- [Properties](docs/properties.md)
Expand Down Expand Up @@ -99,7 +98,7 @@ implemented the methods of `Getters`, `Extractor` and `Reporters`.

When you are installing this package into a laravel project, Enumhancer will
automatically set macro's for the `validation rules` and sets the global
`Reporter` for the `makeOrReport` methods, so that it will use Laravel's
`Reporter` for the `getOrReport` methods, so that it will use Laravel's
`Log` facade.

If you don't want that to happen, you can tell Laravel not to discover the
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@
"composer/composer": "^2.5",
"henzeb/enumhancer-ide-helper": "main-dev",
"mockery/mockery": "^1.5",
"nette/php-generator": "^4.0",
"nunomaduro/larastan": "^2.3",
"orchestra/testbench": "v6.24.1|^v7.18",
"orchestra/testbench": "^v7.18|^8.0",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5.27"
},
Expand Down
63 changes: 0 additions & 63 deletions docs/makers.md

This file was deleted.

Loading

0 comments on commit de06d40

Please sign in to comment.