Skip to content

Commit

Permalink
Merge branch 'main' into add-watch-date-position
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Dec 8, 2023
2 parents 75586dc + cdc06fb commit 7494a0e
Show file tree
Hide file tree
Showing 15 changed files with 1,007 additions and 702 deletions.
2 changes: 1 addition & 1 deletion build/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webdevops/php-nginx:8.2-alpine AS development
FROM webdevops/php-nginx:8.3-alpine AS development
ENV WEB_DOCUMENT_ROOT="/app/public" \
PHP_DISMOD=imagick
RUN apk add --no-cache make nano
Expand Down
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,34 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.3",
"ext-json": "*",
"ext-pdo": "*",
"doctrine/dbal": "^3.6",
"guzzlehttp/guzzle": "^7.5",
"league/csv": "^9.8",
"maennchen/zipstream-php": "^2.4",
"monolog/monolog": "^3.3",
"doctrine/dbal": "^3.7",
"guzzlehttp/guzzle": "^7.8",
"league/csv": "^9.12",
"maennchen/zipstream-php": "^3.1",
"monolog/monolog": "^3.5",
"nikic/fast-route": "^1.3",
"php-di/php-di": "^7.0",
"phpmailer/phpmailer": "^6.8",
"phpmailer/phpmailer": "^6.9",
"psr/http-client": "^1.0",
"ramsey/uuid": "^4.7",
"robmorgan/phinx": "^0.13",
"robmorgan/phinx": "^0.15",
"spomky-labs/otphp": "^11.2",
"symfony/console": "^6.2",
"twig/twig": "^3.5",
"symfony/console": "^6.4",
"twig/twig": "^3.8",
"vlucas/phpdotenv": "^5.5"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"vimeo/psalm": "^4.30",
"psalm/plugin-phpunit": "^0.16",
"webmozarts/strict-phpunit": "^7.6"
"psalm/plugin-phpunit": "^0.18",
"webmozarts/strict-phpunit": "^7.8"
},
"scripts": {
"test": [
Expand Down
Loading

0 comments on commit 7494a0e

Please sign in to comment.