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

Commit 1584d83

Browse files
committed
Prepare release
1 parent 07b44f5 commit 1584d83

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.0
2+
3+
- First stable release in 0.4.x branch
4+
15
# 0.4.0-beta3
26

37
- [BC] Due to changes in SlmQueue ([changelog](https://github.com/juriansluiman/SlmQueue/blob/master/CHANGELOG.md))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SlmQueueSqs
66
[![Latest Unstable Version](https://poser.pugx.org/slm/queue-sqs/v/unstable.png)](https://packagist.org/packages/slm/queue-sqs)
77
[![Total Downloads](https://poser.pugx.org/slm/queue-sqs/downloads.png)](https://packagist.org/packages/slm/queue-sqs)
88

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

1111
Requirements
1212
------------
@@ -35,7 +35,7 @@ add the following line into your `composer.json` file:
3535

3636
```json
3737
"require": {
38-
"slm/queue-sqs": "0.3.*"
38+
"slm/queue-sqs": "0.4.*"
3939
}
4040
```
4141

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"homepage": "http://www.michaelgallego.fr"
2424
}
2525
],
26-
"minimum-stability": "dev",
2726
"require": {
2827
"php": ">=5.3.3",
2928
"zendframework/zend-mvc": "~2.2",

0 commit comments

Comments
 (0)