Skip to content

Commit

Permalink
Fix invalid composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
herbertroth committed Jan 23, 2025
1 parent fd47464 commit d0c57c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"prefer-stable": true,
minimum-stability: dev,
minimum-stability: "dev",
"require": {
"php": "~8.3.0 || ~8.4.0",
"pimcore/pimcore": "*",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"prefer-stable": true,
minimum-stability: dev,
minimum-stability: "dev",
"require": {
"php": "~8.3.0 || ~8.4.0",
"pimcore/pimcore": "*",
Expand Down

0 comments on commit d0c57c1

Please sign in to comment.