Skip to content

Commit

Permalink
build: update dependencies and PHP to version 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongerig committed Nov 22, 2024
1 parent 9e04a03 commit bc79d9e
Show file tree
Hide file tree
Showing 18 changed files with 1,583 additions and 1,336 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
- "redis"

php:
image: "pimcore/pimcore:PHP8.2-fpm-debug"
image: "pimcore/pimcore:php8.3-debug-latest"
volumes:
- "~/.composer:/root/composer"
- ".:/var/www/html:cached"
Expand All @@ -77,7 +77,7 @@ services:
- "redis"

supervisord:
image: "pimcore/pimcore:php8.2-supervisord-latest"
image: "pimcore/pimcore:php8.3-supervisord-latest"
volumes:
- ".:/var/www/html:cached"
- ".docker/supervisord.conf:/etc/supervisor/conf.d/pimcore.conf:ro"
Expand Down
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,22 @@
}
},
"require": {
"php": ">=8.2",
"php": ">=8.3",
"dachcom-digital/emailizr": "^3.1.0",
"dachcom-digital/seo": "^3.1.3",
"dachcom-digital/toolbox": "^5.2.2",
"instride/pimcore-monitor": "^3.0.1",
"pimcore/admin-ui-classic-bundle": "^1.6.1",
"pimcore/admin-ui-classic-bundle": "^1.6.2",
"pimcore/pimcore": "~11.4.0",
"symfony/dotenv": "^6.4.12",
"symfony/runtime": "^6.4.12",
"symfony/dotenv": "^6.4.13",
"symfony/runtime": "^6.4.14",
"symfony/webpack-encore-bundle": "^1.17.2"
},
"require-dev": {
"deployer/deployer": "^7.4.0",
"phpstan/phpstan": "^1.12.6",
"phpstan/phpstan-symfony": "^1.4.10",
"deployer/deployer": "^7.5.5",
"phpstan/phpstan": "^2.0.2",
"phpstan/phpstan-deprecation-rules": "^2.0.0",
"phpstan/phpstan-symfony": "^2.0.0",
"symplify/easy-coding-standard": "^12.3.6"
},
"autoload": {
Expand Down
Loading

0 comments on commit bc79d9e

Please sign in to comment.