Skip to content

Commit

Permalink
REFACTOR require silverstripe/linkfield ^4 (#28)
Browse files Browse the repository at this point in the history
* require dev elemental - allows tests to pass, was failing due to Linkfield tests

* require recipe tests
  • Loading branch information
jsirish authored Aug 12, 2024
1 parent b5cd0c2 commit de7d221
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
],
"require": {
"jonom/focuspoint": "^5",
"silverstripe/linkfield":"^3.0",
"silverstripe/linkfield":"^4.0",
"silverstripe/recipe-cms": "^5.0",
"symbiote/silverstripe-gridfieldextensions": "^4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"dnadesign/silverstripe-elemental": "^5",
"silverstripe/recipe-testing": "^3",
"squizlabs/php_codesniffer": "^3.7"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit de7d221

Please sign in to comment.