This commit is contained in:
cytopia
2022-12-07 18:56:44 +01:00
parent 0126289bf0
commit 887e7c67c5
22 changed files with 82 additions and 207 deletions

View File

@@ -8,6 +8,7 @@ all:
package: asgardcms/asgardcms-installer
# https://github.com/AsgardCms/asgardcms-installer/issues/1
version: dev-master
flags:
binary: asgardcms
build_dep: []
run_dep: []

View File

@@ -7,6 +7,7 @@ all:
composer: 2
package: codeception/codeception
# version:
flags:
binary: codecept
build_dep: []
run_dep: []

View File

@@ -7,6 +7,7 @@ all:
composer: 2
package: laravel/lumen-installer
# version:
flags:
binary: lumen
build_dep: []
run_dep: []

View File

@@ -1,10 +0,0 @@
# Prestissimo
Composer parallel install plugin for Composer 1.x.
**Note:** This package is abandoned and no longer maintained. No replacement package was suggested.
| Platform | Url |
|----------|------------------------------------------------------------------|
| Composer | https://packagist.org/packages/hirak/prestissimo |
| GitHub | https://github.com/hirak/prestissimo |

View File

@@ -1,14 +0,0 @@
---
# check:
all:
type: composer
composer: 1
package: hirak/prestissimo
# version:
# binary:
build_dep: []
run_dep: []
# pre:
# post:

View File

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