Skip to content

Commit 56be4e9

Browse files
committed
- Updated PHPUnit.
1 parent ee3a0d9 commit 56be4e9

2 files changed

Lines changed: 416 additions & 481 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^3.59",
2424
"fyre/php-cs-fixer-config": "^1.0",
25-
"phpunit/phpunit": "^11"
25+
"phpunit/phpunit": "^12"
2626
},
2727
"scripts": {
28-
"cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff",
29-
"cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
28+
"cs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --ansi --verbose --dry-run --diff",
29+
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --ansi --verbose --diff",
3030
"test": "phpunit tests"
3131
}
3232
}

0 commit comments

Comments
 (0)