Skip to content

Commit 1eb0f6e

Browse files
committed
chore: fix composer dev package versions
1 parent 70d881c commit 1eb0f6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"psr/log": "^1.1"
1616
},
1717
"require-dev": {
18-
"codeigniter/coding-standard": "^1.1",
18+
"codeigniter/coding-standard": "1.2.*",
1919
"fakerphp/faker": "^1.9",
20-
"friendsofphp/php-cs-fixer": "^3.1",
20+
"friendsofphp/php-cs-fixer": "3.2.*",
2121
"mikey179/vfsstream": "^1.6",
2222
"nexusphp/cs-config": "^3.3",
2323
"nexusphp/tachycardia": "^1.0",
24-
"phpstan/phpstan": "^1.0",
24+
"phpstan/phpstan": "1.4.3",
2525
"phpunit/phpunit": "^9.1",
2626
"predis/predis": "^1.1",
2727
"rector/rector": "0.12.10"

0 commit comments

Comments
 (0)