Skip to content

Commit a505ff6

Browse files
committed
wip
1 parent bf5a96c commit a505ff6

1 file changed

Lines changed: 0 additions & 38 deletions

File tree

README.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -73,26 +73,6 @@ $ php-matrix composer --source=php.net --mode=full ./some/path/to/the.json
7373
}
7474
```
7575

76-
```console
77-
$ cat ./composer.json
78-
{"require":{"php":">=7.2 <8.4"}}
79-
$ php-matrix composer --source=offline --mode=minor-only
80-
{
81-
"constraint": ">=7.2 <8.4",
82-
"versions": [
83-
"7.2",
84-
"7.3",
85-
"7.4",
86-
"8.0",
87-
"8.1",
88-
"8.2",
89-
"8.3"
90-
],
91-
"lowest": "7.2",
92-
"highest": "8.3"
93-
}
94-
```
95-
9676
```console
9777
$ php-matrix composer --help
9878
Description:
@@ -166,24 +146,6 @@ $ php-matrix constraint --source=php.net --mode=full "~7.4.29 || ~8.1.29"
166146
}
167147
```
168148

169-
```console
170-
$ php-matrix constraint --source=offline --mode=minor-only ">=7.2 <8.4"
171-
{
172-
"constraint": ">=7.2 <8.4",
173-
"versions": [
174-
"7.2",
175-
"7.3",
176-
"7.4",
177-
"8.0",
178-
"8.1",
179-
"8.2",
180-
"8.3"
181-
],
182-
"lowest": "7.2",
183-
"highest": "8.3"
184-
}
185-
```
186-
187149
```console
188150
$ php-matrix constraint --help
189151
Description:

0 commit comments

Comments
 (0)