We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26958b4 commit 022e091Copy full SHA for 022e091
1 file changed
composer.json
@@ -18,7 +18,7 @@
18
}
19
],
20
"require": {
21
- "moox/core": "5.0.1"
+ "moox/core": "5.0.11"
22
},
23
"autoload": {
24
"psr-4": {
@@ -30,11 +30,14 @@
30
"providers": [
31
"Moox\\Packages\\PackagesServiceProvider"
32
]
33
+ },
34
+ "moox": {
35
+ "stability": "stable"
36
37
38
"prefer-stable": true,
39
"require-dev": {
- "moox/devtools": "5.0.1"
40
+ "moox/devtools": "5.0.11"
41
42
"config": {
43
"allow-plugins": {
0 commit comments