File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " nstwf/reactphp-redlock" ,
3- "description" : " ReactPHP redis redlock" ,
4- "version" : " 1.0.0" ,
5- "license" : [
6- " MIT"
7- ],
8- "authors" : [
9- {
10- "name" : " Timur Sadullayev" ,
11- "email" : " nstwf.pro@gmail.com"
2+ "name" : " nstwf/reactphp-redlock" ,
3+ "description" : " ReactPHP redis redlock" ,
4+ "version" : " 1.0.0" ,
5+ "license" : [
6+ " MIT"
7+ ],
8+ "authors" : [
9+ {
10+ "name" : " Timur Sadullayev" ,
11+ "email" : " nstwf.pro@gmail.com"
12+ }
13+ ],
14+ "require" : {
15+ "clue/redis-react" : " ^3@dev"
16+ },
17+ "require-dev" : {
18+ "phpunit/phpunit" : " ^9.5" ,
19+ "react/async" : " ^4.0"
20+ },
21+ "autoload" : {
22+ "psr-4" : {
23+ "Nstwf\\ Redlock\\ " : " src/"
24+ }
25+ },
26+ "autoload-dev" : {
27+ "psr-4" : {
28+ "Nstwf\\ Redlock\\ " : " tests/src"
29+ }
1230 }
13- ],
14- "require" : {
15- "clue/redis-react" : " ^3@dev"
16- },
17- "require-dev" : {
18- "phpunit/phpunit" : " ^9.5" ,
19- "react/async" : " ^4.0"
20- },
21- "autoload" : {
22- "psr-4" : {
23- "Nstwf\\ Redlock\\ " : " src/"
24- }
25- },
26- "autoload-dev" : {
27- "psr-4" : {
28- "Nstwf\\ Redlock\\ " : " tests/src"
29- }
30- }
31- }
31+ }
Original file line number Diff line number Diff line change 1+ # 1.0.0 (2023-01-15)
2+
3+
4+ ### Breaking
5+
6+ * Single instance redlock ([ fb97179] ( https://github.com/nstwfdev/reactphp-redlock/commit/fb971793e53c841870076f50e6b9e7b4e7b8318a ) )
7+
8+ ### New
9+
10+ * Add github actions ([ c603171] ( https://github.com/nstwfdev/reactphp-redlock/commit/c60317120d2e3ab3ca57000e66e3fdf5286f3b0c ) )
11+ * Composer init ([ 9495c22] ( https://github.com/nstwfdev/reactphp-redlock/commit/9495c224eb1e1080fb837ca584911d0c1565de64 ) )
12+ * phpunit xml ([ d884d41] ( https://github.com/nstwfdev/reactphp-redlock/commit/d884d410040a1b54582594aea76fe81cc75a4d54 ) )
You can’t perform that action at this time.
0 commit comments