From: Vincent Vanwaelscappel Date: Tue, 19 Oct 2021 16:01:30 +0000 (+0200) Subject: wip #4808 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=64f42cd51f1719fb8b4ecbdb54fcdeda137cb6ac;p=cubist_minisearch.git wip #4808 @0.25 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..19982ea --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +composer.lock +vendor \ No newline at end of file diff --git a/.idea/cubist_minisearch.iml b/.idea/cubist_minisearch.iml index d6ebd48..3bde560 100644 --- a/.idea/cubist_minisearch.iml +++ b/.idea/cubist_minisearch.iml @@ -2,7 +2,65 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 60dbce0..4c7c9a2 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,6 +1,6 @@ - + @@ -145,8 +145,11 @@ - + + + + @@ -353,5 +356,6 @@ + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..0bb6ec0 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/composer.json b/composer.json index dba7c51..19df3d7 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,8 @@ } ], "require": { - "php": ">=7.3.0" + "php": ">=7.3.0", + "laravel/framework": "9.x-dev" }, "repositories": [ diff --git a/src/Document.php b/src/Document.php new file mode 100644 index 0000000..9262646 --- /dev/null +++ b/src/Document.php @@ -0,0 +1,8 @@ +