This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +74
-8
lines changed Expand file tree Collapse file tree 8 files changed +74
-8
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug Report
3+ about : Report errors and problems
4+
5+ ---
6+
7+ <!--
8+ The Symfony Code of Conduct applies to all the activity on this repository.
9+ See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
10+ -->
11+
12+ ** Description**
13+ <!-- A clear and concise description of the problem. -->
14+
15+ ** How to reproduce**
16+ <!-- Code and/or config needed to reproduce the problem. If it's a complex bug,
17+ create a "bug reproducer" as explained in:
18+ https://symfony.com/doc/current/contributing/code/reproducer.html -->
19+
20+ ** Possible Solution**
21+ <!-- - Optional: only if you have suggestions on a fix/reason for the bug -->
22+
23+ ** Additional context**
24+ <!-- Optional: any other context about the problem: log messages, screenshots, etc. -->
Original file line number Diff line number Diff line change 1+ ---
2+ name : Documentation Issue
3+ about : Anything related to Symfony CMF Documentation
4+
5+ ---
6+
7+ Symfony CMF Documentation has its own dedicated repository. Please open your
8+ documentation-related issue at https://github.com/symfony-cmf/symfony-cmf-docs/issues
9+
10+ Thanks!
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature Request
3+ about : RFC and ideas for new features and improvements
4+
5+ ---
6+
7+ ** Description**
8+ <!-- A clear and concise description of the new feature. -->
9+
10+ ** Example**
11+ <!-- A simple example of the new feature in action (include PHP code, YAML config, etc.)
12+ If the new feature changes an existing feature, include a simple before/after comparison. -->
Original file line number Diff line number Diff line change 1+ ---
2+ name : Security Issue
3+ about : Report security-related errors
4+
5+ ---
6+
7+ If you have found a security issue in Symfony, please send the details to
8+ [ David] ( mailto:david@liip.ch ) or [ Maximilian] ( mailto:maximilian.berghoff@gmx.de ) and don't disclose it publicly until we can provide a
9+ fix for it.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Support Question
3+ about : Questions about using Symfony CMF and its components
4+
5+ ---
6+
7+ ** Description**
8+ <!-- A clear and concise description of the problem. -->
9+
10+ ** How to reproduce (optional)**
11+ <!-- Optional: Only if you have something to reproduce. Code and/or config needed to reproduce the problem. -->
12+
13+ ** Possible Solution**
14+ <!-- Optional: only if you have suggestions to solve it -->
15+
Original file line number Diff line number Diff line change 2828env :
2929 matrix : SYMFONY_VERSION=4.0.*
3030 global :
31- - SYMFONY_DEPRECATIONS_HELPER=0
31+ - SYMFONY_DEPRECATIONS_HELPER="0"
3232 - SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
3333 - KERNEL_CLASS=Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\Tests\Fixtures\App\Kernel
3434 - SYMFONY_PHPUNIT_VERSION=5.7
Original file line number Diff line number Diff line change 1010
1111Branch | Travis | Coveralls |
1212------ | ------ | --------- |
13- master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_unstable_link ] | [ ![ Coverage Status] [ coveralls_unstable_badge ]] [ coveralls_unstable_link ] |
13+ master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_link ] | [ ![ Coverage Status] [ coveralls_unstable_badge ]] [ coveralls_unstable_link ] |
1414
1515This package is part of the [ Symfony Content Management Framework (CMF)] ( http://cmf.symfony.com/ ) and licensed
1616under the [ MIT License] ( LICENSE ) .
@@ -56,11 +56,9 @@ Thanks to
5656This package is available under the [ MIT license] ( src/Resources/meta/LICENSE ) .
5757
5858[ travis_legacy_badge ] : https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle.svg?branch=master
59- [ travis_legacy_link ] : https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle
6059[ travis_stable_badge ] : https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle.svg?branch=master
61- [ travis_stable_link ] : https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle
6260[ travis_unstable_badge ] : https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle.svg?branch=master
63- [ travis_unstable_link ] : https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle
61+ [ travis_link ] : https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle
6462
6563[ coveralls_legacy_badge ] : https://coveralls.io/repos/github/symfony-cmf/sonata-phpcr-admin-integration-bundle/badge.svg?branch=master
6664[ coveralls_legacy_link ] : https://coveralls.io/github/symfony-cmf/sonata-phpcr-admin-integration-bundle?branch=master
Original file line number Diff line number Diff line change 6767 "conflict" : {
6868 "sebastian/environment" : " <1.3.4" ,
6969 "sebastian/exporter" : " <2.0.0"
70- },
71- "minimum-stability" : " dev" ,
72- "prefer-stable" : true
70+ }
7371}
You can’t perform that action at this time.
0 commit comments