Skip to content

Commit

Permalink
DevKit updates (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Nov 23, 2021
1 parent f56de82 commit ff3b7c3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ tests export-ignore
docs export-ignore
Makefile export-ignore
phpunit.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpstan-baseline.neon export-ignore
phpstan-console-application.php export-ignore
psalm.xml export-ignore
psalm-baseline.xml export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Remove dev dependencies not compatible with Symfony 6
if: matrix.symfony-require == '6.0.*'
run: composer remove psalm/plugin-symfony symfony/maker-bundle symfony/panther --dev --no-update --no-interaction
run: composer remove psalm/plugin-symfony --dev --no-update --no-interaction

- name: Install Composer dependencies (${{ matrix.dependencies }})
uses: ramsey/composer-install@v1
Expand Down
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,11 @@ coverage:
docs:
cd docs && sphinx-build -W -b dirhtml -d _build/doctrees . _build/html
.PHONY: docs

phpstan:
vendor/bin/phpstan --memory-limit=1G analyse
.PHONY: phpstan

psalm:
vendor/bin/psalm
.PHONY: psalm
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This bundle provides a Site and Page management through container and block serv

[![Latest Stable Version](https://poser.pugx.org/sonata-project/page-bundle/v/stable)](https://packagist.org/packages/sonata-project/page-bundle)
[![Latest Unstable Version](https://poser.pugx.org/sonata-project/page-bundle/v/unstable)](https://packagist.org/packages/sonata-project/page-bundle)
[![Psalm Type Coverage][shepherd_stable_badge]][shepherd_stable_link]
[![License](https://poser.pugx.org/sonata-project/page-bundle/license)](https://packagist.org/packages/sonata-project/page-bundle)

[![Total Downloads](https://poser.pugx.org/sonata-project/page-bundle/downloads)](https://packagist.org/packages/sonata-project/page-bundle)
Expand Down Expand Up @@ -44,6 +45,8 @@ This package is available under the [MIT license](LICENSE).
[coverage_stable_link]: https://codecov.io/gh/sonata-project/SonataPageBundle/branch/3.x
[coverage_unstable_badge]: https://codecov.io/gh/sonata-project/SonataPageBundle/branch/4.x/graph/badge.svg
[coverage_unstable_link]: https://codecov.io/gh/sonata-project/SonataPageBundle/branch/4.x
[shepherd_stable_badge]: https://shepherd.dev/github/sonata-project/SonataPageBundle/coverage.svg
[shepherd_stable_link]: https://shepherd.dev/github/sonata-project/SonataPageBundle
[documentation_stable_badge]: https://readthedocs.org/projects/sonatapagebundle/badge/?version=3.x
[documentation_stable_link]: https://docs.sonata-project.org/projects/SonataPageBundle/en/3.x/?badge=3.x
[documentation_unstable_badge]: https://readthedocs.org/projects/sonatapagebundle/badge/?version=4.x
Expand Down

0 comments on commit ff3b7c3

Please sign in to comment.