platform/packages/macroable/pubspec.yaml

16 lines
314 B
YAML
Raw Normal View History

2024-12-15 23:26:30 +00:00
name: platform_macroable
description: A Dart implementation of Laravel's Macroable trait, allowing runtime method extension
version: 0.1.0
2024-12-15 23:26:30 +00:00
environment:
sdk: ">=3.0.0 <4.0.0"
2024-12-15 23:26:30 +00:00
dependencies:
platform_contracts: ^0.1.0
platform_mirrors: ^0.1.0
meta: ^1.9.0
2024-12-15 23:26:30 +00:00
dev_dependencies:
lints: ^2.1.0
test: ^1.24.0