Skip to content

Commit

Permalink
Fixed wrong dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Nov 9, 2023
1 parent cca4a97 commit 2585a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"symfony/dom-crawler": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/http-client": "^5.4 || ^6.0",
"terminal42/contao-build-tools": "@dev",
"webignition/robots-txt-file": "^3.0"
},
"require-dev": {
"doctrine/dbal": "^3.6",
"fig/log-test": "^1.0",
"symfony/finder": "^5.4|| ^6.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0",
"fig/log-test": "^1.0"
"terminal42/contao-build-tools": "@dev"
},
"config": {
"preferred-install": {
Expand Down

0 comments on commit 2585a08

Please sign in to comment.