Skip to content

Commit

Permalink
updated composer files
Browse files Browse the repository at this point in the history
  • Loading branch information
alextartan committed Feb 12, 2019
1 parent d305807 commit 202142f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.0.2",
"php-coveralls/php-coveralls": "^2.1",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"squizlabs/php_codesniffer": "^3.4"
"phpunit/phpunit": "~8.0.2",
"php-coveralls/php-coveralls": "~2.1",
"phpstan/phpstan": "~0.11",
"phpstan/phpstan-strict-rules": "~0.11",
"phpstan/phpstan-phpunit": "~0.11",
"squizlabs/php_codesniffer": "~3.4"
},
"autoload-dev": {
"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 202142f

Please sign in to comment.