Skip to content

Commit 022e091

Browse files
committed
wip composer
1 parent 26958b4 commit 022e091

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"moox/core": "5.0.1"
21+
"moox/core": "5.0.11"
2222
},
2323
"autoload": {
2424
"psr-4": {
@@ -30,11 +30,14 @@
3030
"providers": [
3131
"Moox\\Packages\\PackagesServiceProvider"
3232
]
33+
},
34+
"moox": {
35+
"stability": "stable"
3336
}
3437
},
3538
"prefer-stable": true,
3639
"require-dev": {
37-
"moox/devtools": "5.0.1"
40+
"moox/devtools": "5.0.11"
3841
},
3942
"config": {
4043
"allow-plugins": {

0 commit comments

Comments
 (0)