Commit Graph

76 Commits

Author SHA1 Message Date
Pavel Dohnal
d37f456074 Fix twig cleaning
[MAILPOET-3241]
2020-10-28 09:55:55 +01:00
Pavel Dohnal
95cf33b176 Create a PSR cache for validator
[MAILPOET-3241]
2020-10-28 09:55:55 +01:00
Pavel Dohnal
3f5de5478e Update doctrine orm
[MAILPOET-3241]
2020-10-28 09:55:55 +01:00
Pavel Dohnal
79d90514e2 Update symfony validator
[MAILPOET-3241]
2020-10-28 09:55:55 +01:00
Pavel Dohnal
1c993f5c46 Update twig
[MAILPOET-3241]
2020-10-28 09:55:55 +01:00
Rostislav Wolny
e1efa1e14e Add fix for container dump command
[MAILPOET-3239]
2020-10-22 09:44:25 +02:00
Rostislav Wolny
9655845f66 Update symfony/dependency-injection
[MAILPOET-3239]
2020-10-22 09:44:25 +02:00
Rostislav Wolny
ac367463f9 Add comment to ternary operators fix
[MAILPOET-3232]
2020-10-21 12:33:50 +02:00
Rostislav Wolny
af1f45fe10 Add cleanup for unwanted Carbon files
[MAILPOET-3232]
2020-10-21 12:33:50 +02:00
Rostislav Wolny
3b8b3832eb Remove unnecessary class alias that breaks PHPStan
[MAILPOET-3232]
2020-10-21 12:33:50 +02:00
Rostislav Wolny
396817ee1f Add patching for ternary operators warnigns
[MAILPOET-3232]
2020-10-21 12:33:50 +02:00
Rostislav Wolny
a376057560 Update nesbot/carbon package
[MAILPOET-3232]
2020-10-21 12:33:50 +02:00
Rostislav Wolny
f087ed8348 Update minimal PHP version to 7.1.8
[MAILPOET-3203]
2020-10-20 13:18:43 +02:00
Rostislav Wolny
a5900d2e0e Update doctrine cleanup script
[MAILPOET-3146]
2020-10-08 15:59:05 +02:00
Rostislav Wolny
e61f3f758d Remove unnecessary fixes for Doctrine
[MAILPOET-3146]
2020-10-08 15:59:05 +02:00
Rostislav Wolny
ee408fb8a2 Update Doctrine packages
[MAILPOET-3146]
2020-10-08 15:59:05 +02:00
Pavel Dohnal
fc2e432543 Update php version in composer
[MAILPOET-3144]
2020-09-29 17:32:23 +02:00
wxa
f3bbe49a77 Fix Normalizer prefixing [MAILPOET-3148] 2020-09-16 10:23:53 +02:00
Rostislav Wolny
ceb69a5804 Fix Normalizer polyfill escaping
[MAILPOET-3105]
2020-08-24 09:50:49 +02:00
Pavel Dohnal
585a4d0332 Fix normalizer not being prefixed correctly
[MAILPOET-3105]
2020-08-13 14:58:15 +02:00
Pavel Dohnal
dd542f9440 Fix a doctrine bug
[MAILPOET-2657]
2020-08-06 12:23:41 +02:00
Rostislav Wolny
6396a6e9e0 Update symfony polyfills
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
88e2917fda Update sub-dependencies for prefixed PHP packages
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
18f04add26 Update symfony/validator
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
cf36b027d1 Update symfony/polyfill-* packages
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
5ffe498dec Update symfony/dependency-injection
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
238d6fd358 Update sabberworm/php-css-parser
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
b227cca598 Update monolog/monolog and subdependencies
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
7e05904a36 Remove outdated comment
[MAILPOET-2667]
2020-06-25 10:15:28 +02:00
Rostislav Wolny
e5d9bd7f9d Update fix twig script for twig2
[MAILPOET-2667]
2020-06-25 10:15:28 +02:00
Rostislav Wolny
0c4a1fbb62 Update twig package
[MAILPOET-2667]
2020-06-25 10:15:28 +02:00
Rostislav Wolny
5ce08d045e Remove useless twig class aliases
[MAILPOET-2692]
2020-06-04 09:22:23 +02:00
Rostislav Wolny
10c721bbfa Add cleanup of Monolog unused handlers, processors and formatters
[MAILPOET-2692]
2020-06-04 09:22:23 +02:00
Jan Jakeš
3759b6c901 Update Symfony polyfills, get rid of custom bootsraps
[MAILPOET-2931]
2020-05-21 10:52:20 +02:00
Jan Jakeš
1e8a18ed5b Avoid warning when vendor-prefixed doesn't exist
[MAILPOET-2580]
2020-04-30 09:19:26 +02:00
Jan Jakeš
d08f1e5add Whitelist all Symfony polyfill bootstrap files
[MAILPOET-2580]
2020-04-30 09:19:26 +02:00
Jan Jakeš
59edef2faa Install all used polyfills explicitly and load them correctly
[MAILPOET-2580]
2020-04-30 09:19:26 +02:00
Jan Jakeš
28255d8f56 Update Symfony polyfills
[MAILPOET-2580]
2020-04-30 09:19:26 +02:00
Rostislav Wolny
11bc58f68a Update swiftmailer/swiftmailer dependencies
[MAILPOET-2863]
2020-04-17 13:47:53 +02:00
Jan Jakeš
8ffdde144e Backport fix for Doctrine relation lazy loading bug
[MAILPOET-2645]
2020-03-23 00:33:40 +01:00
Jan Jakeš
ef1cee0fdf Fix Swiftmailer autoloader to handle only Swift_* classes in MailPoetVendor namespace
[MAILPOET-2722]
2020-03-10 18:36:51 +00:00
wxa
658c693e98 Update backward-compatible packages [MAILPOET-2583] 2020-02-03 17:19:07 +00:00
wxa
925a57703e Update composer packages within existing version constraints [MAILPOET-2583] 2020-02-03 17:19:07 +00:00
Jan Jakeš
b0760aeeea Remove no longer needed Swiftmailer prefixer patches
[MAILPOET-2589]
2020-01-30 18:33:48 +00:00
Jan Jakeš
aeac8c664d Fix Swiftmailer autoloading, use its official autoloader
[MAILPOET-2589]
2020-01-30 18:33:48 +00:00
Jan Jakeš
05f6d2ca69 Update Swiftmailer to version 6.2.3
[MAILPOET-2589]
2020-01-30 18:33:48 +00:00
Jan Jakeš
4023e4c7bd Increase memory limit for PHPScoper
[MAILPOET-2589]
2020-01-30 18:33:48 +00:00
Jan Jakeš
26b6f340d1 Require PHP >= 7.0
[MAILPOET-2582]
2020-01-28 20:18:39 +00:00
Jan Jakeš
3bbc8ea2af Convert variable names to camel case in strings
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Jan Jakeš
54549ff037 Convert variable names to camel case
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00