Skip to content

Commit

Permalink
Add prefer-stable to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Feb 23, 2024
1 parent d8c53b8 commit c7b0a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.2",
"ext-intl": "*",
Expand Down Expand Up @@ -60,4 +61,4 @@
"@php vendor/bin/phpunit"
]
}
}
}

0 comments on commit c7b0a31

Please sign in to comment.