Skip to content

Commit ba7418b

Browse files
brambaudmglaman
authored andcommitted
Replace deprecated autoload_files parameter
See https://github.com/phpstan/phpstan/releases/tag/0.12.26
1 parent 242a3f5 commit ba7418b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.1",
1414
"nette/finder": "^2.5",
15-
"phpstan/phpstan": "^0.12.0",
15+
"phpstan/phpstan": "^0.12.26",
1616
"symfony/yaml": "~3.4.5|^4.2",
1717
"webflo/drupal-finder": "^1.2"
1818
},

extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
autoload_files:
2+
bootstrapFiles:
33
- drupal-autoloader.php
44
excludes_analyse:
55
- *.api.php

0 commit comments

Comments
 (0)