Skip to content

Commit

Permalink
Removed wtf/orm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Chernyi committed May 30, 2018
1 parent 1e4fc22 commit 0ae3558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"wtf/core": "^1.1.1",
"wtf/orm": "^1"
"wtf/core": "^1.1.1"
},
"suggest": {
"wtf/orm": "To use User repository",
"wtf/html": "HTML bundle with twig and sessions (to implement session-based auth)",
"wtf/rest": "REST bundle with JWT tokens (to implement jwt-based auth)",
"dflydev/fig-cookies": "To implement cookie-based auth",
Expand Down

0 comments on commit 0ae3558

Please sign in to comment.