Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPStan upgrade #13

Merged
merged 2 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ package.json
patchwork.json
phpcs.xml
phpdoc.xml
phpstan.neon
phpstan.neon.dist
phpunit.xml
plantuml_gist.puml
playwright.config.ts
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check warning on line 1 in composer.json

View workflow job for this annotation

GitHub Actions / test

missing_composer_json_file

The "/vendor" directory using composer exists, but "composer.json" file is missing.
"name": "lloc/wp-nowpayments-integration",
"description": "Cryptocurrency Payment integration using the nowpayments.io Gateway",
"type": "wordpress-plugin",
Expand All @@ -12,19 +12,19 @@
"php-di/php-di": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"brain/monkey": "^2.6",
"phpstan/phpstan": "^1.12",
"smeghead/php-class-diagram": "^1.4",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"wp-coding-standards/wpcs": "^3.1",
"johnbillion/wp-compat": "^1.1.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"szepeviktor/phpstan-wordpress": "^1.3",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-deprecation-rules": "^1.2",
"johnbillion/wp-compat": "^0.3.1",
"swissspidy/phpstan-no-private": "^0.2.1",
"phpstan/phpstan-mockery": "^1.1"
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^2.0.1",
"phpstan/phpstan-mockery": "^2.0.0",
"phpunit/phpunit": "^10.5",
"smeghead/php-class-diagram": "^1.4",
"swissspidy/phpstan-no-private": "^v1.0.0",
"szepeviktor/phpstan-wordpress": "^v2.0",
"wp-coding-standards/wpcs": "^3.1"
},
"autoload": {
"psr-4": {
Expand Down
File renamed without changes.
Loading