summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json16
1 files changed, 11 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index aeeed2f..188feff 100644
--- a/composer.json
+++ b/composer.json
@@ -10,13 +10,19 @@
},
"authors": [
{
- "name": "Sam Light",
- "email": "sam@lightscale.co.uk"
- }
+ "name": "Sam Light",
+ "email": "sam@lightscale.co.uk"
+ }
+ ],
+ "repositories": [
+ {
+ "type": "vcs",
+ "url": "https://git.lightscale.co.uk/laravel-scorm.git"
+ }
],
"require": {
- "php": "^8.0",
- "devianl2/laravel-scorm": "^4.0"
+ "php": "^8.1",
+ "lightscale/laravel-scorm": "^5.0"
},
"extra": {
"laravel": {