From 8cff9c51d65bff0ede1fad440bd5f9dc7f1dec39 Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Wed, 10 Apr 2024 10:33:19 +0200 Subject: [PATCH 01/14] update modularity it fails with php7.2 --- .idea/WooCommerce.iml | 114 ++- .idea/php.xml | 4 +- composer.json | 7 +- composer.lock | 845 ++++++++++++------ .../Container/ContainerConfigurator.php | 24 +- .../Container/PackageProxyContainer.php | 17 +- .../Container/ReadOnlyContainer.php | 8 +- lib/packages/Inpsyde/Modularity/Package.php | 354 ++++++-- .../Properties/PluginProperties.php | 43 +- .../Modularity/Properties/ThemeProperties.php | 16 +- .../Container/ContainerExceptionInterface.php | 3 - .../Psr/Container/ContainerInterface.php | 9 +- .../Container/NotFoundExceptionInterface.php | 3 - .../Constraints/PluginConstraint.php | 2 +- 14 files changed, 949 insertions(+), 500 deletions(-) diff --git a/.idea/WooCommerce.iml b/.idea/WooCommerce.iml index 9aa75e6b5..2dee15c74 100644 --- a/.idea/WooCommerce.iml +++ b/.idea/WooCommerce.iml @@ -9,76 +9,74 @@ - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - + - - - - - - - - - - + + + + + + + + + + - - + + - - - - - - - - - - + + + + + + + + + + + + + + - + + + - - + + + - + + - - - + + + + + + + + + + + + + + + + + + + diff --git a/.idea/php.xml b/.idea/php.xml index 34031bf4e..46d61f7a2 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -95,8 +95,6 @@ - - @@ -261,4 +259,4 @@