Skip to content

Commit 4486690

Browse files
committed
Refactor to latest deps
1 parent 1518acd commit 4486690

12 files changed

Lines changed: 307 additions & 1593 deletions

File tree

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
]
3131
},
3232
"scripts": {
33-
"test": "pest",
33+
"test": "phpunit",
3434
"check": "composer iphp-cs-fixer check",
3535
"fix": "php-cs-fixer fix",
3636
"phpstan": "phpstan analyse -c phpstan.neon --memory-limit 1G",
@@ -47,16 +47,13 @@
4747
},
4848
"require-dev": {
4949
"friendsofphp/php-cs-fixer": "^3.68",
50-
"pestphp/pest": "^3.3",
51-
"phpstan/phpstan": "^1.4",
52-
"phpunit/php-code-coverage": "^11.0",
53-
"phpunit/phpunit": "^11.4"
50+
"phpunit/php-code-coverage": "^12.0",
51+
"phpunit/phpunit": "^12.5"
5452
},
5553
"config": {
5654
"sort-packages": true,
5755
"process-timeout": 0,
5856
"allow-plugins": {
59-
"pestphp/pest-plugin": true,
6057
"dealerdirect/phpcodesniffer-composer-installer": true
6158
}
6259
}

0 commit comments

Comments
 (0)