]> _ Git - fluidbook_toolboxapiclient.git/commitdiff
wip #7062
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 28 Oct 2024 18:07:27 +0000 (19:07 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 28 Oct 2024 18:07:27 +0000 (19:07 +0100)
.idea/misc.xml
composer.json
src/Client.php [new file with mode: 0644]

index b94da2a58abbd59d0186d63a9f0e93be95502394..b55992f264536b69aa6de992a1cc029ec0a5c7e6 100644 (file)
       </profile-state>
     </entry>
   </component>
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" />
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_18" default="true" project-jdk-name="18" project-jdk-type="JavaSDK">
+    <output url="file://$PROJECT_DIR$/out" />
+  </component>
 </project>
\ No newline at end of file
index de6fd0bc259b774eb555ef2beacd0f09e27f28ec..5214abe75643c1eeb568439de96c076a0d9f8cef 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "fluidbook\/toolboxapiclient",
-  "description": "Matomo API",
+  "description": "Fluidbook Toolbox API Client",
   "type": "library",
   "license": "proprietary",
   "minimum-stability": "stable",
diff --git a/src/Client.php b/src/Client.php
new file mode 100644 (file)
index 0000000..b61d2ad
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+namespace Fluidbook\ToolboxApiClient;
+class Client
+{
+
+}