Skip to content

Commit 16e54fb

Browse files
GrahamCampbellsebastianbergmann
authored andcommitted
Allow symfony/process 5
1 parent 2ce6675 commit 16e54fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^7.5 || ^8.0",
22-
"symfony/process": "^2 || ^3.3 || ^4"
22+
"symfony/process": "^2 || ^3.3 || ^4 || ^5"
2323
},
2424
"autoload": {
2525
"classmap": [

0 commit comments

Comments
 (0)