Compare commits

...

3 Commits

Author SHA1 Message Date
8e08b09ae8
generate composer.lock
Some checks failed
soko-web/pipeline/pr-master There was a failure building this commit
2023-09-27 21:41:17 +02:00
a3bce1f2aa
update composer packages 2023-09-27 21:38:59 +02:00
a84d3a3976
update to php 8.1 2023-09-27 21:35:44 +02:00
3 changed files with 370 additions and 572 deletions

View File

@ -1,4 +1,4 @@
FROM php:7.4.7-cli-buster FROM php:8.1-cli-bookworm
RUN apt-get update && apt-get install -y unzip RUN apt-get update && apt-get install -y unzip
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

View File

@ -5,12 +5,12 @@
"license": "GNU GPL 3.0", "license": "GNU GPL 3.0",
"require": { "require": {
"vlucas/phpdotenv": "^5.5", "vlucas/phpdotenv": "^5.5",
"symfony/console": "^5.4", "symfony/console": "^6.3",
"phpmailer/phpmailer": "^6.8", "phpmailer/phpmailer": "^6.8",
"cocur/slugify": "^4.3" "cocur/slugify": "^4.5"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.6", "phpunit/phpunit": "^10.3",
"phpstan/phpstan": "^1.10" "phpstan/phpstan": "^1.10"
}, },
"autoload": { "autoload": {

934
composer.lock generated

File diff suppressed because it is too large Load Diff