Skip to content

Commit

Permalink
Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 3, 2020
1 parent f488268 commit ca6e895
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,19 @@
"php": ">= 7.1.3"
},
"require-dev": {
"drupol/php-conventions": "^1.7.2 || ^1.8.11",
"drupol/php-conventions": "^1.7.2 || ^1.8.14",
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
"infection/infection": "^0.13.6 || ^0.15.3",
"phpspec/phpspec": "^5.1.2 || ^6.2.1",
"phpstan/phpstan-strict-rules": "^0.12",
"psr/cache": "^1.0",
"symfony/cache": "^4.4 || ^5.1",
"symfony/polyfill-mbstring": "^1.18",
"vimeo/psalm": "^3.13.1"
},
"suggest": {
"symfony/polyfill-mbstring": "Use it if you do not have the PHP mbstring extension."
},
"config": {
"sort-packages": true
},
Expand Down

0 comments on commit ca6e895

Please sign in to comment.