mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-26 12:24:59 +01:00
Add infection
This commit is contained in:
parent
48237a5419
commit
2abda43168
@ -14,13 +14,13 @@
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Alexander Pankratov",
|
||||
"email": "alexander@i-c-a.su"
|
||||
},
|
||||
{
|
||||
"name": "Daniil Gentili",
|
||||
"email": "daniil@daniil.it"
|
||||
},
|
||||
{
|
||||
"name": "Alexander Pankratov",
|
||||
"email": "alexander@i-c-a.su"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
@ -35,14 +35,16 @@
|
||||
"phpunit/phpunit": "^11.0.6",
|
||||
"amphp/php-cs-fixer-config": "^2.0.1",
|
||||
"friendsofphp/php-cs-fixer": "^3.51",
|
||||
"amphp/process": "^2.0"
|
||||
"amphp/process": "^2.0",
|
||||
"infection/infection": "^0.28.1"
|
||||
},
|
||||
"scripts": {
|
||||
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php -d pcre.jit=0 vendor/bin/php-cs-fixer fix -v"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": true
|
||||
"dealerdirect/phpcodesniffer-composer-installer": true,
|
||||
"infection/extension-installer": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user