Skip to content

Commit 800fa6c

Browse files
committed
Fix dependencies version
1 parent 76b5a85 commit 800fa6c

2 files changed

Lines changed: 287 additions & 270 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
},
3535
"require-dev": {
3636
"phpunit/phpunit": "^9.5.25",
37-
"laravel/pint": "^1.2",
37+
"laravel/pint": "1.*",
3838
"swoole/ide-helper": "4.8.3",
39-
"phpstan/phpstan": "^1.10",
39+
"phpstan/phpstan": "1.*",
4040
"phpbench/phpbench": "^1.2"
4141
}
4242
}

0 commit comments

Comments
 (0)