1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-18 17:10:33 +00:00
Arsse/vendor-bin/phpunit/composer.json

11 lines
288 B
JSON
Raw Normal View History

2017-12-07 15:09:03 -05:00
{
2020-01-20 00:36:42 -05:00
"require-dev": {
2021-02-25 14:49:17 -05:00
"phpunit/phpunit": "^8.0 || ^9.0",
"dms/phpunit-arraysubset-asserts": "^0.1 || ^0.2",
2018-11-06 12:32:28 -05:00
"clue/arguments": "^2.0",
2019-06-21 10:30:36 -04:00
"mikey179/vfsstream": "^1.6",
2021-02-27 15:24:02 -05:00
"webmozart/glob": "^4.1",
"eloquent/phony-phpunit": "^6.0 || ^7.0"
2017-12-07 15:09:03 -05:00
}
}