mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '2.0' into 2.0-docs
* 2.0: Fix application's version v1.14.1-DEV [Composer] Add conflict to phpstan/phpdoc-parser >= 2.0
This commit is contained in:
commit
89661f7416
6 changed files with 12 additions and 5 deletions
|
|
@ -34,7 +34,8 @@
|
|||
"symfony/intl": "^6.4 || ^7.1"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 3.0"
|
||||
"doctrine/orm": ">= 3.0",
|
||||
"phpstan/phpdoc-parser": ">= 2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/data-fixtures": "^1.7",
|
||||
|
|
|
|||
|
|
@ -45,7 +45,8 @@
|
|||
"symfony/form": "^6.4.1 || ^7.1"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 3.0"
|
||||
"doctrine/orm": ">= 3.0",
|
||||
"phpstan/phpdoc-parser": ">= 2.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ final class SyliusCoreBundle extends AbstractResourceBundle
|
|||
|
||||
public const MINOR_VERSION = '0';
|
||||
|
||||
public const RELEASE_VERSION = '1';
|
||||
public const RELEASE_VERSION = '0';
|
||||
|
||||
public const EXTRA_VERSION = 'DEV';
|
||||
|
||||
|
|
|
|||
|
|
@ -68,6 +68,9 @@
|
|||
"symfony/workflow": "^6.4 || ^7.1",
|
||||
"php-http/discovery": "^1.20"
|
||||
},
|
||||
"conflict": {
|
||||
"phpstan/phpdoc-parser": ">= 2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/doctrine-bundle": "^2.13",
|
||||
"hwi/oauth-bundle": "^2.2",
|
||||
|
|
|
|||
|
|
@ -33,7 +33,8 @@
|
|||
"symfony/validator": "^6.4 || ^7.1"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 3.0"
|
||||
"doctrine/orm": ">= 3.0",
|
||||
"phpstan/phpdoc-parser": ">= 2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/doctrine-bundle": "^2.13",
|
||||
|
|
|
|||
|
|
@ -37,7 +37,8 @@
|
|||
"symfony/framework-bundle": "^6.4.1 || ^7.1"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 3.0"
|
||||
"doctrine/orm": ">= 3.0",
|
||||
"phpstan/phpdoc-parser": ">= 2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/doctrine-bundle": "^2.13",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue