File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 attributes :
4242 label : Operating system + version
4343 description : " The operating system with version, ex: Ubuntu 18.04 or Windows 10"
44+ validations :
45+ required : true
46+ - type : input
47+ id : php
48+ attributes :
49+ label : PHP version
50+ description : |
51+ The PHP version you're running Phpfastcache on.
52+ _Can be retrieved using command line `php -v | sed -n 1p`_
53+ validations :
54+ required : true
55+ - type : input
56+ id : connector
57+ attributes :
58+ label : Connector/Database version (if applicable)
59+ description : |
60+ The connector and/or SDK version + the database version if applicable, ex:
61+ - Couchbase 7.1.0 + PECL Extension 3.2.2
62+ - Redis 7.0.0 + PECL Extension 5.3.7
63+ - MongoDB 5.0.2 Community + mongodb/mongodb
64+ - etc
65+
66+ **Be as much detailed as you can be !**
67+ validations :
68+ required : false
4469 - type : dropdown
4570 id : pfc_exact_version
4671 attributes :
You can’t perform that action at this time.
0 commit comments