Skip to content

Commit

Permalink
Updated to match Vonage learning code
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed Feb 16, 2024
1 parent e16cf55 commit 6ce28e3
Show file tree
Hide file tree
Showing 4 changed files with 682 additions and 461 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"require": {
"php": ">=7.4 || <8.0",
"slim/slim": "^4.0",
"opentok/opentok": "^4.6",
"icanboogie/storage": "^4.0",
"guzzlehttp/guzzle": "^7.0",
"icanboogie/storage": "^4.0 || ^6.0@dev",
"vlucas/phpdotenv": "^5.3",
"laminas/laminas-diactoros": "^2.5",
"php-di/slim-bridge": "^3.1"
"php-di/slim-bridge": "^3.1",
"monolog/monolog": "^2.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 6ce28e3

Please sign in to comment.