Skip to content

Commit

Permalink
Merge pull request #62 from WyriHaximus/update-all-packages-to-latest…
Browse files Browse the repository at this point in the history
…-versions

Update all packages to latest versions
  • Loading branch information
WyriHaximus authored Dec 26, 2021
2 parents ea9508a + 890dfce commit bcecd54
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 119 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
}
],
"require": {
"ergebnis/phpstan-rules": "^0.15.3",
"jangregor/phpstan-prophecy": "^0.8.1",
"pepakriz/phpstan-exception-rules": "^0.11.7",
"phpstan/phpstan-deprecation-rules": "^0.12.6",
"phpstan/phpstan-php-parser": "^0.12.3",
"phpstan/phpstan-phpunit": "^0.12.22",
"phpstan/phpstan-strict-rules": "^0.12.11",
"thecodingmachine/phpstan-safe-rule": "^1.0",
"thecodingmachine/phpstan-strict-rules": "^0.12.2"
"ergebnis/phpstan-rules": "^1.0",
"jangregor/phpstan-prophecy": "^1.0",
"pepakriz/phpstan-exception-rules": "^0.12.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-php-parser": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"thecodingmachine/phpstan-safe-rule": "^1.1",
"thecodingmachine/phpstan-strict-rules": "^1.0"
},
"config": {
"sort-packages": true
Expand Down
Loading

0 comments on commit bcecd54

Please sign in to comment.