Skip to content

Commit

Permalink
Release v2.0-stable (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s authored May 30, 2024
1 parent 2dc732e commit 6eb6784
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"license": "Apache-2.0",
"require": {
"mineadmin/app-store": "^2.0.x-dev",
"xmo/jwt-auth": "^2.0-RC",
"xmo/mine-core": "^2.0-RC",
"xmo/mine-generator": "^2.0-RC",
"xmo/mine-helpers": "^2.0-RC",
"xmo/mine-office": "^2.0-RC",
"xmo/mine-service": "^2.0-RC",
"xmo/mine-translatable": "^2.0-RC"
"xmo/jwt-auth": "^2.0-stable",
"xmo/mine-core": "^2.0-stable",
"xmo/mine-generator": "^2.0-stable",
"xmo/mine-helpers": "^2.0-stable",
"xmo/mine-office": "^2.0-stable",
"xmo/mine-service": "^2.0-stable",
"xmo/mine-translatable": "^2.0-stable"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'component_type' => 1,
'options' => [],
]);
});
})->skip(version_compare(swoole_version(),'6.0','>'),'swoole version must be less than 6.0');

test('generator code test', function () {
if (env('DB_DRIVER') !== 'mysql') {
Expand Down

0 comments on commit 6eb6784

Please sign in to comment.