File tree 4 files changed +13
-11
lines changed
4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,20 @@ A changelog of all notable changes made to this library.
11
11
----------------------
12
12
13
13
14
- 1.0.0-Beta under development
14
+ 1.0.0-RC under development
15
15
----------------------
16
16
17
17
18
- 1.0.0-2-Alpha 13.02.2021
18
+ 1.0.0-Beta under development
19
19
----------------------
20
+
21
+
22
+ 1.0.0-Alpha-3 ??.??.2021
23
+ ------------------------
24
+
25
+
26
+ 1.0.0-Alpha-2 17.03.2021
27
+ ------------------------
20
28
- * ENH* : added work with jobs
21
29
- * ENH* : added work with processors
22
30
- * ENH* : added serializer fo message body
Original file line number Diff line number Diff line change 1
- > This package is under development. Api classes of the app can be changed.
1
+ > This package is under development. Api classes of this application can be changed.
2
2
3
3
<p align =" center " >
4
4
<h1 align="center">PHP Simple Queue</h1>
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Example of processing messages from a queue: [consume.php](../../example/consume
23
23
24
24
Advanced example of processing messages from a queue: [ advanced-consume.php] ( ../../example/advanced-consume.php )
25
25
26
+ <br >
26
27
27
28
## Quick run with docker
28
29
Original file line number Diff line number Diff line change @@ -21,14 +21,7 @@ class SymfonySerializer implements SerializerInterface
21
21
*/
22
22
public function __construct ()
23
23
{
24
- $ this ->serializer = new Serializer (
25
- [
26
-
27
- ],
28
- [
29
- new JsonEncoder (),
30
- ]
31
- );
24
+ $ this ->serializer = new Serializer ([], [new JsonEncoder ()]);
32
25
}
33
26
34
27
/**
You can’t perform that action at this time.
0 commit comments