Skip to content

Commit 3d6e8ed

Browse files
authored
Merge pull request #212 from marcovtwout/patch-1
Update README.md for PHP 8.č
2 parents 6ce94f8 + e010b6e commit 3d6e8ed

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,21 @@ No PECL extensions is required. The [Go! AOP](http://go.aopphp.com/) library doe
148148

149149
## Requirements
150150

151-
* `PHP 7.4`.
152-
* `Go! AOP 3.0`
151+
* `PHP 8.2+`
152+
* `Go! AOP 4.x`
153153

154154
## Installation
155155

156156
### 1. Add aspect-mock to your composer.json.
157157

158+
(lines with goaop @dev are needed depending on the `minimum-stability` in your composer settings)
159+
158160
```
159161
{
160162
"require-dev": {
161-
"codeception/aspect-mock": "*"
163+
"codeception/aspect-mock": "*",
164+
"goaop/framework": "@dev",
165+
"goaop/parser-reflection": "@dev"
162166
}
163167
}
164168
```

0 commit comments

Comments
 (0)