Skip to content

Commit

Permalink
update lti-php dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispittman committed Nov 7, 2023
1 parent 9d21603 commit a9f8893
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "LGPL-3.0-or-later",
"require": {
"ext-pdo": "*",
"longhornopen/lti": "^4.0",
"longhornopen/lti": "^5.0",
"illuminate/support": "*"
},
"autoload": {
Expand All @@ -19,7 +19,10 @@
"laravel": {
"providers": [
"LonghornOpen\\LaravelCelticLTI\\LtiServiceProvider"
]
],
"aliases": {
"LTI": "LonghornOpen\\LaravelCelticLTI\\LtiFacade"
}
}
}
}

0 comments on commit a9f8893

Please sign in to comment.