From b5e21a81f0a544b06df277d38ca580160d587f36 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 28 Jun 2022 09:31:18 +0200 Subject: [PATCH] wip #5319 --- .gitignore | 3 ++- .idea/cubist_scorm.iml | 1 + .idea/php.xml | 1 + .idea/workspace.xml | 56 ++++++++++++++++++++++++++++-------------- src/Version.php | 2 +- 5 files changed, 42 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 5658e22..bffd04d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ Homestead.json /.vagrant .phpunit.result.cache -.idea \ No newline at end of file +.idea +/.idea/ diff --git a/.idea/cubist_scorm.iml b/.idea/cubist_scorm.iml index 1248578..ab62083 100644 --- a/.idea/cubist_scorm.iml +++ b/.idea/cubist_scorm.iml @@ -3,6 +3,7 @@ + diff --git a/.idea/php.xml b/.idea/php.xml index ced838d..085afc5 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -5,4 +5,5 @@ + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b5351b4..fd69858 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,17 +1,18 @@ - + + + - - + - + $PROJECT_DIR$/composer.json @@ -35,23 +36,20 @@ + - - - - - - - - - - - + @@ -137,9 +152,12 @@ + \ No newline at end of file diff --git a/src/Version.php b/src/Version.php index c72ecb9..618c092 100644 --- a/src/Version.php +++ b/src/Version.php @@ -6,5 +6,5 @@ class Version { const SCORM_1_2 = "1.2"; const SCORM_2004 = "2004"; - const SCORM_2004_3 = "2004-3"; + const SCORM_2004_3 = "2004.3"; } \ No newline at end of file -- 2.39.5