Skip to content

Commit 8f4748f

Browse files
author
Kevin Buchholz
committed
update readme
1 parent f3e5834 commit 8f4748f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Enum implementation for Laravel. Based on [eloquent/enumeration](https://github.
3333

3434
## Requirements
3535

36-
* eloquent/enumeration 6.0 or newer
3736
* Laravel 8.0 or newer;
3837
* PHP 7.3 or newer
3938

@@ -468,7 +467,7 @@ UserType::Moderator()->config('permissions', ['thread.foreign.archive']); // you
468467

469468
## License information
470469

471-
Much of the functionality in this Package is inspired by [bensampo/laravel-enum](https://github.com/bensampo/laravel-enum) and some code has been taken from it and modified, for example the `MakeEnumCommand.php`, the `EnumServiceProvider.php` and this readme.
470+
Much of the functionality in this Package is inspired by [bensampo/laravel-enum](https://github.com/bensampo/laravel-enum) and some code has been taken from it and modified, for example the `MakeEnumCommand.php`, the `EnumServiceProvider.php` and this readme. Some code has been copied from [eloquent/enumeration](https://github.com/eloquent/enumeration), as at first this package build upon it, but due to depending only on a fraction of functionality we concluded it would be better to internalize the code that we used.
472471

473472
- [bensampo/laravel-enum](https://github.com/bensampo/laravel-enum) is licensed under MIT
474473
- [eloquent/enumeration](https://github.com/eloquent/enumeration) is licensed under MIT

0 commit comments

Comments
 (0)