Skip to content

Commit 1031a11

Browse files
committed
Fix detecting of legacy plugins
1 parent db5bd33 commit 1031a11

File tree

3 files changed

+321
-258
lines changed

3 files changed

+321
-258
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"dnoegel/php-xdg-base-dir": "~0.1",
1515
"shopwarelabs/plugin-info": "dev-master",
1616
"ramsey/array_column": "~1.1",
17-
"fzaninotto/faker": "^1.7",
18-
"guzzlehttp/guzzle": "^6.2.3",
17+
"fzaninotto/faker": "^1.9.1",
18+
"guzzlehttp/guzzle": "^6.5.2",
1919
"php-http/guzzle6-adapter": "^1.0",
2020
"piwik/ini": "^1.0",
21-
"padraic/phar-updater": "^1.0"
21+
"padraic/phar-updater": "^1.0.6"
2222
},
2323
"require-dev": {
2424
"ext-phar": "*",
25-
"phpunit/phpunit": "^4.8.35",
25+
"phpunit/phpunit": "^4.8.36",
2626
"friendsofphp/php-cs-fixer": "^2.2.20"
2727
},
2828
"scripts": {

0 commit comments

Comments
 (0)