Skip to content

Commit

Permalink
Merge pull request #33 from infinum/feature/fix-lint-phpstan-issues
Browse files Browse the repository at this point in the history
Fix lint / phpstan issues
  • Loading branch information
MetarDev authored Dec 4, 2020
2 parents 88c9d52 + d5ccd8f commit d943db7
Show file tree
Hide file tree
Showing 47 changed files with 980 additions and 580 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"codeception/module-asserts": "^1.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"infinum/coding-standards-wp": "0.4.3",
"php-stubs/wordpress-stubs": "^5.5",
"szepeviktor/phpstan-wordpress": "^0.6.5"
"php-stubs/wordpress-stubs": "^5.5"
},
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "^6.0",
"infinum/eightshift-libs": "^2.2.2",
"mailchimp/marketing": "^3.0",
"saintsystems/odata-client": "^0.4.2"
"saintsystems/odata-client": "^0.4.2",
"szepeviktor/phpstan-wordpress": "^0.7.1"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit d943db7

Please sign in to comment.