Skip to content

Commit

Permalink
Composer: upgrade min versions
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Apr 8, 2023
1 parent a83c093 commit a4609fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"nette/utils": "^3.2.9 || ^4.0.0"
},
"require-dev": {
"contributte/guzzlette": "^3.0",
"contributte/tester": "^0.1.0",
"contributte/guzzlette": "^3.3.0",
"contributte/tester": "^0.2.0",
"contributte/qa": "^0.4.0",
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.4.3",
"nette/caching": "^3.2.2",
"nette/di": "^3.1.2",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0"
"phpstan/phpstan": "^1.10.11",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-nette": "^1.2.4",
"phpstan/phpstan-strict-rules": "^1.5.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a4609fc

Please sign in to comment.