Skip to content

Commit

Permalink
Update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Apr 5, 2024
1 parent 99bf7a2 commit d09d111
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion castor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#[AsContext(default: true)]
function context(): Context {
return new Context(pty: PHP_OS_FAMILY != "Windows", data: ["package" => json_decode(file_get_contents("composer.json"))]);
return new Context(["package" => json_decode(file_get_contents("composer.json"))]);
}

#[AsTask(description: "Deletes all generated files")]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"require-dev": {
"phpstan/phpstan": "^1.10.66",
"phpunit/phpunit": "^11.0.9"
"phpunit/phpunit": "^11.1.0"
},
"scripts": {
"test": "phpunit --configuration=etc/phpunit.xml"
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d09d111

Please sign in to comment.