Skip to content

Commit

Permalink
Merge pull request #431 from jakzal/php8-tools
Browse files Browse the repository at this point in the history
Enable tools on PHP 8.0 and 8.1
  • Loading branch information
jakzal authored May 23, 2022
2 parents bbc8b79 + e9f0cc2 commit 5941beb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| phpmd | [A tool for finding problems in PHP code](https://phpmd.org/) | ✅ | ✅ | ✅ |
| phpmetrics | [Static Analysis Tool](http://www.phpmetrics.org/) | ✅ | ✅ | ✅ |
| phpmnd | [Helps to detect magic numbers](https://github.com/povils/phpmnd) | ✅ | ✅ | ✅ |
| phpspec | [SpecBDD Framework](http://www.phpspec.net/) | ✅ | ✅ | ❌ |
| phpspec | [SpecBDD Framework](http://www.phpspec.net/) | ✅ | ✅ | ✅ |
| phpstan | [Static Analysis Tool](https://github.com/phpstan/phpstan) | ✅ | ✅ | ✅ |
| phpstan-beberlei-assert | [PHPStan extension for beberlei/assert](https://github.com/phpstan/phpstan-beberlei-assert) | ✅ | ✅ | ✅ |
| phpstan-deprecation-rules | [PHPStan rules for detecting deprecated code](https://github.com/phpstan/phpstan-deprecation-rules) | ✅ | ✅ | ✅ |
Expand All @@ -86,7 +86,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| psalm-plugin-symfony | [Psalm Plugin for Symfony](https://github.com/psalm/psalm-plugin-symfony) | ✅ | ✅ | ✅ |
| psecio-parse | [Scans code for potential security-related issues](https://github.com/psecio/parse) | ✅ | ✅ | ✅ |
| rector | [Tool for instant code upgrades and refactoring](https://github.com/rectorphp/rector) | ✅ | ✅ | ✅ |
| roave-backward-compatibility-check | [Tool to compare two revisions of a class API to check for BC breaks](https://github.com/Roave/BackwardCompatibilityCheck) | ✅ | ❌ | ❌ |
| roave-backward-compatibility-check | [Tool to compare two revisions of a class API to check for BC breaks](https://github.com/Roave/BackwardCompatibilityCheck) | ✅ | ✅ | ✅ |
| simple-phpunit | [Provides utilities to report legacy tests and usage of deprecated code](https://symfony.com/doc/current/components/phpunit_bridge.html) | ✅ | ✅ | ✅ |
| twig-lint | [Standalone cli twig 1.X linter](https://github.com/asm89/twig-lint) | ✅ | ✅ | ✅ |
| twig-linter | [Standalone cli twig 3.X linter](https://github.com/sserbin/twig-linter) | ✅ | ✅ | ✅ |
Expand Down
9 changes: 5 additions & 4 deletions resources/compatibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
"summary": "Tool to compare two revisions of a class API to check for BC breaks",
"website": "https://github.com/Roave/BackwardCompatibilityCheck",
"command": {
"phive-install": {
"alias": "roave/backwardcompatibilitycheck",
"bin": "%target-dir%/roave-backward-compatibility-check"
"composer-bin-plugin": {
"package": "roave/backward-compatibility-check",
"namespace": "roavebackwardcompatibilitycheck",
"links": {"%target-dir%/roave-backward-compatibility-check": "roave-backward-compatibility-check"}
}
},
"test": "roave-backward-compatibility-check --version",
"tags": ["exclude-php:8.1", "exclude-php:8.0", "compatibility"]
"tags": ["compatibility"]
}
]
}
2 changes: 1 addition & 1 deletion resources/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}
},
"test": "phpspec --version",
"tags": ["exclude-php:8.1", "featured", "test"]
"tags": ["featured", "test"]
},
{
"name": "phpunit",
Expand Down

0 comments on commit 5941beb

Please sign in to comment.