Skip to content

Commit

Permalink
Allow symfony/process 7.x (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaliskan committed Dec 16, 2023
1 parent db8e686 commit 06d88c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php": "^8.0",
"symfony/process": "^5.0|^6.0"
"symfony/process": "^5.0|^6.0|^7.0"
},
"require-dev": {
"pestphp/pest": "^1.22"
Expand All @@ -43,4 +43,4 @@
"pestphp/pest-plugin": true
}
}
}
}

0 comments on commit 06d88c5

Please sign in to comment.