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

12 lines
320 B
JSON
Raw Normal View History

2017-12-07 15:09:03 -05:00
{
2020-01-20 00:36:42 -05:00
"require-dev": {
"phpunit/phpunit": "^9.0",
2021-02-25 14:49:17 -05:00
"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",
2023-11-09 22:15:11 -05:00
"eloquent/phony-phpunit": "^6.0 || ^7.0",
"phake/phake": "^4.4 | ^3.1.9"
2017-12-07 15:09:03 -05:00
}
}