Skip to content

Commit 532f136

Browse files
committed
wip version
1 parent 2bb7c60 commit 532f136

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "moox/core",
3-
"version": "dev-main",
43
"description": "The Moox Core package cares for many common features. It is required by all Moox packages.",
54
"keywords": [
65
"Laravel",
@@ -21,15 +20,15 @@
2120
"codeat3/blade-google-material-design-icons": "^1.0",
2221
"filament/filament": "^5.0",
2322
"laravel/framework": "^11.0|^12.0",
24-
"moox/clipboard": "5.0.11",
25-
"moox/progress": "5.0.11",
26-
"moox/prompts": "5.0.11",
27-
"moox/localization": "5.0.11",
23+
"moox/clipboard": "5.0.12",
24+
"moox/progress": "5.0.12",
25+
"moox/prompts": "5.0.12",
26+
"moox/localization": "5.0.12",
2827
"php": "^8.2.0",
2928
"spatie/laravel-package-tools": "^1.13.0"
3029
},
3130
"require-dev": {
32-
"moox/devtools": "5.0.11"
31+
"moox/devtools": "5.0.12"
3332
},
3433
"autoload": {
3534
"psr-4": {

0 commit comments

Comments
 (0)