Skip to content

Commit

Permalink
Add conflict with leage/csv >= 9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedsch committed Jul 15, 2024
1 parent 887ec38 commit 0ed3166
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
"league/csv": "^9.6"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^9.0",
"symfony/var-dumper": "^v6.4"
},
"conflict": {
"league/csv": ">=9.12"
},
"autoload": {
"psr-4": {"": "src/"}
Expand Down

0 comments on commit 0ed3166

Please sign in to comment.