feat(phpunit): require dev

This commit is contained in:
Jérémy Dufraisse 2023-03-19 12:49:08 +01:00
parent 3864308e2f
commit 810310c36a
2 changed files with 1742 additions and 5 deletions

View File

@ -36,7 +36,7 @@
]
},
"archive": {
"exclude": ["node_modules","/archives","/*.zip","/*.gz","/*.bz2"]
"exclude": ["node_modules","/archives","/*.zip","/*.gz","/*.bz2","vendor/seacms/*/tests/","vendor/picocms/plugins/*/tests/"]
},
"repositories": {
"picocms/pico": {
@ -67,5 +67,8 @@
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/seacms-theme"
}
},
"require-dev": {
"phpunit/phpunit": "^9.6"
}
}

1742
composer.lock generated

File diff suppressed because it is too large Load Diff