Skip to content

Commit

Permalink
🔨 BASE #220 atulizando libs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Mar 10, 2020
1 parent 003231c commit 9c60296
Show file tree
Hide file tree
Showing 240 changed files with 20,011 additions and 4,129 deletions.
13 changes: 7 additions & 6 deletions base/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"homepage" : "https://github.com/bjverde/formDin",
"description" : "formDin FrameWork",
"require" : {
"php" : ">=5.6.0",
"phpmailer/phpmailer" : "^6.0.0",
"components/font-awesome" : "^5.4.2",
"slim/slim" : "^3.12",
"tuupola/slim-basic-auth" : "^3.2",
"tuupola/slim-jwt-auth" : "^3.2"
"php" : ">=5.6.0"
,"phpmailer/phpmailer" : "^6.0.0"
,"components/font-awesome" : "^5.4.2"
,"slim/slim" : "^3.12"
,"tuupola/slim-basic-auth" : "^3.2"
,"tuupola/slim-jwt-auth" : "^3.2"
,"guzzlehttp/guzzle" : "^6.5"
}
}
Loading

0 comments on commit 9c60296

Please sign in to comment.