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

Commit

Permalink
Merge pull request #24 from juriansluiman/prepare-0-4
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
bakura10 committed Oct 13, 2014
2 parents 07b44f5 + 1584d83 commit 846df97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.0

- First stable release in 0.4.x branch

# 0.4.0-beta3

- [BC] Due to changes in SlmQueue ([changelog](https://github.com/juriansluiman/SlmQueue/blob/master/CHANGELOG.md))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SlmQueueSqs
[![Latest Unstable Version](https://poser.pugx.org/slm/queue-sqs/v/unstable.png)](https://packagist.org/packages/slm/queue-sqs)
[![Total Downloads](https://poser.pugx.org/slm/queue-sqs/downloads.png)](https://packagist.org/packages/slm/queue-sqs)

Version 0.3.0-dev Created by Jurian Sluiman and Michaël Gallego
Version 0.4.0 Created by Jurian Sluiman and Michaël Gallego

Requirements
------------
Expand Down Expand Up @@ -35,7 +35,7 @@ add the following line into your `composer.json` file:

```json
"require": {
"slm/queue-sqs": "0.3.*"
"slm/queue-sqs": "0.4.*"
}
```

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"homepage": "http://www.michaelgallego.fr"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"zendframework/zend-mvc": "~2.2",
Expand Down

0 comments on commit 846df97

Please sign in to comment.