Log message #4220430

# At Username Text
# Dec 30th 2019, 11:38 challgren Ahh ok
# Dec 30th 2019, 11:37 dereuromark no bug. it just seems that you cannot do to 8.0.0 back, as such the constraint should be a bit higher.
# Dec 30th 2019, 11:36 challgren Ok, I made the suggestion. Wasnt sure if it was a bug or something wonky you knew about
# Dec 30th 2019, 11:35 dereuromark always use 8.5+ mo
# Dec 30th 2019, 11:35 dereuromark In fact, with phpunit I would, as they often break stuff in between, which is harder for your prefer-lowest then to stay green ;)
# Dec 30th 2019, 11:35 challgren Yeah I think 8.0 is for cakephp/cakephp
# Dec 30th 2019, 11:34 dereuromark Since require dev is only for this primary level (doesnt cascade), it is safe to always use quite modern dependencies.
# Dec 30th 2019, 11:34 dereuromark phpunit/phpunit: Defined `8.0.0.0` as minimum, but is `8.0.4.0` You can set a -m flag to only warn about majors or adjust your constraint to ^8.0.4 here, or even ^8.5 as I do :)
# Dec 30th 2019, 11:33 challgren @dereuromark any idea why prefer lowest is failing on this build? https://travis-ci.org/jomweb/CakeImpersonate/jobs/630906425
# Dec 30th 2019, 10:35 dereuromark haha, someone needs to fix the 46 issues (probably only a small twig3 thing).
# Dec 30th 2019, 10:35 challgren You broke it!
# Dec 30th 2019, 10:31 dereuromark https://github.com/cakephp/bake/pull/630
# Dec 30th 2019, 10:26 challgren I think I’ll just fix the failures for now
# Dec 30th 2019, 10:25 dereuromark sure, if that works :)
# Dec 30th 2019, 10:18 challgren My email queue task just calls the mailer send function with the entity and the mailer handles everything else
# Dec 30th 2019, 10:17 challgren I stopped using it because my emails were to big to serialize
# Dec 30th 2019, 10:16 challgren IMHO
# Dec 30th 2019, 10:16 challgren No but serializing the email object is a bit much
# Dec 30th 2019, 10:16 dereuromark Is there another good way of storing payload data?
# Dec 30th 2019, 10:15 challgren It's honestly been a long time since I used the mail task you provide
# Dec 30th 2019, 10:14 challgren If I recall you serialized an email into the data of the queued job
# Dec 30th 2019, 10:13 dereuromark You can go with Mailer, sure. Whatever works for sending mails.
# Dec 30th 2019, 10:10 challgren Wait nm, so you just need help fixing the tests?
# Dec 30th 2019, 10:08 challgren Hey so with the queue mailer? Did you still want to stick with using Cake\Mailer\Email? or Switch to Cake\Mailer\Mailer and use the user provided mailer?
# Dec 30th 2019, 10:00 dereuromark Jep.
# Dec 30th 2019, 10:00 challgren went from 2.12.3 to 3.0.1
# Dec 30th 2019, 09:56 challgren When I updated to 4.0.1 it updated twig
# Dec 30th 2019, 09:56 dereuromark Twig is released. So we can now tag beta for bake :)
# Dec 30th 2019, 08:49 challgren Evening all!
# Dec 30th 2019, 07:12 javier.villanueva morning
# Dec 30th 2019, 06:54 alexdd55976 monring
# Dec 30th 2019, 04:38 admad also you will most like need to add `"minimum-stablity": "dev"` to composer.json
# Dec 30th 2019, 04:38 admad > Installation request for cakephp/bake (locked at 1.12.0, required as ^1.9.0) -> satisfiable by cakephp/bake[1.12.0] @brandon delete the composer.lock file and then try again
# Dec 30th 2019, 04:08 brandon Was messing around and tried a test upgrade to CakePHP 4.0. Followed the cookbook to upgrade and am getting the error listed: https://gist.github.com/beboobailey/8693a1ce1d55fd19653b39a39112f748
# Dec 30th 2019, 02:40 dereuromark Output, but u still need to calculate it usually
# Dec 30th 2019, 02:19 challgren https://book.cakephp.org/3/en/console-and-shells/input-output.html#progress-helper
# Dec 30th 2019, 02:19 challgren https://book.cakephp.org/4/en/console-commands/input-output.html#progress-helper
# Dec 30th 2019, 02:17 challgren Isn't there a console helper that does progress now?
# Dec 30th 2019, 01:34 dereuromark @kevin.pfeifer i once wrote such a Progress helper, but didnt pluginize it yet
# Dec 30th 2019, 00:37 charolastra is baking still supported in 4.0? always end up with "[Twig\Error\SyntaxError] Unexpected token "name" of value "if" ("end of statement block" expected)."
# Dec 30th 2019, 00:24 kevin.pfeifer ah i can just use the $io->overwrite method myself ^^thats easier