Backport more toole

This commit is contained in:
cytopia
2022-12-09 07:36:55 +01:00
parent 820159d95a
commit 36bc9dc099
56 changed files with 2511 additions and 362 deletions

View File

@@ -0,0 +1,10 @@
# Laravel Lumen installer
Lumen application installer.
**Note:** This package is abandoned and no longer maintained. No replacement package was suggested.
| Platform | Url |
|----------|------------------------------------------------------------------|
| Composer | https://packagist.org/packages/laravel/lumen-installer |
| GitHub | https://github.com/laravel/lumen-installer |

View File

@@ -0,0 +1,15 @@
---
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:

View File

@@ -0,0 +1,11 @@
---
# The name of the module
name: laravel-lumen
# Exclude module build/installation for the following PHP versions
exclude: [5.2, 5.3, 5.4]
# In order for this tool to build/install correctly,
# the following tools must have been installed first.
depends: []