Skip to content

Commit

Permalink
Merge branch 'migrate-to-laminas'
Browse files Browse the repository at this point in the history
  • Loading branch information
svycka committed Jan 13, 2020
2 parents df8a5c6 + df37564 commit cee0374
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@ All Notable changes to `svycka/sv-settings` will be documented in this file

## NEXT - YYYY-MM-DD

### Added
- Nothing

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing

## 3.0.1 - 2020-01-13

### Added
- Nothing

### Deprecated
- Nothing

### Fixed
- Move PHPUnit to dev dependencies

### Removed
- Nothing

### Security
- Nothing

## 3.0.0 - 2020-01-10

### Added
- Added Laminas support
- Added PHP 7.3 and PHP 7.4 support
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"laminas/laminas-modulemanager": "^2.6.1",
"laminas/laminas-servicemanager": "^3.1.1",
"laminas/laminas-stdlib": "^3.1",
"laminas/laminas-validator": "^2.5.2",
"phpunit/phpunit": "^7.5.20"
"laminas/laminas-validator": "^2.5.2"
},
"require-dev": {
"doctrine/doctrine-orm-module": "^1.1",
"laminas/laminas-router": "^3.0.2",
"laminas-api-tools/api-tools-api-problem": "^1.2",
"laminas/laminas-mvc": "^3.0.3",
"laminas/laminas-router": "^3.0.2",
"laminas/laminas-view": "^2.5.2",
"laminas-api-tools/api-tools-api-problem": "^1.2",
"phpunit/phpunit": "^7.5.20",
"scrutinizer/ocular": "^1.6.0",
"squizlabs/php_codesniffer": "^3.5.3"
},
Expand Down

0 comments on commit cee0374

Please sign in to comment.