Skip to content

Commit

Permalink
set restriction to nextras orm 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Dec 14, 2024
1 parent 5509fa8 commit f1b4d68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
"require-dev": {
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0",
"nextras/orm": "~5.0@dev",
"nextras/orm": "~5.0",
"nette/tester": "^2.3.1"
},
"conflict": {
"nextras/orm": "<5.0"
},
"autoload": {
"psr-4": {
"Nextras\\OrmPhpStan\\": "src/"
Expand Down

0 comments on commit f1b4d68

Please sign in to comment.