Skip to content

Commit

Permalink
Require right dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville committed Mar 5, 2024
1 parent f0e8051 commit 46c2cd0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"require-dev": {
"silverstripe/recipe-testing": "^3",
"squizlabs/php_codesniffer": "^3",
"maxime-rainville/silverstripe-linkfield-tester": "dev-master",
"silverstripe/anyfield": "dev-master"
"maxime-rainville/silverstripe-anyfield-tester": "dev-master"
},
"license": "BSD-3-Clause",
"authors": [
Expand Down Expand Up @@ -44,11 +43,5 @@
"process-timeout": 600
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": {
"silverstripe/linkfield": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-linkfield.git"
}
}
"prefer-stable": true
}

0 comments on commit 46c2cd0

Please sign in to comment.