Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

DevKit updates #361

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
34a343c
DevKit updates
ElectricMaxxx Jan 29, 2019
ffa4493
DevKit updates
ElectricMaxxx Jan 29, 2019
512d0cf
DevKit updates
ElectricMaxxx Jan 30, 2019
8a9f4c8
DevKit updates
ElectricMaxxx Jan 30, 2019
718e9e6
first steps into phpunit 6 usage
ElectricMaxxx Jan 31, 2019
561a003
DevKit updates
ElectricMaxxx Feb 4, 2019
38246f1
root node defintion for SF < 4.2 also
ElectricMaxxx Feb 4, 2019
eca857c
replace former variable
ElectricMaxxx Feb 4, 2019
3f8c1ec
DevKit updates
ElectricMaxxx Feb 4, 2019
662db7d
DevKit updates
ElectricMaxxx Feb 8, 2019
4389d89
DevKit updates
ElectricMaxxx Feb 8, 2019
215eb71
DevKit updates
ElectricMaxxx Feb 8, 2019
32986aa
DevKit updates
ElectricMaxxx Feb 8, 2019
926448d
DevKit updates
ElectricMaxxx Feb 14, 2019
445ff47
DevKit updates
ElectricMaxxx Feb 14, 2019
50e21d9
add changelog entry
ElectricMaxxx Feb 26, 2019
c3a1115
add changelog entry
ElectricMaxxx Feb 26, 2019
609a35b
added change to own water
ElectricMaxxx Feb 26, 2019
4ddc38e
fix configuration with root node
ElectricMaxxx Feb 26, 2019
1440f44
some cs fixes
ElectricMaxxx Feb 26, 2019
14e0a08
fix type in composer.json
ElectricMaxxx Feb 27, 2019
42926e9
revert changes in travis as they are not correct here in testing comp…
ElectricMaxxx Feb 27, 2019
c3f3e51
revert all changes from dev-kit in travis.yml
ElectricMaxxx Feb 27, 2019
915f8c9
revert falsy change
ElectricMaxxx Feb 27, 2019
04163c6
fix changelog entry
ElectricMaxxx Feb 28, 2019
81a7a0e
DevKit updates
ElectricMaxxx Mar 1, 2019
198e741
use higher symfony dependency/config testing versions
ElectricMaxxx Mar 1, 2019
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
17 changes: 10 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,23 @@ cache:
- $HOME/.composer/cache/files

env:
matrix: SYMFONY_VERSION=4.0.*
matrix: SYMFONY_VERSION=4.2.*
global:
- SYMFONY_DEPRECATIONS_HELPER="/.*each.*/"
- SYMFONY_DEPRECATIONS_HELPER="weak"
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
- KERNEL_CLASS=Symfony\Cmf\Bundle\SeoBundle\Tests\Fixtures\App\Kernel
- SYMFONY_PHPUNIT_VERSION=5.7.26
- TEST_INSTALLATION=false

matrix:
include:
- php: 7.3
env: SYMFONY_VERSION=4.0.*
- php: 7.2
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=3.4.* SYMFONY_DEPRECATIONS_HELPER=weak
- php: "7.3"
env: SYMFONY_VERSION="4.2.*"
- php: "7.2"
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION="3.4.*" SYMFONY_DEPRECATIONS_HELPER="weak"
- php: "7.3"
env: SYMFONY_VERSION="4.0.*"
- php: "7.3"
env: SYMFONY_VERSION="4.1.*"
fast_finish: true
allow_failures:

Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

Branch | Travis | Coveralls | Scrutinizer |
------ | ------ | --------- | ----------- |
2.x | [![Build Status][travis_stable_badge]][travis_stable_link] | [![Coverage Status][coveralls_stable_badge]][coveralls_stable_link] | [![Scrutinizer Status][scrutinizer_stable_badge]][scrutinizer_stable_link] |
3.0-dev | [![Build Status][travis_stable_badge]][travis_stable_link] | [![Coverage Status][coveralls_stable_badge]][coveralls_stable_link] | [![Scrutinizer Status][scrutinizer_stable_badge]][scrutinizer_stable_link] |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is weird, as -dev does not sound stable - and you now have twice 3.0-dev...

3.0-dev | [![Build Status][travis_unstable_badge]][travis_unstable_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] | [![Scrutinizer Status][scrutinizer_unstable_badge]][scrutinizer_unstable_link] |


This package is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) and licensed
This package is part of the [Symfony Content Management Framework (CMF)](https://cmf.symfony.com/) and licensed
under the [MIT License](LICENSE).

It provides a solution to make content bundles
Expand All @@ -24,23 +24,23 @@ aware for Search Engine Optimisation (SEO).
## Requirements

* PHP 7.2 / 7.3
* Symfony 3.4 / 4.0
* Symfony 3.4 / 4.0 / 4.1 / 4.2
* See also the `require` section of [composer.json](composer.json)

## Documentation

For the install guide and reference, see:

* [symfony-cmf/seo-bundle Documentation](http://symfony.com/doc/master/cmf/bundles/seo/index.html)
* [symfony-cmf/seo-bundle Documentation](https://symfony.com/doc/master/cmf/bundles/seo/index.html)

See also:

* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links
* [All Symfony CMF documentation](https://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
* [Symfony CMF Website](https://cmf.symfony.com/) - introduction, live demo, support and community links

## Support

For general support and questions, please use [StackOverflow](http://stackoverflow.com/questions/tagged/symfony-cmf).
For general support and questions, please use [StackOverflow](https://stackoverflow.com/questions/tagged/symfony-cmf).

## Contributing

Expand All @@ -49,7 +49,7 @@ Pull requests are welcome. Please see our
guide.

Unit and/or functional tests exist for this package. See the
[Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html)
[Testing documentation](https://symfony.com/doc/master/cmf/components/testing.html)
for a guide to running the tests.

Thanks to
Expand All @@ -59,17 +59,17 @@ Thanks to

This package is available under the [MIT license](src/Resources/meta/LICENSE).

[travis_stable_badge]: https://travis-ci.org/symfony-cmf/seo-bundle.svg?branch=2.x
[travis_stable_badge]: https://travis-ci.org/symfony-cmf/seo-bundle.svg?branch=3.0-dev
[travis_stable_link]: https://travis-ci.org/symfony-cmf/seo-bundle
[travis_unstable_badge]: https://travis-ci.org/symfony-cmf/seo-bundle.svg?branch=3.0-dev
[travis_unstable_link]: https://travis-ci.org/symfony-cmf/seo-bundle

[coveralls_stable_badge]: https://coveralls.io/repos/github/symfony-cmf/seo-bundle/badge.svg?branch=2.x
[coveralls_stable_link]: https://coveralls.io/github/symfony-cmf/seo-bundle?branch=2.x
[coveralls_stable_badge]: https://coveralls.io/repos/github/symfony-cmf/seo-bundle/badge.svg?branch=3.0-dev
[coveralls_stable_link]: https://coveralls.io/github/symfony-cmf/seo-bundle?branch=3.0-dev
[coveralls_unstable_badge]: https://coveralls.io/repos/github/symfony-cmf/seo-bundle/badge.svg?branch=3.0-dev
[coveralls_unstable_link]: https://coveralls.io/github/symfony-cmf/seo-bundle?branch=3.0-dev

[scrutinizer_stable_badge]: https://scrutinizer-ci.com/g/symfony-cmf/seo-bundle/badges/quality-score.png?b=2.x
[scrutinizer_stable_link]: https://scrutinizer-ci.com/g/symfony-cmf/seo-bundle/?branch=2.x
[scrutinizer_stable_badge]: https://scrutinizer-ci.com/g/symfony-cmf/seo-bundle/badges/quality-score.png?b=3.0-dev
[scrutinizer_stable_link]: https://scrutinizer-ci.com/g/symfony-cmf/seo-bundle/?branch=3.0-dev
[scrutinizer_unstable_badge]: https://scrutinizer-ci.com/g/symfony-cmf/seo-bundle/badges/quality-score.png?b=3.0-dev
[scrutinizer_unstable_link]: https://scrutinizer-ci.com/g/symfony-cmf/seo-bundle/?branch=3.0-dev