Skip to content

Commit

Permalink
Merge pull request #7 from nicolasmure/v1
Browse files Browse the repository at this point in the history
v1
  • Loading branch information
Nicolas MURE authored Aug 7, 2016
2 parents 33769a6 + cee1274 commit 9037b59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.0.0 (2016-08-07)
Integration of the [nmure/encryptor](https://github.com/nicolasmure/NmureEncryptor "PHP data encryptor using open_ssl") library.
First stable release. BC break with the previous dev versions.
Usable in production.

## v0.3.0 (2016-05-13)
Ability to choose the cipher method for each encryptors.
BC break with previous version due to the Encryptor's __constructor parameters changes.
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

A Symfony Bundle for the [nmure/encryptor](https://github.com/nicolasmure/NmureEncryptor "PHP data encryptor using open_ssl") library.

**Warning:** This Bundle is still under development and shouldn't be used in production yet.

## Table of contents

- [Introduction](#introduction)
Expand Down Expand Up @@ -35,7 +33,7 @@ Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

```bash
$ composer require nmure/encryptor-bundle "~0.3.0"
$ composer require nmure/encryptor-bundle "~1.0.0"
```

This command requires you to have Composer installed globally, as explained
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": ">=5.4",
"symfony/framework-bundle": "~2.3|~3.0",
"nmure/encryptor": "dev-master"
"nmure/encryptor": "~1.0.0"
},
"autoload": {
"psr-4": { "Nmure\\EncryptorBundle\\": "" }
Expand Down

0 comments on commit 9037b59

Please sign in to comment.