Skip to content

Commit

Permalink
Composer: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 4, 2022
1 parent 971f890 commit cb7bcfe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
],
"require": {
"php": ">=7.2",
"nextras/dbal": "^3.1.1"
"nextras/dbal": "^4.0.0"
},
"require-dev": {
"ninjify/qa": "^0.12.",
"ninjify/qa": "^0.13",
"ninjify/nunjuck": "^0.4",
"nette/di": "~3.0.1",
"nextras/orm": "^3.1.0",
"nette/di": "^3.0.1",
"nextras/orm": "^4.0.0",
"mockery/mockery": "^1.3.0",
"phpstan/phpstan": "^0.12.0",
"phpstan/phpstan-strict-rules": "^0.12.0",
"phpstan/phpstan-deprecation-rules": "^0.12.0",
"phpstan/phpstan-nette": "^0.12.0"
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.0.0",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-nette": "^1.0.0"
},
"autoload": {
"psr-4": {
Expand All @@ -39,7 +39,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
"dev-master": "0.5.x-dev"
}
}
}

0 comments on commit cb7bcfe

Please sign in to comment.