Skip to content

Commit

Permalink
Support symfony/process 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mawalu committed Jun 22, 2022
1 parent b43b255 commit defc41a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,257 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
.idea
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Sandbox console commands using bubblewrap",
"type": "library",
"require": {
"symfony/process": "^4.0|^5.0"
"symfony/process": "^4.0|^5.0|^6.0"
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit defc41a

Please sign in to comment.