Skip to content

Commit c994ef7

Browse files
committed
🔧 really drop symfony/process 3.4
1 parent 4cad6ae commit c994ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.3|^8.0|^8.1",
14-
"symfony/process": "~3.4 || ~4.0 || ~5.0 || ~6.0",
14+
"symfony/process": "~4.0 || ~5.0 || ~6.0",
1515
"guzzlehttp/guzzle": "^6.3 || ^7.0"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)