Skip to content

Commit 530f933

Browse files
authored
Merge pull request #112 from mrrobot47/docs/sync-php-versions-readme
docs: regenerate README for current PHP version support
2 parents bfe3c87 + 229ad48 commit 530f933

1 file changed

Lines changed: 44 additions & 8 deletions

File tree

README.md

Lines changed: 44 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,21 @@ ee site create --type=php <site-name> [--cache] [--admin-email=<admin-email>] [
3737
Create separate db container instead of using global db.
3838

3939
[--php=<php-version>]
40-
PHP version for site. Currently only supports PHP 5.6 and latest.
40+
PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5, and latest.
4141
---
42-
default: latest
42+
default: 8.4
4343
options:
4444
- 5.6
45+
- 7.0
4546
- 7.2
47+
- 7.3
48+
- 7.4
49+
- 8.0
50+
- 8.1
51+
- 8.2
52+
- 8.3
53+
- 8.4
54+
- 8.5
4655
- latest
4756
---
4857

@@ -177,12 +186,21 @@ ee site info --type=php <site-name> [--cache] [--admin-email=<admin-email>] [--
177186
Create separate db container instead of using global db.
178187

179188
[--php=<php-version>]
180-
PHP version for site. Currently only supports PHP 5.6 and latest.
189+
PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5, and latest.
181190
---
182-
default: latest
191+
default: 8.4
183192
options:
184193
- 5.6
194+
- 7.0
185195
- 7.2
196+
- 7.3
197+
- 7.4
198+
- 8.0
199+
- 8.1
200+
- 8.2
201+
- 8.3
202+
- 8.4
203+
- 8.5
186204
- latest
187205
---
188206

@@ -401,12 +419,21 @@ ee site reload --type=php <site-name> [--cache] [--admin-email=<admin-email>] [
401419
Create separate db container instead of using global db.
402420

403421
[--php=<php-version>]
404-
PHP version for site. Currently only supports PHP 5.6 and latest.
422+
PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5, and latest.
405423
---
406-
default: latest
424+
default: 8.4
407425
options:
408426
- 5.6
427+
- 7.0
409428
- 7.2
429+
- 7.3
430+
- 7.4
431+
- 8.0
432+
- 8.1
433+
- 8.2
434+
- 8.3
435+
- 8.4
436+
- 8.5
410437
- latest
411438
---
412439

@@ -488,12 +515,21 @@ ee site restart --type=php <site-name> [--cache] [--admin-email=<admin-email>]
488515
Create separate db container instead of using global db.
489516

490517
[--php=<php-version>]
491-
PHP version for site. Currently only supports PHP 5.6 and latest.
518+
PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5, and latest.
492519
---
493-
default: latest
520+
default: 8.4
494521
options:
495522
- 5.6
523+
- 7.0
496524
- 7.2
525+
- 7.3
526+
- 7.4
527+
- 8.0
528+
- 8.1
529+
- 8.2
530+
- 8.3
531+
- 8.4
532+
- 8.5
497533
- latest
498534
---
499535

0 commit comments

Comments
 (0)