Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Fixed: compatibility with ulrack/services version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrankruijter committed Jun 3, 2020
1 parent e2d0aee commit 393651e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: php
php:
- '7.2'
- '7.3'
- '7.4'

before_script:
- yes '' | pecl install yaml
Expand Down
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.0.4 - 2020-06-03
### Fixed
- Compatibility with ulrack/services version 2.0

## 1.0.3 - 2020-05-02
### Fixed
- Forgotten render call on error block.
Expand All @@ -21,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Created the initial implementation of the command package.

# Versions
- [1.0.3 > Unreleased](https://github.com/ulrack/command/compare/1.0.3...HEAD)
- [1.0.4 > Unreleased](https://github.com/ulrack/command/compare/1.0.4...HEAD)
- [1.0.3 > 1.0.4](https://github.com/ulrack/command/compare/1.0.3...1.0.4)
- [1.0.2 > 1.0.3](https://github.com/ulrack/command/compare/1.0.2...1.0.3)
- [1.0.1 > 1.0.2](https://github.com/ulrack/command/compare/1.0.1...1.0.2)
- [1.0.0 > 1.0.1](https://github.com/ulrack/command/compare/1.0.0...1.0.1)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"grizz-it/task": "^1.0",
"grizz-it/validator": "^1.0",
"ulrack/cli": "^1.0",
"ulrack/services": "^1.0"
"ulrack/services": "^2.0"
},
"authors": [{
"name": "Ulrack",
Expand Down

0 comments on commit 393651e

Please sign in to comment.