Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Thomson authored and Julian Thomson committed May 1, 2023
1 parent 3b61a7d commit 4ba22bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"silverstripe/framework": "^4.11",
"silverstripe/admin": "^1",
"silverstripe/versioned": "^1",
"symfony/yaml": "^3 || ^4"
"symfony/yaml": "^3 || ^4",
"symbiote/silverstripe-queuedjobs": "^4.6"

},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -51,4 +53,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 4ba22bf

Please sign in to comment.