We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce94f8 commit 1562c0eCopy full SHA for 1562c0e
README.md
@@ -148,17 +148,21 @@ No PECL extensions is required. The [Go! AOP](http://go.aopphp.com/) library doe
148
149
## Requirements
150
151
-* `PHP 7.4`.
152
-* `Go! AOP 3.0`
+* `PHP 8`
+* `Go! AOP 4.x`
153
154
## Installation
155
156
### 1. Add aspect-mock to your composer.json.
157
158
+(lines with goaop @dev are needed depending on the `minimum-stability` in your composer settings)
159
+
160
```
161
{
162
"require-dev": {
- "codeception/aspect-mock": "*"
163
+ "codeception/aspect-mock": "*",
164
+ "goaop/framework": "@dev",
165
+ "goaop/parser-reflection": "@dev"
166
}
167
168
0 commit comments