Skip to content

Commit

Permalink
Bugfix: moved dev requirements back to dev section in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrankruijter committed Aug 30, 2020
1 parent 2564bd6 commit 832a6d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.2.1 - 2020-08-30
### Fixed
- Accidental move of dev packages.

## 1.2.0 - 2020-08-16
### Added
- Support for `ulrack/command` version 2.0.
Expand All @@ -25,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The initial implementation of the package.

# Versions
- [1.2.0 > Unreleased](https://github.com/ulrack/kernel/compare/1.2.0...HEAD)
- [1.2.1 > Unreleased](https://github.com/ulrack/kernel/compare/1.2.1...HEAD)
- [1.2.0 > 1.2.1](https://github.com/ulrack/kernel/compare/1.2.0...1.2.1)
- [1.1.0 > 1.2.0](https://github.com/ulrack/kernel/compare/1.1.0...1.2.0)
- [1.0.1 > 1.1.0](https://github.com/ulrack/kernel/compare/1.0.1...1.1.0)
- [1.0.0 > 1.0.1](https://github.com/ulrack/kernel/compare/1.0.0...1.0.1)
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"require": {
"php": "^7.3",
"grizz-it/configuration": "^1.1",
"phpunit/phpunit": "^9.3",
"squizlabs/php_codesniffer": "^3.5",
"ulrack/command": "^2.0",
"ulrack/kernel": "^1.3"
},
Expand Down Expand Up @@ -54,5 +52,7 @@
]
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"squizlabs/php_codesniffer": "^3.5"
}
}

0 comments on commit 832a6d8

Please sign in to comment.