Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Apr 22, 2021
1 parent fdf154a commit 5a6ca67
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Expand Up @@ -11,4 +11,16 @@
# @link https://github.com/JBZoo/Codestyle
#

/.phan export-ignore
/build export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.phpqa.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/Makefile export-ignore

* text eol=lf
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -17,7 +17,7 @@
"php" : ">=7.2",

"psalm/phar" : ">=4.7.0",
"phpstan/phpstan" : ">=0.12.83",
"phpstan/phpstan" : ">=0.12.84",
"phpstan/phpstan-strict-rules" : ">=0.12.9",
"nette/neon" : ">=3.2.2",
"povils/phpmnd" : ">=2.4.0",
Expand All @@ -33,11 +33,11 @@

"require-dev" : {
"phpbench/phpbench" : "^0.17.1",
"jbzoo/phpunit" : "^4.6.2",
"jbzoo/utils" : "^4.2.3",
"jbzoo/composer-graph" : "^1.0.4",
"jbzoo/composer-diff" : "^1.1.2",
"jbzoo/toolbox-ci" : "^1.3.5"
"jbzoo/phpunit" : "^4.8.0",
"jbzoo/utils" : "^4.3.0",
"jbzoo/composer-graph" : "^1.2.0",
"jbzoo/composer-diff" : "^1.4.0",
"jbzoo/toolbox-ci" : "^1.4.0"
},

"autoload" : {
Expand Down

0 comments on commit 5a6ca67

Please sign in to comment.