Skip to content

Commit 5350784

Browse files
samailGrahamCampbell
authored andcommitted
Allow Symfony Process 5.0 (#152)
1 parent 47c3813 commit 5350784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"require": {
3535
"php": "^5.6 || ^7.0",
36-
"symfony/process": "^3.4|^4.0"
36+
"symfony/process": "^3.4|^4.0|^5.0"
3737
},
3838
"require-dev": {
3939
"phpunit/phpunit": "^5.7|^6.5|^7.0",

0 commit comments

Comments
 (0)