2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 20:57:19 +08:00
Files
panel/app/plugins/php74/php74.go
2023-07-16 17:22:49 +08:00

12 lines
223 B
Go

package php74
var (
Name = "PHP-7.4"
Author = "耗子"
Description = "PHP 是世界上最好的语言!"
Slug = "php74"
Version = "7.4.33"
Requires = []string{}
Excludes = []string{}
)