From ec02d242accb97522dc83891bd4735ba111f8726 Mon Sep 17 00:00:00 2001 From: e-spin Date: Wed, 17 May 2023 16:04:34 +0200 Subject: [PATCH] Fix composer for phpsq --- build.xml | 12 ------------ composer.json | 2 +- psalm.xml | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 build.xml create mode 100644 psalm.xml diff --git a/build.xml b/build.xml deleted file mode 100644 index 6c03cfd..0000000 --- a/build.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - diff --git a/composer.json b/composer.json index d6d7eb2..93f9dac 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "source":"https://github.com/contao-community-alliance/dc-general-contao-frontend" }, "require": { - "php": "^8.0", + "php": "^8.1", "contao-community-alliance/dc-general": "^2.3@dev", "contao-community-alliance/url-builder": "~1.3", "contao-community-alliance/translator": "^2.3", diff --git a/psalm.xml b/psalm.xml new file mode 100644 index 0000000..9dd9aef --- /dev/null +++ b/psalm.xml @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file