]> git.agnieray.net Git - galette.git/blobdiff - galette/composer.json
Patch laminas for php 8.1
[galette.git] / galette / composer.json
index c9f4aa6890161dcbb0546574810f95174f645bb5..47570f086c97e13c4ddf147b17ad8d1ac29ffccb 100644 (file)
@@ -62,7 +62,8 @@
         "post-install-cmd": [
             "patch -d vendor/slim/slim/ -p3 < ../patches/slim-php81.patch",
             "patch -d vendor/smarty/smarty/ -p3 < ../patches/smarty-php81.patch",
-            "patch -d vendor/mathmarques/smarty-view/ -p3 < ../patches/smarty-view-php81.patch"
+            "patch -d vendor/mathmarques/smarty-view/ -p3 < ../patches/smarty-view-php81.patch",
+            "patch -d vendor/laminas/ -p2 < ../patches/laminas-php81.patch"
         ]
     }
 }