Commit Graph

111 Commits

Author SHA1 Message Date
Rostislav Wolny
62cf852691 Replace PHP8 version of TypedCacheItem class with PHP7 compatible code
WordPress plugin repository prevents committing files that contains syntax introduced in PHP8.
[MAILPOET-3904]
2021-11-02 16:35:40 +01:00
Rostislav Wolny
4fe8e54180 Update attributes removal script
We need to strip PHP8 attributes from 3rd party libraries because after minification that we do during the build
they cause that PHP code is invalid. This commit updates the regular expression used for stripping attributes
so that it covers also attributes like this one: #[\ReturnTypeWillChange].
[MAILPOET-3889]
2021-10-28 15:44:18 +02:00
Rostislav Wolny
b4c2c55ffd Update symfony/validator
[MAILPOET-3889]
2021-10-28 15:44:18 +02:00
Rostislav Wolny
352ac07d04 Update symfony/dependency-injection
[MAILPOET-3889]
2021-10-28 15:44:18 +02:00
Rostislav Wolny
bf13737873 Update swiftmailer/swiftmailer
[MAILPOET-3889]
2021-10-28 15:44:18 +02:00
Rostislav Wolny
da718b9f8e Update nesbot/carbon
[MAILPOET-3889]
2021-10-28 15:44:18 +02:00
Rostislav Wolny
414135bc14 Update doctrine/orm
Updating doctrine/orm required update of symfony/polyfill-php72
[MAILPOET-3889]
2021-10-28 15:44:18 +02:00
Rostislav Wolny
efde80b5c4 Update doctrine/dbal
[MAILPOET-3889]
2021-10-28 15:44:18 +02:00
Rostislav Wolny
35271bcaf9 Update doctrine/common package
The updated sub-dependency doctrine/cache no longer contains cache implementations
so we could remove the cleanup code.
[MAILPOET-3889]
2021-10-28 15:44:18 +02:00
Jan Lysý
10397c6b16 Add symfony/polyfill-php80 dependency
The version 2.51.1 of nesbot/carbon uses PHP8 function str_starts_with

[MAILPOET-3725]
2021-08-16 15:56:39 +02:00
Jan Lysý
3b0a3df437 Remove deleting polyfill-php80
[MAILPOET-3725]
2021-08-16 15:56:39 +02:00
Jan Lysý
cf8ec8a6ac Remove namespace prefix from symfony di replacements
[MAILPOET-3725]
2021-08-16 15:56:39 +02:00
Jan Lysý
b470e9266a Update symfony validator
[MAILPOET-3725]
2021-08-16 15:56:39 +02:00
Jan Lysý
7161964730 Update symfony/dependency-injection
[MAILPOET-3725]
2021-08-16 15:56:39 +02:00
Jan Lysý
237a518c40 Update nesbot/carbon
[MAILPOET-3725]
2021-08-16 15:56:39 +02:00
Jan Lysý
6cf3412a08 Update doctrine/dbal
[MAILPOET-3725]
2021-08-16 15:56:39 +02:00
Rostislav Wolny
4a0d814fd9 Downgrade symfony polyfills
Bootstrap files for PHP8 fail to pass WP plugins repository pre commit check.
We have to temporarily downgrade until WP plugins repo add support for PHP8 syntax.
[MAILPOET-3701]
2021-07-13 12:10:15 +02:00
Pavel Dohnal
93863888e7 Remove attributes from vendor
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
5240927721 Update sub-dependencies for prefixed php deps
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
0482d3f8a4 Update symfony/validator
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
2a60ca3a13 Remove unused polyfills
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
86a3d8e04b Update polyfills
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
f4d939ae0b Update symfony/dependency-injection
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
1369396147 Update swiftmailer/swiftmailer
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
94ac913aa3 Update nesbot/carbon
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
eb25bfb1eb Update monolog/monolog
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
e0e4c507dd Update gregwar/captcha
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
07079e331a Fix doctrine cleanup script
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
c9603b76dc Update doctrine packages and fix metadata cache
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
b6d420b19c Update cerdic/css-tidy
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Jan Lysý
4b6a0bd1c9 Fix name of file Sqlite platform in fix-doctrine.php
[MAILPOET-3395]
2021-02-04 17:58:42 +01:00
Jan Lysý
bed6707b11 Fix path to bin directory in fix-carbon.php
[MAILPOET-3395]
2021-02-04 17:58:42 +01:00
Jan Lysý
147f2e6a46 Remove patching for ternary operators warnigns
[MAILPOET-3240]
2021-01-21 09:42:28 +01:00
Rostislav Wolny
82f666c488 Fix type issues in Doctrine Driver
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
12e85972a3 Fix incompatibilty in DBAL DriverException
[MAILPOET-3926]
2020-12-07 11:36:01 +01:00
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