AspectMock icon indicating copy to clipboard operation
AspectMock copied to clipboard

PHP 8.2 compatibility

Open marcovtwout opened this issue 1 year ago • 0 comments

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"
    }
  ]

marcovtwout avatar Jul 09 '24 15:07 marcovtwout