Skip to content

Commit f1b4d68

Browse files
committed
set restriction to nextras orm 5.0
1 parent 5509fa8 commit f1b4d68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@
1616
"require-dev": {
1717
"phpstan/extension-installer": "^1.1",
1818
"phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0",
19-
"nextras/orm": "~5.0@dev",
19+
"nextras/orm": "~5.0",
2020
"nette/tester": "^2.3.1"
2121
},
22+
"conflict": {
23+
"nextras/orm": "<5.0"
24+
},
2225
"autoload": {
2326
"psr-4": {
2427
"Nextras\\OrmPhpStan\\": "src/"

0 commit comments

Comments
 (0)