Skip to content

Commit 964957a

Browse files
committed
Remove security advisories from required packages
1 parent 57f8fcb commit 964957a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212
],
1313
"require": {
1414
"php": "^7.0",
15-
"symfony/dependency-injection": "^3.2|^4.0",
16-
"roave/security-advisories": "dev-master"
15+
"symfony/dependency-injection": "^3.2|^4.0"
1716
},
1817
"require-dev": {
1918
"jakub-onderka/php-parallel-lint": "^0.9.2",
20-
"lookyman/coding-standard": "^0.0.5",
2119
"phpstan/phpstan": "^0.9.0",
2220
"phpunit/phpunit": "^6.4",
23-
"phpstan/phpstan-phpunit": "^0.9.0"
21+
"phpstan/phpstan-phpunit": "^0.9.0",
22+
"lookyman/coding-standard": "^0.0.6"
2423
},
2524
"autoload": {
2625
"psr-4": {

0 commit comments

Comments
 (0)