Skip to content

Commit

Permalink
Merge pull request #16 from wp-oop/task/remove-discontinued-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
XedinUnknown authored Mar 4, 2021
2 parents 78ed6c7 + 444645b commit 76b033b
Show file tree
Hide file tree
Showing 9 changed files with 513 additions and 535 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ./vendor/bin/phpunit

- name: Psalm
run: ./vendor/bin/psalm --show-info=false --threads=8 --diff --diff-methods
run: ./vendor/bin/psalm --show-info=false --threads=8 --diff

- name: PHPCS
run: ./vendor/bin/phpcs -s --report-source --runtime-set ignore_warnings_on_exit 1
run: ./vendor/bin/phpcs -s --runtime-set ignore_warnings_on_exit 1
9 changes: 3 additions & 6 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions .idea/plugin.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
],
"require": {
"php": "^7.1",
"dhii/module-interface": "^0.2",
"dhii/module-interface": "^0.3-alpha1",
"psr/container": "^1.0",
"dhii/containers": "^0.1",
"wikimedia/composer-merge-plugin": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^7.0 | ^8.0",
"johnpbloch/wordpress-core": "^5.0@stable",
"vimeo/psalm": "^3.11.7",
"vimeo/psalm": "^3.11.7 | ^4.0",
"slevomat/coding-standard": "^6.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 76b033b

Please sign in to comment.