Skip to content

Commit

Permalink
Update lowest allowed dependencies for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Aug 2, 2021
1 parent 52c4037 commit f1b958e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
"php": "^7.2|^8.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"doctrine/coding-standard": "^8.2",
"squizlabs/php_codesniffer": "^3.6.0",
"doctrine/coding-standard": "^8.2.1",
"bovigo/callmap": "^6.2.1",
"bovigo/assert": "^6.1",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^0.12.63",
"phpstan/phpstan-phpunit": "^0.12.17",
"phpstan/phpstan-deprecation-rules": "^0.12.6"
"bovigo/assert": "^6.2",
"phpunit/phpunit": "^9.5.8",
"phpstan/phpstan": "^0.12.94",
"phpstan/phpstan-phpunit": "^0.12.21",
"phpstan/phpstan-deprecation-rules": "^0.12.6",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1b958e

Please sign in to comment.