Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78c303f

Browse files
Fix dependencies
1 parent 0784f14 commit 78c303f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"php": ">=5.6",
2929
"ext-json": "*",
3030
"ext-zip" : "*",
31-
"symfony/console": "^2|^3|^4|^5",
32-
"symfony/finder": "^2|^3|^4|^5",
33-
"symfony/yaml": "^2|^3|^4|^5",
31+
"symfony/console": "^3.4|^4|^5",
32+
"symfony/finder": "^3|^4|^5",
33+
"symfony/yaml": "^3.4|^4|^5",
3434
"guzzlehttp/guzzle": "^6.3|^7.0"
3535
},
3636
"require-dev": {
37-
"phpunit/phpunit": "^5|^6|^7|^8|^9"
37+
"phpunit/phpunit": "^6|^7|^8|^9"
3838
},
3939
"bin": ["security-checker"],
4040
"autoload": {

0 commit comments

Comments
 (0)