35 lines
733 B
YAML
35 lines
733 B
YAML
|
name: angel3_support
|
||
|
description: The Support Package for the Protevus Platform
|
||
|
version: 0.0.1
|
||
|
homepage: https://protevus.com
|
||
|
documentation: https://docs.protevus.com
|
||
|
repository: https://github.com/protevus/platformo
|
||
|
|
||
|
environment:
|
||
|
sdk: ^3.4.2
|
||
|
|
||
|
# Add regular dependencies here.
|
||
|
dependencies:
|
||
|
angel3_framework: ^7.0.0
|
||
|
angel3_configuration: ^9.0.0
|
||
|
angel3_container: ^9.0.0
|
||
|
angel3_migration: ^9.0.0
|
||
|
angel3_orm: ^9.0.0
|
||
|
angel3_route: ^9.0.0
|
||
|
angel3_validate: ^9.0.0
|
||
|
collection: ^1.15.0
|
||
|
file: ^7.0.0
|
||
|
get_it: ^7.7.0
|
||
|
injectable: ^2.4.4
|
||
|
logging: ^1.0.0
|
||
|
meta: ^1.3.0
|
||
|
mockito: ^5.4.4
|
||
|
path: ^1.8.0
|
||
|
reflectable: ^4.0.9
|
||
|
|
||
|
dev_dependencies:
|
||
|
build_runner: ^2.3.3
|
||
|
build_test: ^2.1.0
|
||
|
lints: ^3.0.0
|
||
|
test: ^1.24.0
|