Skip to content

Commit

Permalink
chore: Update composer.json, remove obsolete dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 9, 2021
1 parent 3543001 commit d8a8d50
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions composer.json
Expand Up @@ -26,20 +26,13 @@
"amphp/parallel-functions": "^1",
"doctrine/collections": "^1.6",
"drupol/php-conventions": "^5",
"friends-of-phpspec/phpspec-code-coverage": "^6",
"guzzlehttp/guzzle": "^7.3",
"halaxa/json-machine": "^0.7.0",
"infection/infection": "^0.22.0 || ^0.23.0",
"infection/phpspec-adapter": "^0.1.1",
"friends-of-phpspec/phpspec-code-coverage": "^6.1",
"infection/infection": "^0.23.0",
"infection/phpspec-adapter": "^0.1.2",
"phpspec/phpspec": "^7.1",
"phpstan/phpstan-strict-rules": "^0.12",
"psr/cache": "^1.0",
"symfony/cache": "^5",
"symfony/http-client": "^5.2",
"symfony/polyfill-mbstring": "^1.18"
},
"suggest": {
"symfony/polyfill-mbstring": "Use it if you do not have the PHP mbstring extension."
"symfony/cache": "^5"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit d8a8d50

Please sign in to comment.