Update RulerZ

This commit is contained in:
Kévin Gomez 2017-02-05 18:02:09 +01:00
parent 20da238413
commit 177c5510ff
3 changed files with 4 additions and 5 deletions

View file

@ -238,7 +238,7 @@ scheb_two_factor:
mailer: wallabag_user.auth_code_mailer mailer: wallabag_user.auth_code_mailer
kphoen_rulerz: kphoen_rulerz:
executors: targets:
doctrine: true doctrine: true
old_sound_rabbit_mq: old_sound_rabbit_mq:

View file

@ -71,8 +71,7 @@
"scheb/two-factor-bundle": "~2.0", "scheb/two-factor-bundle": "~2.0",
"grandt/phpepub": "~4.0", "grandt/phpepub": "~4.0",
"wallabag/php-mobi": "~1.0.0", "wallabag/php-mobi": "~1.0.0",
"kphoen/rulerz-bundle": "~0.10", "kphoen/rulerz-bundle": "~0.13",
"kphoen/rulerz": "0.19.1",
"guzzlehttp/guzzle": "^5.3.1", "guzzlehttp/guzzle": "^5.3.1",
"doctrine/doctrine-migrations-bundle": "^1.0", "doctrine/doctrine-migrations-bundle": "^1.0",
"paragonie/random_compat": "~1.0", "paragonie/random_compat": "~1.0",

View file

@ -117,12 +117,12 @@ services:
wallabag.operator.array.matches: wallabag.operator.array.matches:
class: Wallabag\CoreBundle\Operator\PHP\Matches class: Wallabag\CoreBundle\Operator\PHP\Matches
tags: tags:
- { name: rulerz.operator, executor: rulerz.executor.array, operator: matches } - { name: rulerz.operator, target: native, operator: matches }
wallabag.operator.doctrine.matches: wallabag.operator.doctrine.matches:
class: Wallabag\CoreBundle\Operator\Doctrine\Matches class: Wallabag\CoreBundle\Operator\Doctrine\Matches
tags: tags:
- { name: rulerz.operator, executor: rulerz.executor.doctrine, operator: matches, inline: true } - { name: rulerz.operator, target: doctrine, operator: matches, inline: true }
wallabag_core.helper.redirect: wallabag_core.helper.redirect:
class: Wallabag\CoreBundle\Helper\Redirect class: Wallabag\CoreBundle\Helper\Redirect