Skip to content

Commit af28bcf

Browse files
committed
Bump PHPStan reqirement to ~1.7.0
1 parent c5ec05a commit af28bcf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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.4 || ^8.0",
1414
"symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0",
15-
"phpstan/phpstan": "^1.0",
15+
"phpstan/phpstan": "~1.7.0",
1616
"symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
1717
"webflo/drupal-finder": "^1.2"
1818
},

src/Reflection/EntityFieldsViaMagicReflectionExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace mglaman\PHPStanDrupal\Reflection;
44

5-
use PHPStan\BetterReflection\Reflection\ReflectionClass;
65
use PHPStan\Reflection\ClassReflection;
76
use PHPStan\Reflection\PropertiesClassReflectionExtension;
87
use PHPStan\Reflection\PropertyReflection;

0 commit comments

Comments
 (0)