Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Aug 27, 2021
1 parent 161bda7 commit a46f9cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ docs/_site
composer.lock
.idea
.php_cs.cache
.php-cs-fixer.cache
.phpunit.result.cache
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"league/uri-interfaces": "^2.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.19",
"friendsofphp/php-cs-fixer": "^2.19 || ^3.0",
"phpunit/phpunit" : "^8.0 || ^9.0",
"phpstan/phpstan": "^0.12.90",
"phpstan/phpstan-strict-rules": "^0.12.9",
"phpstan/phpstan-phpunit": "^0.12.20",
"phpstan/phpstan-strict-rules": "^0.12.11",
"phpstan/phpstan-phpunit": "^0.12.22",
"psr/http-factory": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit a46f9cc

Please sign in to comment.