Skip to content

Commit

Permalink
Remove Dev versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
bytes-commerce committed Aug 11, 2023
1 parent f72832c commit d2b5743
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"role": "Developer"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "^8.1",
Expand All @@ -34,7 +34,7 @@
"magento/module-backend": "*",
"friends-of-behat/page-object-extension": "^0.3.2",
"friends-of-behat/suite-settings-extension": "^1.1",
"seec/behat-test-runner": "dev-master",
"seec/behat-test-runner": "^8",
"friends-of-behat/symfony-extension": "^2.0",
"react/promise": "~2.0"
},
Expand All @@ -48,7 +48,7 @@
"symplify/easy-coding-standard": "^11.3",
"symplify/config-transformer": "^12.0",
"phpstan/phpstan-symfony": "^1.3",
"phpstan/phpstan-webmozart-assert": "1.2.x-dev"
"phpstan/phpstan-webmozart-assert": "^1"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit d2b5743

Please sign in to comment.