24 lines
No EOL
756 B
YAML
24 lines
No EOL
756 B
YAML
name: protevus_user_agent
|
|
version: 8.2.0
|
|
description: Protevus middleware to parse and inject a User Agent object into requests.
|
|
homepage: https://protevus-framework.web.app/
|
|
repository: https://github.com/dart-backend/protevus/tree/protevus/packages/user_agent/angel_user_agent
|
|
environment:
|
|
sdk: '>=3.3.0 <4.0.0'
|
|
dependencies:
|
|
protevus_framework: ^8.0.0
|
|
user_agent_analyzer: ^5.0.0
|
|
lints: ^4.0.0
|
|
# dependency_overrides:
|
|
# protevus_container:
|
|
# path: ../../container/angel_container
|
|
# protevus_http_exception:
|
|
# path: ../../http_exception
|
|
# protevus_model:
|
|
# path: ../../model
|
|
# protevus_route:
|
|
# path: ../../route
|
|
# protevus_mock_request:
|
|
# path: ../../mock_request
|
|
# protevus_framework:
|
|
# path: ../../framework |