project files/composer update

This commit is contained in:
Nabeel Shahzad
2017-11-22 12:07:43 -06:00
parent 6df5184734
commit 714d9f2d68
4 changed files with 20 additions and 6 deletions

14
.idea/php-test-framework.xml generated Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PhpTestFrameworkVersionCache">
<tools_cache>
<tool tool_name="PHPUnit">
<cache>
<versions>
<info id="Local" version="6.4.1" />
</versions>
</cache>
</tool>
</tools_cache>
</component>
</project>

2
.idea/php.xml generated
View File

@@ -137,7 +137,7 @@
<component name="PhpProjectSharedConfiguration" php_language_level="7" /> <component name="PhpProjectSharedConfiguration" php_language_level="7" />
<component name="PhpUnit"> <component name="PhpUnit">
<phpunit_settings> <phpunit_settings>
<PhpUnitSettings load_method="CUSTOM_LOADER" custom_loader_path="$PROJECT_DIR$/bootstrap/autoload.php" phpunit_phar_path="" /> <PhpUnitSettings load_method="CUSTOM_LOADER" custom_loader_path="$PROJECT_DIR$/vendor/autoload.php" phpunit_phar_path="" />
</phpunit_settings> </phpunit_settings>
</component> </component>
</project> </project>

View File

@@ -39,14 +39,14 @@
"hashids/hashids": "2.0.*", "hashids/hashids": "2.0.*",
"maatwebsite/excel": "2.1.*", "maatwebsite/excel": "2.1.*",
"symfony/css-selector": "3.1.*", "symfony/css-selector": "3.1.*",
"symfony/dom-crawler": "3.3.*" "symfony/dom-crawler": "3.3.*",
"phpunit/phpunit": "6.4.0",
"scriptfusion/phpunit-immediate-exception-printer": "1.3.0"
}, },
"require-dev": { "require-dev": {
"fzaninotto/faker": "~1.4", "fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*", "mockery/mockery": "0.9.*",
"phpunit/phpunit": "~6.0",
"laravel/homestead": "v6.2.2", "laravel/homestead": "v6.2.2",
"scriptfusion/phpunit-immediate-exception-printer": "^1",
"filp/whoops": "~2.0" "filp/whoops": "~2.0"
}, },
"autoload": { "autoload": {

View File

@@ -123,13 +123,13 @@
<orderEntry type="module-library"> <orderEntry type="module-library">
<library name="PHARS"> <library name="PHARS">
<CLASSES> <CLASSES>
<root url="phar://$MODULE_DIR$/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.0.phar/" />
<root url="phar://$MODULE_DIR$/vendor/phar-io/manifest/tests/_fixture/test.phar/" /> <root url="phar://$MODULE_DIR$/vendor/phar-io/manifest/tests/_fixture/test.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> </CLASSES>
<JAVADOC /> <JAVADOC />
<SOURCES> <SOURCES>
<root url="phar://$MODULE_DIR$/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.0.phar/" />
<root url="phar://$MODULE_DIR$/vendor/phar-io/manifest/tests/_fixture/test.phar/" /> <root url="phar://$MODULE_DIR$/vendor/phar-io/manifest/tests/_fixture/test.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> </SOURCES>
</library> </library>
</orderEntry> </orderEntry>