Skip to content

Commit 69119a4

Browse files
committed
Updated package description and minimum stability in composer.json
1 parent 05c2212 commit 69119a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fraction/fraction",
3-
"description": "A small Laravel package that simplifies your experience with the Action Pattern.",
3+
"description": "New way to interact with the Laravel action patterns.",
44
"type": "library",
55
"license": "MIT",
66
"autoload": {
@@ -67,7 +67,7 @@
6767
"./vendor/bin/pest --parallel --coverage --min=85"
6868
]
6969
},
70-
"minimum-stability": "stable",
70+
"minimum-stability": "dev",
7171
"prefer-stable": true,
7272
"config": {
7373
"allow-plugins": {

0 commit comments

Comments
 (0)