File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments