Skip to content

Commit 24309f6

Browse files
Merge pull request #11 from DaveLiddament/feature/namespace-visibility
Add rules for NamespaceVisibility
2 parents 757cf53 + de922fb commit 24309f6

40 files changed

Lines changed: 2044 additions & 101 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ This is an extension for [PHPStan](https://phpstan.org) for adding analysis for
1414

1515
**Language feature added:**
1616
- [Friend](https://github.com/DaveLiddament/php-language-extensions#friend)
17-
- [Injectable Version](https://github.com/DaveLiddament/php-language-extensions#injectableversion)
17+
- [Injectable Version](https://github.com/DaveLiddament/php-language-extensions#injectableVersion)
18+
- [NamespaceVisibility](https://github.com/DaveLiddament/php-language-extensions#namespaceVisibility)
1819
- [Package](https://github.com/DaveLiddament/php-language-extensions#package)
1920
- [Test Tag](https://github.com/DaveLiddament/php-language-extensions#testtag)
2021

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"type": "phpstan-extension",
66
"require": {
77
"php": ">=8.0 <8.3",
8-
"phpstan/phpstan": "^1.3",
9-
"dave-liddament/php-language-extensions": "^0.2.1"
8+
"phpstan/phpstan": "^1.9.14",
9+
"dave-liddament/php-language-extensions": "^0.4.0"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^9.0",
13-
"friendsofphp/php-cs-fixer": "^3.7",
14-
"php-parallel-lint/php-parallel-lint": "^1.3"
12+
"phpunit/phpunit": "^9.5.28",
13+
"friendsofphp/php-cs-fixer": "^3.13.2",
14+
"php-parallel-lint/php-parallel-lint": "^1.3.2"
1515
},
1616
"license": "MIT",
1717
"autoload": {

0 commit comments

Comments
 (0)