mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 20:57:19 +08:00
12 lines
223 B
Go
12 lines
223 B
Go
package php80
|
|
|
|
var (
|
|
Name = "PHP-8.0"
|
|
Author = "耗子"
|
|
Description = "PHP 是世界上最好的语言!"
|
|
Slug = "php80"
|
|
Version = "8.0.29"
|
|
Requires = []string{}
|
|
Excludes = []string{}
|
|
)
|