Skip to content

Commit

Permalink
Drop symfony/* below 5.4 (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinssipenko committed Jun 13, 2022
1 parent 11df4ea commit ce96043
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 124 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -58,10 +58,10 @@
"sanmai/pipeline": "^5.1 || ^6",
"sebastian/diff": "^3.0.2 || ^4.0",
"seld/jsonlint": "^1.7",
"symfony/console": "^3.4.29 || ^4.1.19 || ^5.0 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^3.4.29 || ^4.1.19 || ^5.0 || ^6.0",
"symfony/process": "^3.4.29 || ^4.1.19 || ^5.0 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/process": "^5.4 || ^6.0",
"thecodingmachine/safe": "^2.1.2",
"webmozart/assert": "^1.3"
},
Expand All @@ -80,8 +80,8 @@
"phpstan/phpstan-strict-rules": "^1.1.0",
"phpstan/phpstan-webmozart-assert": "^1.0.2",
"phpunit/phpunit": "^9.5.5",
"symfony/phpunit-bridge": "^4.4.18 || ^5.1.10",
"symfony/yaml": "^5.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0",
"thecodingmachine/phpstan-safe-rule": "^1.2.0"
},
"config": {
Expand Down

0 comments on commit ce96043

Please sign in to comment.