Skip to content

Commit 1afe7aa

Browse files
committed
wip
1 parent ec7bd91 commit 1afe7aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Options:
106106
### List PHP versions that satisfy the given constraint
107107

108108
```console
109-
$ php-matrix constraint "^7 || ^8"
109+
$ php-matrix constraint '^7 || ^8'
110110
{
111111
"constraint": "^7 || ^8",
112112
"versions": [
@@ -127,7 +127,7 @@ $ php-matrix constraint "^7 || ^8"
127127
```
128128

129129
```console
130-
$ php-matrix constraint --source=php.net --mode=full "~7.4.29 || ~8.1.29"
130+
$ php-matrix constraint --source=php.net --mode=full '~7.4.29 || ~8.1.29'
131131
{
132132
"constraint": "~7.4.29 || ~8.1.29",
133133
"versions": [

0 commit comments

Comments
 (0)