Skip to content

Commit

Permalink
Merge pull request #212 from marcovtwout/patch-1
Browse files Browse the repository at this point in the history
Update README.md for PHP 8.č
  • Loading branch information
Naktibalda authored Nov 27, 2024
2 parents 6ce94f8 + e010b6e commit 3d6e8ed
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,21 @@ No PECL extensions is required. The [Go! AOP](http://go.aopphp.com/) library doe

## Requirements

* `PHP 7.4`.
* `Go! AOP 3.0`
* `PHP 8.2+`
* `Go! AOP 4.x`

## Installation

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

(lines with goaop @dev are needed depending on the `minimum-stability` in your composer settings)

```
{
"require-dev": {
"codeception/aspect-mock": "*"
"codeception/aspect-mock": "*",
"goaop/framework": "@dev",
"goaop/parser-reflection": "@dev"
}
}
```
Expand Down

0 comments on commit 3d6e8ed

Please sign in to comment.