Skip to content

Commit 8a5b2e8

Browse files
authored
v2.1.1
* Add Ncr argument to `gdbots_ncr.update_node_labels_handler` and `gdbots_ncr.update_node_tags_handler`
1 parent 346582d commit 8a5b2e8

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG-2.x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
This changelog references the relevant changes done in 2.x versions.
33

44

5+
## v2.1.1
6+
* Add Ncr argument to `gdbots_ncr.update_node_labels_handler` and `gdbots_ncr.update_node_tags_handler`
7+
8+
59
## v2.1.0
610
* Uses `"gdbots/ncr": "^2.1"`
711
* Uses `"gdbots/pbjx-bundle": "^2.1"`

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
ncr-bundle-php
22
=============
33

4-
[![Build Status](https://api.travis-ci.org/gdbots/ncr-bundle-php.svg)](https://travis-ci.org/gdbots/ncr-bundle-php)
5-
64
Symfony bundle that integrates [gdbots/ncr](https://github.com/gdbots/ncr-php) library.
75

86

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"gdbots/pbjx-bundle": "^2.1"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "^9.2",
13+
"phpunit/phpunit": "^9.5",
1414
"aws/aws-sdk-php-symfony": "^2.2",
15-
"ruflin/elastica": "^7.0"
15+
"ruflin/elastica": "^7.1"
1616
},
1717
"autoload": {
1818
"psr-4": {

config/services.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,12 @@
9090
</service>
9191

9292
<service id="gdbots_ncr.update_node_labels_handler" class="Gdbots\Ncr\UpdateNodeLabelsHandler">
93+
<argument type="service" id="ncr"/>
9394
<tag name="pbjx.handler"/>
9495
</service>
9596

9697
<service id="gdbots_ncr.update_node_tags_handler" class="Gdbots\Ncr\UpdateNodeTagsHandler">
98+
<argument type="service" id="ncr"/>
9799
<tag name="pbjx.handler"/>
98100
</service>
99101

0 commit comments

Comments
 (0)