AspectMock
AspectMock copied to clipboard
PHP 8.2 compatibility
Preliminary support for PHP 8.2 by using development versions of goaop/framework and goaop/parser-reflection.
If you want to test this out right now in your project, use the following in composer.json:
"require-dev": {
"codeception/aspect-mock": "dev-php8-compatibility",
"goaop/framework": "@dev",
"goaop/parser-reflection": "@dev",
},
(..)
"repositories": [
{
"type": "vcs",
"url": "https://github.com/marcovtwout/codeception-aspect-mock.git"
}
]