<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>
--- /dev/null
+<?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
+{
+ "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": [
+
+ ]
+ }
+ }
+}