This repository was archived by the owner on Jul 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff 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
1111Requirements
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments