Skip to content

Commit

Permalink
Release 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Oct 4, 2017
1 parent 748a2b0 commit 405f03c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased]

## 1.0.0 - 2017-10-03

First stable release.

### Changed
- Updated minimum required version of php-ntlm.

## 1.0.0-rc.2 - 2017-03-11

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ handle autoloading of classes.
```json
{
"require": {
"php-ews/php-ews": "dev-master"
"php-ews/php-ews": "~1.0"
}
}
```
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
"email": "jamesiarmes@gmail.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.3.9",
"ext-soap": "*",
"jamesiarmes/php-ntlm": "~1.0.0"
"jamesiarmes/php-ntlm": "~1.0"
},
"require-dev": {
"mustache/mustache": "~2.0"
Expand Down

0 comments on commit 405f03c

Please sign in to comment.