From 304b67b2e7171f13f9d272a6b7c983c9ea703807 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 28 Jan 2022 15:06:12 +0100 Subject: [PATCH 1/1] wip #5045 @0.5 --- .gitignore | 25 +++ .idea/cubist_scorm.iml | 11 ++ .idea/deployment.xml | 364 +++++++++++++++++++++++++++++++++++++++++ .idea/misc.xml | 9 + .idea/modules.xml | 8 + .idea/php.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 129 +++++++++++++++ composer.json | 27 +++ composer.lock | 20 +++ src/Manifest.php | 7 + 11 files changed, 614 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/cubist_scorm.iml create mode 100644 .idea/deployment.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 composer.json create mode 100644 composer.lock create mode 100644 src/Manifest.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d85eee5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +### Laravel template +/vendor/ +node_modules/ +npm-debug.log +yarn-error.log + +# Laravel 4 specific +bootstrap/compiled.php +app/storage/ + +# Laravel 5 & Lumen specific +public/storage +public/hot + +# Laravel 5 & Lumen specific with changed public path +public_html/storage +public_html/hot + +storage/*.key +.env +Homestead.yaml +Homestead.json +/.vagrant +.phpunit.result.cache + diff --git a/.idea/cubist_scorm.iml b/.idea/cubist_scorm.iml new file mode 100644 index 0000000..1248578 --- /dev/null +++ b/.idea/cubist_scorm.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 0000000..e904c79 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,364 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..b658e95 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0918f5c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..ced838d --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..c206ef3 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + $PROJECT_DIR$/composer.json + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C:\Users\Vincent\AppData\Roaming\Subversion + + + + + 1643378413530 + + + + + + + + + \ No newline at end of file diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c9444d7 --- /dev/null +++ b/composer.json @@ -0,0 +1,27 @@ +{ + "name": "cubist/cubist_scorm", + "description": "cubist_scorm", + "minimum-stability": "dev", + "type": "library", + "license": "proprietary", + "authors": [ + { + "name": "Vincent Vanwaelscappel", + "email": "vincent@cubedesigners.com" + } + ], + "repositories": [ + { + "type": "composer", + "url": "https://composer.cubedesigners.com/" + } + ], + "autoload": { + "psr-4": { + "Cubist\\Scorm\\": "src" + } + }, + "require": { + "php": ">=7.3" + } +} \ No newline at end of file diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..7526185 --- /dev/null +++ b/composer.lock @@ -0,0 +1,20 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "4839e02e1197a2d107ff1dea39bf2cf3", + "packages": [], + "packages-dev": [], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=7.3" + }, + "platform-dev": [], + "plugin-api-version": "2.1.0" +} diff --git a/src/Manifest.php b/src/Manifest.php new file mode 100644 index 0000000..a0fe5f0 --- /dev/null +++ b/src/Manifest.php @@ -0,0 +1,7 @@ +