Skip to content

Commit

Permalink
Merge pull request #24 from wp-oop/bug/initial-composer-install-fails
Browse files Browse the repository at this point in the history
  • Loading branch information
XedinUnknown committed Jun 17, 2021
2 parents 9dd51ae + b9317c1 commit be8d5ed
Show file tree
Hide file tree
Showing 7 changed files with 364 additions and 294 deletions.
97 changes: 49 additions & 48 deletions .idea/php.xml

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

83 changes: 42 additions & 41 deletions .idea/plugin.iml

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

11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ provide assistance during coding.
docker-compose run --rm test vendor/bin/psalm
```

Will also be run automatically on CI.
- Will also be run automatically on CI.
- PHPStorm [integration][phpstorm-psalm] included.

- **PHPCS**

Expand All @@ -305,9 +306,9 @@ provide assistance during coding.
docker-compose run --rm test vendor/bin/phpcbf
```

By default, uses [PSR-12][] and some rules from the [Slevomat Coding Standard][].

Will also be run automatically on CI.
- By default, uses [PSR-12][] and some rules from the [Slevomat Coding Standard][].
- Will also be run automatically on CI.
- PHPStorm [integration][phpstorm-phpcs] included.


[modularity]: https://dev.to/xedinunknown/cross-platform-modularity-in-php-30bo
Expand All @@ -334,3 +335,5 @@ provide assistance during coding.
[`xdebug.remote_host`]: https://xdebug.org/docs/all_settings#remote_host
[`ModuleInterface`]: https://github.com/Dhii/module-interface/blob/develop/src/ModuleInterface.php
[WI-54242]: https://youtrack.jetbrains.com/issue/WI-54242
[phpstorm-psalm]: https://www.jetbrains.com/help/phpstorm/using-psalm.html
[phpstorm-phpcs]: https://www.jetbrains.com/help/phpstorm/using-php-code-sniffer.html
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
"include": [
"modules.local/*/composer.json"
]
},
"branch-alias": {
"dev-initial": "0.1.x-dev"
}
}
}
Loading

0 comments on commit be8d5ed

Please sign in to comment.