소스 검색

Rename phpstan.neon to .dist

Joanhey 2 년 전
부모
커밋
bdc3677232
4개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      .gitattributes
  2. 1 0
      .gitignore
  3. 1 1
      composer.json
  4. 0 0
      phpstan.neon.dist

+ 1 - 0
.gitattributes

@@ -3,3 +3,4 @@
 /.gitignore         export-ignore
 /phpunit.xml.dist   export-ignore
 /tests/             export-ignore
+/phpstan.neon.dist  export-ignore

+ 1 - 0
.gitignore

@@ -8,3 +8,4 @@ vendor/
 /.vscode
 composer.lock
 phpunit.xml
+/phpstan.neon

+ 1 - 1
composer.json

@@ -53,6 +53,6 @@
         }
     },
     "scripts": {
-        "analyse": "phpstan analyse -c phpstan.neon --memory-limit=-1"
+        "analyse": "phpstan"
     }
 }

+ 0 - 0
phpstan.neon → phpstan.neon.dist