Skip to content

Commit

Permalink
Update support for Symfony Process 6
Browse files Browse the repository at this point in the history
  • Loading branch information
insign committed May 20, 2024
1 parent d4ec52d commit beb9dc8
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 279 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require" : {
"php" : ">=8.0",
"ext-json" : "*",
"symfony/process" : "^v6.0.2",
"symfony/process" : "^7",
"spatie/once" : "^3.0.1"
},
"autoload" : {
Expand Down Expand Up @@ -44,7 +44,7 @@
"minimum-stability" : "dev",
"prefer-stable" : true,
"require-dev" : {
"phpunit/phpunit" : "^10",
"phpunit/phpunit" : "^11",
"enlightn/security-checker": "^1.9"
}
}
Loading

0 comments on commit beb9dc8

Please sign in to comment.