Skip to content

Commit

Permalink
update php and composer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed Aug 14, 2024
1 parent 343108a commit 94729e6
Show file tree
Hide file tree
Showing 16 changed files with 2,061 additions and 1,057 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-cli
FROM php:8.2-cli

ARG COMPOSER_FLAGS="--prefer-dist --no-interaction"
ARG DEBIAN_FRONTEND=noninteractive
Expand Down
27 changes: 15 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"description": "Backup project",
"license": "MIT",
"require": {
"PHP": "^7.4",
"keboola/kbc-project-backup": "^1.9",
"keboola/php-component": "~4.1.1",
"keboola/php-file-storage-utils": "^0.2.2",
"php": "^8.2",
"keboola/kbc-project-backup": "dev-ondra-update-php",
"keboola/php-component": "^10.1",
"keboola/php-file-storage-utils": "^0.2.6",
"microsoft/azure-storage-blob": "^1.5"
},
"require-dev": {
"keboola/coding-standard": "^9.0",
"keboola/datadir-tests": "^3.0",
"keboola/php-temp": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan": "^0.12.48",
"phpunit/phpunit": "^7.0",
"symfony/process": "^4.0"
"keboola/coding-standard": "^15.0",
"keboola/datadir-tests": "^5.6",
"keboola/php-temp": "^2.0",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^9.6",
"symfony/process": "^6.4"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -47,6 +47,9 @@
},
"config": {
"sort-packages": true,
"optimize-autoloader": true
"optimize-autoloader": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit 94729e6

Please sign in to comment.