Skip to content

Commit

Permalink
Bump dependencies and Pkl CLI version 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Jun 13, 2024
1 parent 026b77d commit a526437
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"require": {
"php": ">=8.2",
"psr/simple-cache": "^3.0",
"symfony/console": "^6.3|^7.0",
"symfony/finder": "^6.3|^7.0",
"symfony/process": "^6.3|^7.0"
"symfony/console": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0"
},
"config": {
"optimize-autoloader": true,
Expand All @@ -43,9 +43,8 @@
"stan": "vendor/bin/phpstan analyse src tests -l 8"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.49",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5.10",
"symfony/var-dumper": "^7.0"
"friendsofphp/php-cs-fixer": "^3.58.1",
"phpstan/phpstan": "^1.11.4",
"phpunit/phpunit": "^10.5.20"
}
}
2 changes: 1 addition & 1 deletion src/Internal/PklDownloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
final class PklDownloader
{
private const PKL_CLI_VERSION = '0.25.2';
private const PKL_CLI_VERSION = '0.25.3';

public function __construct()
{
Expand Down

0 comments on commit a526437

Please sign in to comment.