mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 12:31:14 +00:00
16 lines
267 B
YAML
16 lines
267 B
YAML
---
|
|
|
|
check: lumen --version 2>/dev/null | grep ^Lumen | grep -E '[0-9]\.[0-9]+' || (lumen --version; false)
|
|
|
|
all:
|
|
type: composer
|
|
composer: 2
|
|
package: laravel/lumen-installer
|
|
# version:
|
|
flags:
|
|
binary: lumen
|
|
build_dep: []
|
|
run_dep: []
|
|
# pre:
|
|
# post:
|