Skip to content

Commit b7bcfb2

Browse files
authored
Merge pull request #238 from mglaman/bump-phpstan-drupal
bump phpstan-drupal to 0.12.12
2 parents 7b6c618 + fe9f73d commit b7bcfb2

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Diff for: .github/workflows/php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
tests:

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^7.2.5|^8.0",
1414
"composer/xdebug-handler": "^1.1 | ^2.0.1",
1515
"jean85/pretty-package-versions": "^1.5.0 || ^2.0.1",
16-
"mglaman/phpstan-drupal": "^0.12.8",
16+
"mglaman/phpstan-drupal": "^0.12.12",
1717
"nette/neon": "^3.1",
1818
"phpstan/phpstan-deprecation-rules": "^0.12.6",
1919
"symfony/console": "~3.2 || ~4.0",

Diff for: composer.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)