Skip to content

Commit 3e931cf

Browse files
Merge branch 'main' into DaveLiddament-patch-1
2 parents e3679c3 + 24309f6 commit 3e931cf

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
@@ -13,7 +13,8 @@ This is an extension for [PHPStan](https://phpstan.org) for adding analysis for
1313

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

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)