Skip to content

Commit 3befc55

Browse files
committed
Update compatibility table
Also removed support for phpspec v6.0, since it doesn't work with PHP 8.1 or higher.
1 parent aac93a9 commit 3befc55

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ expect(file_exists('dummy.txt'))->toBe(true);
2121

2222
## Compatibility
2323

24-
| phpspec-expect | PHP | phpspec |
25-
|----------------|----------|----------------------------|
26-
| 2.x | `>=5.6` | `^3.0` |
27-
| 3.0.x | `>=7.0` | `^4.0` |
28-
| 3.1.x | `^7.1` | `^5.0 \|\| ^6.0` |
29-
| 4.x | `>=7.3` | `^6.0 \|\| ^7.0` |
24+
| phpspec-expect | PHP | phpspec |
25+
|----------------|---------|------------------|
26+
| 3.0.x | `>=7.0` | `^4.0` |
27+
| 3.1.x | `^7.1` | `^5.0 \|\| ^6.0` |
28+
| 4.0.x | `>=7.3` | `^6.0 \|\| ^7.0` |
29+
| 4.1.x | `>=8.1` | `^7.0 \|\| ^8.0` |
3030

3131
## Authors
3232

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"require": {
2626
"php": ">=8.1",
27-
"phpspec/phpspec": "^6.0 || ^7.0 || ^8.0"
27+
"phpspec/phpspec": "^7.0 || ^8.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",

0 commit comments

Comments
 (0)