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:
parent
fb3d0981c0
commit
a062cd1a31
18 changed files with 94 additions and 6 deletions
5
phpstan/autoload.php
Normal file
5
phpstan/autoload.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
require_once __DIR__ . '/../src/bootstrap.php';
|
Loading…
Add table
Add a link
Reference in a new issue