Skip to content

Commit

Permalink
fixed ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s committed Oct 7, 2024
1 parent 305ca04 commit 52b74f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion bin/composer-json-fix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ $requireDev = [
"mockery/mockery"=>"^1.0",
"phpstan/phpstan"=>"^1.10",
"swoole/ide-helper"=>"^5.0",
"zircote/swagger-php"=>"4.10.6"
"zircote/swagger-php"=>"4.10.6",
"pestphp/pest" => "2.x-dev",
"ergebnis/composer-normalize" => 'dev-main'
];
$autoload = [];
$autoloadFiles = [];
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,17 @@
},
"require-dev": {
"doctrine/dbal": "^4.1",
"ergebnis/composer-normalize": "dev-main",
"fakerphp/faker": "^1.23",
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/devtool": "3.1.*",
"hyperf/ide-helper": "3.1.*",
"hyperf/testing": "3.1.*",
"hyperf/watcher": "3.1.*",
"mockery/mockery": "^1.0",
"pestphp/pest": "~2.4",
"phpstan/phpstan": "^1.10",
"swoole/ide-helper": "^5.0",
"zircote/swagger-php": "4.10.6"
"zircote/swagger-php": "4.10.6",
"pestphp/pest": "2.x-dev"
},
"replace": {
"mineadmin/access": "*",
Expand Down

0 comments on commit 52b74f0

Please sign in to comment.