Issue #3156998 by alexpott, mondrake, jibran: Using @requires extension_name...
Issue #3156998 by alexpott, mondrake, jibran: Using @requires extension_name in PHPUnit unit tests fails if extension is not present
... | ... | @@ -24,7 +24,7 @@ |
"phpunit/phpunit": "^8.4.1", | ||
"phpspec/prophecy": "^1.7", | ||
"symfony/css-selector": "^4.4", | ||
"symfony/phpunit-bridge": "^4.4", | ||
"symfony/phpunit-bridge": "^5.1", | ||
"symfony/error-handler": "^4.4", | ||
"justinrainbow/json-schema": "^5.2", | ||
"symfony/filesystem": "^4.4", | ||
... | ... |
Please register or sign in to comment