Skip to content

Commit ffc33ca

Browse files
committed
Upgrade Symfony/Process
1 parent b33163b commit ffc33ca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"phpstan/phpstan": "^0.12.88 || ^1.0.0 || ^2.0.0",
126126
"phpstan/phpstan-phpunit": "^1.0 || ^2.0",
127127
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0 || ^10.0",
128-
"symfony/process": "^4.4 || ^5.0",
128+
"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0",
129129
"tecnickcom/tcpdf": "^6.5"
130130
},
131131
"suggest": {

tests/PhpWordTests/SampleTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class SampleTest extends TestCase
2929
protected static $alwaysTrue = true;
3030

3131
/**
32-
*
3332
* @param string $sample
3433
*
3534
* @preserveGlobalState disabled

0 commit comments

Comments
 (0)