Skip to content

Commit 8bbe56a

Browse files
authored
Merge pull request #174 from utopia-php/feat-improve-
Feat: Improve domain validator
2 parents e432558 + 8c3469c commit 8bbe56a

4 files changed

Lines changed: 243 additions & 211 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"require-dev": {
3636
"ext-xdebug": "*",
3737
"phpunit/phpunit": "^9.5.25",
38-
"laravel/pint": "^1.2",
3938
"swoole/ide-helper": "4.8.3",
40-
"phpstan/phpstan": "^1.10",
41-
"phpbench/phpbench": "^1.2"
39+
"phpbench/phpbench": "^1.2",
40+
"laravel/pint": "1.*",
41+
"phpstan/phpstan": "1.*"
4242
}
4343
}

0 commit comments

Comments
 (0)