Skip to content

Commit

Permalink
Merge pull request #21 from orca-services/TekkCraft-Issue-17
Browse files Browse the repository at this point in the history
Update to CakePHP 3.7.x & Dependency Updates
  • Loading branch information
ravage84 authored Jun 26, 2019
2 parents 9a67933 + eb8b950 commit 6695edf
Show file tree
Hide file tree
Showing 7 changed files with 264 additions and 131 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added documentation about built-in sensors

### Changed
- doctrine/instantiator updated from 1.1.0 to 1.2.0
- theseer/tokenizer updated from 1.1.0 to 1.1.2
- symfony/polyfill-ctype updated from v1.9.0 to v1.11.0
- webmozart/assert updated from 1.3.0 to 1.4.0
- phpdocumentor/reflection-docblock updated from 4.3.0 to 4.3.1
- myclabs/deep-copy updated from 1.8.1 to 1.9.1
- phpunit/phpunit updated from 6.5.12 to 6.5.14
- zendframework/zend-diactoros updated from 1.8.5 to 1.8.6
- psr/log updated from 1.0.2 to 1.1.0
- cakephp/chronos updated from 1.2.2 to 1.2.5
- cakephp/cakephp updated from 3.7.3 to 3.7.7
- symfony/yaml downgraded from v4.1.4 to v3.4.27
- symfony/polyfill-mbstring updated from v1.9.0 to v1.11.0
- symfony/debug installed in version v3.4.27
- symfony/console downgraded from v4.1.4 to v3.4.27
- symfony/filesystem downgraded from v4.1.4 to v3.4.27
- symfony/config downgraded from v4.1.4 to v3.4.27
- robmorgan/phinx updated from 0.10.6 to 0.10.7
- cakephp/migrations updated from 2.0.0 to 2.1.1

### Fixed
- Fixed DB Connection Sensor
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"require": {
"php": ">=7.0.0",
"cakephp/cakephp": "^3.6"
"cakephp/cakephp": "^3.7"
},
"require-dev": {
"phpunit/phpunit": "^5.7|^6.5",
Expand Down
Loading

0 comments on commit 6695edf

Please sign in to comment.