diff --git a/.github/Bug_report.md b/.github/Bug_report.md new file mode 100644 index 0000000..8b27ed7 --- /dev/null +++ b/.github/Bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug Report +about: Report errors and problems + +--- + + + +**Description** + + +**How to reproduce** + + +**Possible Solution** + + +**Additional context** + diff --git a/.github/Documentation_issue.md b/.github/Documentation_issue.md new file mode 100644 index 0000000..196478c --- /dev/null +++ b/.github/Documentation_issue.md @@ -0,0 +1,10 @@ +--- +name: Documentation Issue +about: Anything related to Symfony CMF Documentation + +--- + +Symfony CMF Documentation has its own dedicated repository. Please open your +documentation-related issue at https://github.com/symfony-cmf/symfony-cmf-docs/issues + +Thanks! diff --git a/.github/Feature_request.md b/.github/Feature_request.md new file mode 100644 index 0000000..db3e02c --- /dev/null +++ b/.github/Feature_request.md @@ -0,0 +1,12 @@ +--- +name: Feature Request +about: RFC and ideas for new features and improvements + +--- + +**Description** + + +**Example** + diff --git a/.github/Security_issue.md b/.github/Security_issue.md new file mode 100644 index 0000000..34be6e0 --- /dev/null +++ b/.github/Security_issue.md @@ -0,0 +1,9 @@ +--- +name: Security Issue +about: Report security-related errors + +--- + +If you have found a security issue in Symfony, please send the details to +[David](mailto:david@liip.ch) or [Maximilian](mailto:maximilian.berghoff@gmx.de) and don't disclose it publicly until we can provide a +fix for it. diff --git a/.github/Support_question.md b/.github/Support_question.md new file mode 100644 index 0000000..c128b56 --- /dev/null +++ b/.github/Support_question.md @@ -0,0 +1,15 @@ +--- +name: Support Question +about: Questions about using Symfony CMF and its components + +--- + +**Description** + + +**How to reproduce (optional)** + + +**Possible Solution** + + diff --git a/composer.json b/composer.json index f920b80..9d342e8 100644 --- a/composer.json +++ b/composer.json @@ -18,22 +18,22 @@ "friendsofsymfony/jsrouting-bundle": "^1.1 || ^2.1", "jackalope/jackalope": "^1.3", "jackalope/jackalope-doctrine-dbal": "^1.3", - "symfony/browser-kit": "^2.8 || ^3.0 || ^4.0", - "symfony/console": "^2.8 || ^3.0 || ^4.0", - "symfony/css-selector": "^2.8 || ^3.0 || ^4.0", - "symfony/debug": "^2.8 || ^3.0 || ^4.0", - "symfony/dependency-injection": "^2.8 || ^3.0 || ^4.0", - "symfony/doctrine-bridge": "^2.8 || ^3.0 || ^4.0", - "symfony/framework-bundle": "^2.8.1 || ^3.0 || ^4.0", - "symfony/http-foundation": "^2.8 || ^3.0 || ^4.0", - "symfony/http-kernel": "^2.8 || ^3.0 || ^4.0", - "symfony/monolog-bundle": "^3.1", - "symfony/process": "^2.8 || ^3.0 || ^4.0", - "symfony/security-bundle": "^2.8 || ^3.0 || ^4.0", - "symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0" + "symfony/browser-kit": "^2.8 || ^3.3 || ^4.0", + "symfony/console": "^2.8 || ^3.3 || ^4.0", + "symfony/css-selector": "^2.8 || ^3.3 || ^4.0", + "symfony/debug": "^2.8 || ^3.3 || ^4.0", + "symfony/dependency-injection": "^2.8 || ^3.3 || ^4.0", + "symfony/doctrine-bridge": "^2.8 || ^3.3 || ^4.0", + "symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0", + "symfony/http-foundation": "^2.8 || ^3.3 || ^4.0", + "symfony/http-kernel": "^2.8 || ^3.3 || ^4.0", + "symfony/monolog-bundle": "~3.1", + "symfony/process": "^2.8 || ^3.3 || ^4.0", + "symfony/security-bundle": "^2.8 || ^3.3 || ^4.0", + "symfony/twig-bundle": "^2.8 || ^3.3 || ^4.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.0" + "symfony/phpunit-bridge": "^3.3 || ^4.0" }, "autoload": { "psr-4": {