Skip to content

Commit

Permalink
Adding support for Nette 3
Browse files Browse the repository at this point in the history
The support was only limited by Composer, functionality
should be working. Once tested, the release version
will be tagged.
  • Loading branch information
rootpd committed Mar 24, 2020
1 parent 997eb89 commit 90905a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"php": "^7.1",
"sentry/sdk": "^2.1",
"tracy/tracy": "~2.4",
"nette/di": "^2.4",
"nette/security": "^2.4",
"nette/http": "^2.4"
"nette/di": "^2.4 || ^3.0",
"nette/security": "^2.4 || ^3.0",
"nette/http": "^2.4 || ^3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "~3.5"
Expand Down

0 comments on commit 90905a5

Please sign in to comment.