Skip to content

Commit 3baa93c

Browse files
author
Oliver Klee
authored
[BUGFIX] Remove the roave/security-advisories dependency (#130)
1. This dependency should only be a dev dependency, not a production dependency, so that is kicks in when we update packages. 2. This package is intended to be used only for projects and distributions, not for libraries (like this package).
1 parent 7590bcd commit 3baa93c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434

3535
"phplist/core": "4.0.x-dev",
3636
"friendsofsymfony/rest-bundle": "^2.3",
37-
"sensio/framework-extra-bundle": "5.1.0",
38-
39-
"roave/security-advisories": "dev-master"
37+
"sensio/framework-extra-bundle": "5.1.0"
4038
},
4139
"require-dev": {
4240
"phpunit/phpunit": "^6.5.6",

0 commit comments

Comments
 (0)