diff --git a/.gitattributes b/.gitattributes index f374737..8d255a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,4 +7,5 @@ /captainhook.json export-ignore /.travis.yml export-ignore /ruleset.xml export-ignore -/.editorconfig export-ignore \ No newline at end of file +/.editorconfig export-ignore +/phpstan.neon export-ignore \ No newline at end of file diff --git a/composer.json b/composer.json index a7592d0..37791fd 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,8 @@ "symfony/http-kernel": "^4.0", "symfony/finder": "^4.0", "symfony/config": "^4.0", - "squirrelphp/queries-bundle": "^0.5", - "squirrelphp/entities": "^0.2" + "squirrelphp/queries-bundle": "^0.6", + "squirrelphp/entities": "^0.3" }, "require-dev": { "mockery/mockery": "^1.0",