Skip to content

Commit

Permalink
package refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidj committed May 30, 2018
1 parent 8d5a8e4 commit db2b427
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.1.1 - 2018-05-04

### Changed
* dependencies updates
* using `dotkernel/dot-mail:^1.0`

### Added
* Nothing

### Deprecated
* Nothing

### Removed
* Nothing

### Fixed
* Nothing


## 1.1.0 - 2017-03-16

### Changed
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"authors": [
{
"name": "n3vrax",
"email": "tibi@apidemia.com"
"name": "DotKernel Team",
"email": "team@dotkernel.com"
}
],
"require": {
Expand All @@ -19,7 +19,7 @@
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.3",

"dotkernel/dot-mail": "^0.1"
"dotkernel/dot-mail": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit db2b427

Please sign in to comment.