update mastercontainerto php 8.1

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-23 17:02:47 +01:00
parent 3eb2b164e1
commit 950ab32d26
8 changed files with 12 additions and 12 deletions

View file

@ -5,7 +5,7 @@
}
},
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-json": "*",
"ext-sodium": "*",
"ext-curl": "*",
@ -22,6 +22,6 @@
"psalm": "psalm --threads=1",
"psalm:update-baseline": "psalm --threads=1 --update-baseline",
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l {} \\;",
"php-deprecation-detector": "find . -name \\*.php -not -path './vendor/*' -exec phpdd scan {} -n -t 8.0 \\;"
"php-deprecation-detector": "find . -name \\*.php -not -path './vendor/*' -exec phpdd scan {} -n -t 8.1 \\;"
}
}