Skip to content

Commit

Permalink
update(php): allow usage of php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Dec 17, 2020
1 parent 8b582c9 commit 3ba44c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [2.6.0] - 2020-12-17
## Added
- Ability to normalize or not the camelize text
- Support for PHP 8.x

## Changed
- The camelize method normalize by default. It makes a lot of sense, but the old behavior changed, and it may break in some cases

# Removed
- Support for PHP 5.x

## [2.5.1] - 2019-09-22
### Changed
- Camelize method now allow larger usages (thanks to removal of an exception)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"psr-4": { "Nekland\\Utils\\Test\\": "tests/Nekland/Utils/" }
},
"require": {
"php": "^5.6 || ^7.0"
"php": "^7.0 || ^8.0"
},
"require-dev": {
"phpspec/phpspec": "^3.2",
Expand Down

0 comments on commit 3ba44c3

Please sign in to comment.