Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .idea/cakephp-feature-flags.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 55 additions & 1 deletion .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Extend the README.md file #2

### Deprecated

Expand All @@ -18,6 +17,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [1.0.1](https://github.com/orca-services/cakephp-feature-flags/tags/1.0.1)
### Changed
- Correct minimum CakePHP requirement

## [1.0.0](https://github.com/orca-services/cakephp-feature-flags/tags/1.0.0)
### Changed
- Extend the README.md file #2
- Update PHP version to 7.1.x
- Update PHP version to 7.2.x
- Upgrade CakePHP version to 4.0.x

## [0.1.0](https://github.com/orca-services/cakephp-feature-flags/tags/0.1.0)
### Added
- Added project ot GitHub #1
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "cakephp-plugin",
"license": "MIT",
"require": {
"php": "^7.0",
"cakephp/cakephp": "^3.5"
"php": "^7.2",
"cakephp/cakephp": "^4.0.10"
},
"require-dev": {
"phpunit/phpunit": "^5.7.14|^6.0"
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading