Merge branch 'master' into orm
This commit is contained in:
commit
ffbc93c668
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ homepage: https://github.com/angel-dart/angel
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_auth: ^2.0.0 # Supports stateless authentication via JWT
|
angel_auth: ^2.0.0 # Supports stateless authentication via JWT
|
||||||
angel_configuration: ^2.0.0 # Loads application configuration, along with support for .env files.
|
angel_configuration: ^2.0.0 # Loads application configuration, along with support for .env files.
|
||||||
angel_framework: ^2.0.0-rc.0 # The core server library.
|
angel_framework: ^2.0.0 # The core server library.
|
||||||
angel_jael: ^2.0.0 # Server-side templating engine
|
angel_jael: ^2.0.0 # Server-side templating engine
|
||||||
angel_migration: ^2.0.0-alpha # Migration runtime support
|
angel_migration: ^2.0.0-alpha # Migration runtime support
|
||||||
angel_orm: ^2.0.0-dev # Migration runtime support
|
angel_orm: ^2.0.0-dev # Migration runtime support
|
||||||
|
|
Loading…
Reference in a new issue