diff options
author | Sam Light <samlight1994@gmail.com> | 2022-09-05 09:45:04 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2022-09-05 09:45:04 +0100 |
commit | 08908a314cb75dbcf51e6221c2f2c49d3a55d17f (patch) | |
tree | 994b65cc5a3eb70c720cece5e3c4536aff72c7c1 /composer.lock | |
parent | cb292e5674afde1ac99de9c9d3d2dbac5f8c0aee (diff) |
Implemented majority of the player functionality
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock index 57467d7..ee15c34 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "828ec0e609f83cd705bc45738334f2ed", + "content-hash": "4a4f1c1d08af50453de8e49ac552c9d0", "packages": [ { "name": "devianl2/laravel-scorm", @@ -842,7 +842,9 @@ "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, - "platform": [], + "platform": { + "php": "^8.0" + }, "platform-dev": [], "plugin-api-version": "2.3.0" } |