Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
composer: uses Nette 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 4, 2021
1 parent 2353f86 commit e7f72ca
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
}
],
"require": {
"php": ">=7.4",
"nette/application": "^3.1",
"nette/bootstrap": "^3.1",
"nette/caching": "^3.1",
"nette/database": "^3.1",
"nette/di": "^3.0",
"nette/finder": "^2.5",
"nette/forms": "^3.1",
"nette/http": "^3.1",
"nette/mail": "^3.1",
"nette/robot-loader": "^3.3",
"nette/safe-stream": "^2.4",
"nette/security": "^3.1",
"nette/utils": "^3.2",
"latte/latte": "^2.9",
"php": ">=8.0",
"nette/application": "^4.0",
"nette/bootstrap": "^4.0",
"nette/caching": "^4.0",
"nette/database": "^4.0",
"nette/di": "^4.0",
"nette/finder": "^3.0",
"nette/forms": "^4.0",
"nette/http": "^4.0",
"nette/mail": "^4.0",
"nette/robot-loader": "^4.0",
"nette/safe-stream": "^3.0",
"nette/security": "^4.0",
"nette/utils": "^4.0",
"latte/latte": "^2.10",
"tracy/tracy": "^2.8"
},
"require-dev": {
"dg/adminer-custom": "^1.25",
"nette/tester": "^2.3",
"nette/tester": "^2.4",
"phpstan/phpstan-nette": "^0.12",
"symfony/thanks": "^1"
},
Expand All @@ -43,7 +43,7 @@
"App\\": "app"
}
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"scripts": {
"phpstan": "phpstan analyse"
}
Expand Down

0 comments on commit e7f72ca

Please sign in to comment.