Skip to content

Commit

Permalink
Bump minimal dependencies versions to support PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 28, 2021
1 parent 47b9e52 commit 333d684
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ updates:
- dependency-name: "latte/latte"
- dependency-name: "nepada/template-factory"
- dependency-name: "nette/http"
- dependency-name: "nette/application"
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"php": ">=7.4.0",
"nette/utils": "^3.1.3@dev",
"texy/texy": "^3.1.3@dev"
"nette/utils": "^3.2.5@dev",
"texy/texy": "^3.1.5@dev"
},
"require-dev": {
"nette/tester": "2.4.1",
Expand All @@ -30,10 +30,11 @@
"php-parallel-lint/php-parallel-lint": "1.3.1",
"nepada/coding-standard": "7.4.0",
"nette/bootstrap": "^3.0@dev",
"nette/di": "^3.0.5@dev",
"nette/di": "^3.0.9@dev",
"latte/latte": "^2.7@dev",
"nepada/template-factory": "2.2.0@dev",
"nette/http": "^3.0@dev"
"nette/http": "^3.0@dev",
"nette/application": "^3.1.4@dev"
},
"suggest": {
"nette/di": "for integration with Nette DI container",
Expand Down

0 comments on commit 333d684

Please sign in to comment.