Skip to content

Commit aef1758

Browse files
committed
Added missing installation instructions.
1 parent 32627b1 commit aef1758

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ has a repository to your composer.json file.
1717
],
1818
"require-dev": {
1919
"madewithlove/laravel-debug-console": "*"
20-
}
20+
},
21+
"minimum-stability": "dev",
22+
"prefer-stable": true
2123
```
2224

2325
and then run `composer update`.

0 commit comments

Comments
 (0)