Skip to content

Commit ca2f05b

Browse files
committed
composer fixes
1 parent ad5b9d2 commit ca2f05b

File tree

2 files changed

+58
-76
lines changed

2 files changed

+58
-76
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "carsonbot/carsonbot",
3+
"description": "The Carson Issue Butler",
34
"type": "project",
45
"license": "MIT",
56
"require": {
@@ -70,5 +71,6 @@
7071
"assets:install %PUBLIC_DIR%": "symfony-cmd"
7172
}
7273
},
73-
"minimum-stability": "RC"
74+
"minimum-stability": "RC",
75+
"prefer-stable": true
7476
}

composer.lock

Lines changed: 55 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)