Skip to content

Commit 2ed6b2c

Browse files
committed
wip composer
1 parent b8e4bed commit 2ed6b2c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
}
1818
],
1919
"require": {
20-
"moox/core": "5.0.1",
20+
"moox/core": "5.0.11",
2121
"spatie/laravel-activitylog": "^4.0"
2222
},
2323
"require-dev": {
24-
"moox/devtools": "5.0.1"
24+
"moox/devtools": "5.0.11"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -33,6 +33,9 @@
3333
"providers": [
3434
"Moox\\Audit\\AuditServiceProvider"
3535
]
36+
},
37+
"moox": {
38+
"stability": "stable"
3639
}
3740
},
3841
"prefer-stable": true

0 commit comments

Comments
 (0)