-
- Downloads
New upstream version 2.4.0
Showing
- .github/workflows/tests.yml 1 addition, 0 deletions.github/workflows/tests.yml
- composer.json 2 additions, 2 deletionscomposer.json
- tests/MockDelegateFunctionBuilderTest.php 6 additions, 1 deletiontests/MockDelegateFunctionBuilderTest.php
- tests/MockDelegateFunctionTest.php 26 additions, 6 deletionstests/MockDelegateFunctionTest.php
... | ... | @@ -23,10 +23,10 @@ |
"require": { | ||
"php": ">=5.6", | ||
"php-mock/php-mock": "^2.5", | ||
"phpunit/php-text-template": "^1 || ^2 || ^3 || ^4" | ||
"phpunit/php-text-template": "^1 || ^2 || ^3 || ^4 || ^5" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11" | ||
"phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12" | ||
}, | ||
"archive": { | ||
"exclude": ["/tests"] | ||
... | ... |
Please register or sign in to comment