File tree Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
This changelog references the relevant changes done in 2.x versions.
3
3
4
4
5
+ ## v2.1.1
6
+ * Add Ncr argument to ` gdbots_ncr.update_node_labels_handler ` and ` gdbots_ncr.update_node_tags_handler `
7
+
8
+
5
9
## v2.1.0
6
10
* Uses ` "gdbots/ncr": "^2.1" `
7
11
* Uses ` "gdbots/pbjx-bundle": "^2.1" `
Original file line number Diff line number Diff line change 1
1
ncr-bundle-php
2
2
=============
3
3
4
- [ ![ Build Status] ( https://api.travis-ci.org/gdbots/ncr-bundle-php.svg )] ( https://travis-ci.org/gdbots/ncr-bundle-php )
5
-
6
4
Symfony bundle that integrates [ gdbots/ncr] ( https://github.com/gdbots/ncr-php ) library.
7
5
8
6
Original file line number Diff line number Diff line change 10
10
"gdbots/pbjx-bundle" : " ^2.1"
11
11
},
12
12
"require-dev" : {
13
- "phpunit/phpunit" : " ^9.2 " ,
13
+ "phpunit/phpunit" : " ^9.5 " ,
14
14
"aws/aws-sdk-php-symfony" : " ^2.2" ,
15
- "ruflin/elastica" : " ^7.0 "
15
+ "ruflin/elastica" : " ^7.1 "
16
16
},
17
17
"autoload" : {
18
18
"psr-4" : {
Original file line number Diff line number Diff line change 90
90
</service >
91
91
92
92
<service id =" gdbots_ncr.update_node_labels_handler" class =" Gdbots\Ncr\UpdateNodeLabelsHandler" >
93
+ <argument type =" service" id =" ncr" />
93
94
<tag name =" pbjx.handler" />
94
95
</service >
95
96
96
97
<service id =" gdbots_ncr.update_node_tags_handler" class =" Gdbots\Ncr\UpdateNodeTagsHandler" >
98
+ <argument type =" service" id =" ncr" />
97
99
<tag name =" pbjx.handler" />
98
100
</service >
99
101
You can’t perform that action at this time.
0 commit comments