We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7bd91 commit 1afe7aaCopy full SHA for 1afe7aa
1 file changed
README.md
@@ -106,7 +106,7 @@ Options:
106
### List PHP versions that satisfy the given constraint
107
108
```console
109
-$ php-matrix constraint "^7 || ^8"
+$ php-matrix constraint '^7 || ^8'
110
{
111
"constraint": "^7 || ^8",
112
"versions": [
@@ -127,7 +127,7 @@ $ php-matrix constraint "^7 || ^8"
127
```
128
129
130
-$ php-matrix constraint --source=php.net --mode=full "~7.4.29 || ~8.1.29"
+$ php-matrix constraint --source=php.net --mode=full '~7.4.29 || ~8.1.29'
131
132
"constraint": "~7.4.29 || ~8.1.29",
133
0 commit comments