-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathshard.yml
executable file
·43 lines (35 loc) · 991 Bytes
/
shard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: athena
version: 0.20.0
crystal: ~> 1.14
license: MIT
repository: https://github.com/athena-framework/athena
documentation: https://athenaframework.org/Framework
description: |
A web framework comprised of reusable, independent components.
authors:
- George Dietrich <[email protected]>
dependencies:
athena-clock:
github: athena-framework/clock
version: ~> 0.2.0
athena-console:
github: athena-framework/console
version: ~> 0.4.0
athena-dependency_injection:
github: athena-framework/dependency-injection
version: ~> 0.4.0
athena-event_dispatcher:
github: athena-framework/event-dispatcher
version: ~> 0.3.0
athena-negotiation:
github: athena-framework/negotiation
version: ~> 0.2.0
athena-routing:
github: athena-framework/routing
version: ~> 0.1.4
athena-serializer:
github: athena-framework/serializer
version: ~> 0.4.0
athena-validator:
github: athena-framework/validator
version: ~> 0.4.0