]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Update RulerZ 2842/head
authorKévin Gomez <kgomez@tea-ebook.com>
Sun, 5 Feb 2017 17:02:09 +0000 (18:02 +0100)
committerKévin Gomez <kgomez@tea-ebook.com>
Sun, 5 Feb 2017 17:02:09 +0000 (18:02 +0100)
app/config/config.yml
composer.json
src/Wallabag/CoreBundle/Resources/config/services.yml

index a69a979de1e48b7c1bbac976446192001cf796f0..4e802c988f3729df4b93bc6da1ab759b3012221e 100644 (file)
@@ -238,7 +238,7 @@ scheb_two_factor:
         mailer: wallabag_user.auth_code_mailer
 
 kphoen_rulerz:
-    executors:
+    targets:
         doctrine: true
 
 old_sound_rabbit_mq:
index 767d9c82681a82e883a7a313e99796e75d486e38..b919f446c32866cd19bea0005559357fa6548e65 100644 (file)
@@ -71,8 +71,7 @@
         "scheb/two-factor-bundle": "~2.0",
         "grandt/phpepub": "~4.0",
         "wallabag/php-mobi": "~1.0.0",
-        "kphoen/rulerz-bundle": "~0.10",
-        "kphoen/rulerz": "0.19.1",
+        "kphoen/rulerz-bundle": "~0.13",
         "guzzlehttp/guzzle": "^5.3.1",
         "doctrine/doctrine-migrations-bundle": "^1.0",
         "paragonie/random_compat": "~1.0",
index fadd5e490d4083048e3599cb9359826c54f423cb..036735ec87656b8dcc44a7c9e0f1869583e63a25 100644 (file)
@@ -117,12 +117,12 @@ services:
     wallabag.operator.array.matches:
         class: Wallabag\CoreBundle\Operator\PHP\Matches
         tags:
-            - { name: rulerz.operator, executor: rulerz.executor.array, operator: matches }
+            - { name: rulerz.operator, target: native, operator: matches }
 
     wallabag.operator.doctrine.matches:
         class: Wallabag\CoreBundle\Operator\Doctrine\Matches
         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:
         class: Wallabag\CoreBundle\Helper\Redirect