Skip to content

Commit

Permalink
Loosen security checker constraint
Browse files Browse the repository at this point in the history
Changing to v6 will affect the minimum PHP version required (from 5.6 to 7.1)
  • Loading branch information
lhalaa committed Apr 1, 2020
1 parent b51e5e0 commit d30299f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": ">=5.6.0",
"silverstripe/framework": "^4",
"sensiolabs/security-checker": "^6",
"sensiolabs/security-checker": "^5 || ^6",
"symbiote/silverstripe-queuedjobs": "^4"
},
"require-dev": {
Expand Down

0 comments on commit d30299f

Please sign in to comment.