Skip to content

Commit ccbffbe

Browse files
committed
fix: align composer metadata with local path development
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent 0c99b15 commit ccbffbe

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"phpunit/phpunit": "^11.0",
3131
"donatj/mock-webserver": "^2.7",
3232
"friendsofphp/php-cs-fixer": "^3.0",
33-
"vimeo/psalm": "^5.0"
33+
"vimeo/psalm": "^6.0"
3434
},
3535
"autoload": {
3636
"psr-4": {
@@ -53,6 +53,11 @@
5353
},
5454
"minimum-stability": "stable",
5555
"prefer-stable": true,
56+
"extra": {
57+
"branch-alias": {
58+
"dev-main": "1.0.x-dev"
59+
}
60+
},
5661
"config": {
5762
"sort-packages": true,
5863
"allow-plugins": {

0 commit comments

Comments
 (0)