Skip to content

Commit 3795602

Browse files
committed
Merge branch 'develop'
* develop: add minimum stability to allow to install dev-master when using php 8.4
2 parents a67bf5a + 574f235 commit 3795602

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
},
1717
"require": {
1818
"vimeo/psalm": "~5.13|dev-master"
19-
}
19+
},
20+
"minimum-stability": "dev"
2021
}

0 commit comments

Comments
 (0)