1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

added phpstan on level 0

This commit is contained in:
CZechBoY 2019-01-07 16:22:41 +01:00 committed by Jordi Boggiano
parent fb3d0981c0
commit a062cd1a31
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
18 changed files with 94 additions and 6 deletions

5
phpstan/autoload.php Normal file
View file

@ -0,0 +1,5 @@
<?php
require_once __DIR__ . '/../vendor/autoload.php';
require_once __DIR__ . '/../src/bootstrap.php';