project files
This commit is contained in:
parent
7cf449f08d
commit
ec8b2e8242
@ -2,7 +2,10 @@
|
||||
<project version="4">
|
||||
<component name="ComposerJsonPluginSettings">
|
||||
<unboundedVersionInspectionSettings>
|
||||
<excludedPackages />
|
||||
<excludedPackages>
|
||||
<pattern pattern="makinacorpus/php-bloom" />
|
||||
<pattern pattern="nabeel/*" />
|
||||
</excludedPackages>
|
||||
</unboundedVersionInspectionSettings>
|
||||
<customRepositories />
|
||||
</component>
|
||||
|
@ -25,6 +25,7 @@
|
||||
<option name="migratedIntoUserSpace" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="LongInheritanceChainInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="PhpIncludeInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="PhpSignatureMismatchDuringInheritanceInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="SecurityAdvisoriesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="optionConfiguration">
|
||||
|
@ -126,6 +126,10 @@
|
||||
<path value="$PROJECT_DIR$/vendor/tivie/php-os-detector" />
|
||||
<path value="$PROJECT_DIR$/vendor/jackiedo/timezonelist" />
|
||||
<path value="$PROJECT_DIR$/vendor/tremby/laravel-git-version" />
|
||||
<path value="$PROJECT_DIR$/vendor/guzzlehttp/promises" />
|
||||
<path value="$PROJECT_DIR$/vendor/guzzlehttp/psr7" />
|
||||
<path value="$PROJECT_DIR$/vendor/guzzlehttp/guzzle" />
|
||||
<path value="$PROJECT_DIR$/vendor/nabeel/vacentral" />
|
||||
</include_path>
|
||||
</component>
|
||||
<component name="PhpProjectServersManager">
|
||||
|
11
phpvms.iml
11
phpvms.iml
@ -23,6 +23,9 @@
|
||||
<excludeFolder url="file://$MODULE_DIR$/vendor/ellipsesynergie/api-response" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/vendor/filp/whoops" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/vendor/fzaninotto/faker" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/vendor/guzzlehttp/guzzle" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/vendor/guzzlehttp/promises" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/vendor/guzzlehttp/psr7" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/vendor/hamcrest/hamcrest-php" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/vendor/hashids/hashids" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/vendor/igorw/get-in" />
|
||||
@ -124,6 +127,9 @@
|
||||
<root url="file://$MODULE_DIR$/vendor/ellipsesynergie/api-response" />
|
||||
<root url="file://$MODULE_DIR$/vendor/filp/whoops" />
|
||||
<root url="file://$MODULE_DIR$/vendor/fzaninotto/faker" />
|
||||
<root url="file://$MODULE_DIR$/vendor/guzzlehttp/guzzle" />
|
||||
<root url="file://$MODULE_DIR$/vendor/guzzlehttp/promises" />
|
||||
<root url="file://$MODULE_DIR$/vendor/guzzlehttp/psr7" />
|
||||
<root url="file://$MODULE_DIR$/vendor/hamcrest/hamcrest-php" />
|
||||
<root url="file://$MODULE_DIR$/vendor/hashids/hashids" />
|
||||
<root url="file://$MODULE_DIR$/vendor/igorw/get-in" />
|
||||
@ -223,6 +229,9 @@
|
||||
<root url="file://$MODULE_DIR$/vendor/ellipsesynergie/api-response" />
|
||||
<root url="file://$MODULE_DIR$/vendor/filp/whoops" />
|
||||
<root url="file://$MODULE_DIR$/vendor/fzaninotto/faker" />
|
||||
<root url="file://$MODULE_DIR$/vendor/guzzlehttp/guzzle" />
|
||||
<root url="file://$MODULE_DIR$/vendor/guzzlehttp/promises" />
|
||||
<root url="file://$MODULE_DIR$/vendor/guzzlehttp/psr7" />
|
||||
<root url="file://$MODULE_DIR$/vendor/hamcrest/hamcrest-php" />
|
||||
<root url="file://$MODULE_DIR$/vendor/hashids/hashids" />
|
||||
<root url="file://$MODULE_DIR$/vendor/igorw/get-in" />
|
||||
@ -308,11 +317,13 @@
|
||||
<library name="PHARS">
|
||||
<CLASSES>
|
||||
<root url="phar://$MODULE_DIR$/vendor/phar-io/manifest/tests/_fixture/test.phar/" />
|
||||
<root url="phar://$MODULE_DIR$/vendor/nabeel/vacentral/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.0.phar/" />
|
||||
<root url="phar://$MODULE_DIR$/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.1.phar/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="phar://$MODULE_DIR$/vendor/phar-io/manifest/tests/_fixture/test.phar/" />
|
||||
<root url="phar://$MODULE_DIR$/vendor/nabeel/vacentral/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.0.phar/" />
|
||||
<root url="phar://$MODULE_DIR$/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.1.phar/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
|
Loading…
Reference in New Issue
Block a user