Skip to content

Commit

Permalink
Composer: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 13, 2022
1 parent 82319dc commit 9778101
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"require": {
"php": ">=8.0",
"league/oauth2-server": "^8.1.1",
"nette/di": "^3.0.4"
"nette/di": "^3.0.14"
},
"require-dev": {
"contributte/psr7-http-message": "^0.7",
"nette/application": "^3.0.6",
"contributte/psr7-http-message": "^0.9",
"nette/application": "^3.1.8",
"ninjify/nunjuck": "^0.4",
"ninjify/qa": "^0.12",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0"
"ninjify/qa": "^0.13",
"phpstan/phpstan": "^1.9.3",
"phpstan/phpstan-deprecation-rules": "^1.1.0",
"phpstan/phpstan-nette": "^1.1.0",
"phpstan/phpstan-strict-rules": "^1.4.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9778101

Please sign in to comment.