]> _ Git - cubist_pdf.git/commitdiff
wip #4808
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Oct 2021 16:23:15 +0000 (18:23 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Oct 2021 16:23:15 +0000 (18:23 +0200)
.idea/cubist_pdf.iml
.idea/php.xml [new file with mode: 0644]
composer.json

index d6ebd4805981b8400db3e3291c74a743fef9a824..23756bf0b55afec2560b754acf4952097df3b755 100644 (file)
@@ -2,7 +2,9 @@
 <module type="JAVA_MODULE" version="4">
   <component name="NewModuleRootManager" inherit-compiler-output="true">
     <exclude-output />
-    <content url="file://$MODULE_DIR$" />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="Cubist\PDF\" />
+    </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
   </component>
diff --git a/.idea/php.xml b/.idea/php.xml
new file mode 100644 (file)
index 0000000..f6159c8
--- /dev/null
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="PhpProjectSharedConfiguration" php_language_level="7.3" />
+</project>
\ No newline at end of file
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..319d9588f8a0fa866827f116ea4dbd71ae434a55 100644 (file)
@@ -0,0 +1,40 @@
+{
+  "name": "cubist/pdf",
+  "description": "PDF",
+  "type": "library",
+  "license": "proprietary",
+  "minimum-stability": "dev",
+  "keywords": [
+    "cubist",
+    "pdf"
+  ],
+  "autoload": {
+    "psr-4": {
+      "Cubist\\PDF\\": "src"
+    }
+  },
+  "authors": [
+    {
+      "name": "Vincent Vanwaelscappel",
+      "email": "vincent@cubedesigners.com"
+    }
+  ],
+  "require": {
+    "php": ">=7.3.0",
+    "laravel/framework": "^v8.64.0",
+    "ext-json": "*"
+  },
+  "repositories": [
+    {
+      "type": "composer",
+      "url": "https:\/\/composer.cubedesigners.com\/"
+    }
+  ],
+  "extra": {
+    "laravel": {
+      "providers": [
+
+      ]
+    }
+  }
+}