Skip to content

Commit

Permalink
Merge pull request #343 from loic425/fix/package-versions
Browse files Browse the repository at this point in the history
Fix package versions
  • Loading branch information
loic425 committed Jun 24, 2021
2 parents d3fd874 + c8e4fba commit b735fbe
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions src/Monofony/Bridge/Behat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"friends-of-behat/mink-extension": "^2.4",
"friends-of-behat/page-object-extension": "^0.3",
"friends-of-behat/symfony-extension": "^2.0",
"monofony/core": "^0.6",
"monofony/core": "^0.7",
"monofony/user": "^1.10",
"symfony/finder": "^4.4 || ^5.2",
"symfony/routing": "^4.4 || ^5.2",
Expand Down Expand Up @@ -48,7 +48,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Monofony/Bridge/FOSOAuthServer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
}
}
4 changes: 2 additions & 2 deletions src/Monofony/Bridge/SyliusUser/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": ">=7.4 || ^8.0",
"monofony/core-contracts": "^0.6",
"monofony/core-contracts": "^0.7",
"monofony/user-bundle": "^1.10",
"monofony/customer": "^1.10"
},
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Monofony/Bundle/CoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
}
}
6 changes: 3 additions & 3 deletions src/Monofony/Component/Admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": ">=7.4 || ^8.0",
"knplabs/knp-menu": "^3.1",
"monofony/admin-contracts": "^0.6",
"monofony/core": "^0.6",
"monofony/admin-contracts": "^0.7",
"monofony/core": "^0.7",
"symfony/routing": "^4.4 || ^5.2"
},
"autoload": {
Expand All @@ -25,7 +25,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Monofony/Component/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Monofony/Contracts/Admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Monofony/Contracts/Api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Monofony/Contracts/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Monofony/Contracts/Front/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
},
"repositories": [
Expand Down
10 changes: 5 additions & 5 deletions src/Monofony/Pack/AdminPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"require": {
"php": ">=7.4 || ^8.0",
"monofony/admin": "^0.6",
"monofony/admin-contracts": "^0.6",
"monofony/core-contracts": "^0.6",
"monofony/admin": "^0.7",
"monofony/admin-contracts": "^0.7",
"monofony/core-contracts": "^0.7",
"monofony/ui-bundle": "^1.10",
"sonata-project/block-bundle": "^4.2",
"sylius/grid-bundle": "^1.9",
Expand All @@ -20,7 +20,7 @@
"require-dev": {
"behat/behat": "^3.2",
"friends-of-behat/page-object-extension": "^0.3",
"monofony/behat-bridge": "^0.6",
"monofony/behat-bridge": "^0.7",
"phpstan/phpstan": "^0.12"
},
"autoload": {
Expand All @@ -46,7 +46,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
}
}
6 changes: 3 additions & 3 deletions src/Monofony/Pack/ApiPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"api-platform/core": "^2.6",
"api-platform/api-pack": "^1.2",
"monofony/api-contracts": "^0.6",
"monofony/core-contracts": "^0.6",
"monofony/api-contracts": "^0.7",
"monofony/core-contracts": "^0.7",
"monofony/user": "^1.10",
"monofony/user-bundle": "^1.10",
"psr/event-dispatcher": "^1.0",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
}
}
12 changes: 6 additions & 6 deletions src/Monofony/Pack/CorePack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"doctrine/orm": "^2.5",
"fakerphp/faker": "^1.14",
"liip/imagine-bundle": "^2.2",
"monofony/core-bundle": "^0.6",
"monofony/core-contracts": "^0.6",
"monofony/core-bundle": "^0.7",
"monofony/core-contracts": "^0.7",
"monofony/customer-bundle": "^1.10",
"monofony/fos-oauth-server-bridge": "^0.6",
"monofony/sylius-user-bridge": "^0.6",
"monofony/fos-oauth-server-bridge": "^0.7",
"monofony/sylius-user-bridge": "^0.7",
"monofony/user": "^1.10",
"monofony/user-bundle": "^1.10",
"sylius/fixtures-bundle": "^1.7",
Expand All @@ -28,7 +28,7 @@
},
"require-dev": {
"behat/behat": "^3.2",
"monofony/behat-bridge": "^0.6",
"monofony/behat-bridge": "^0.7",
"phpstan/phpstan": "^0.12"
},
"autoload": {
Expand All @@ -49,7 +49,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
}
}
10 changes: 5 additions & 5 deletions src/Monofony/Pack/FrontPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"require": {
"php": ">=7.4 || ^8.0",
"monofony/core-bundle": "^0.6",
"monofony/front-contracts": "^0.6",
"monofony/core-contracts": "^0.6",
"monofony/core-bundle": "^0.7",
"monofony/front-contracts": "^0.7",
"monofony/core-contracts": "^0.7",
"monofony/ui-bundle": "^1.10",
"symfony/asset": "^4.4 || ^5.2",
"symfony/routing": "^4.4 || ^5.2",
Expand All @@ -16,7 +16,7 @@
},
"require-dev": {
"phpstan/phpstan": "^0.12",
"monofony/behat-bridge": "^0.6"
"monofony/behat-bridge": "^0.7"
},
"autoload": {
"exclude-from-classmap": [
Expand All @@ -33,7 +33,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
}
}
4 changes: 2 additions & 2 deletions src/Monofony/Pack/TestPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"friendsofphp/php-cs-fixer": "^2.13",
"infection/infection": "^0.18",
"lchrusciel/api-test-case": "^5.1",
"monofony/behat-bridge": "^0.6",
"monofony/behat-bridge": "^0.7",
"phpspec/phpspec": "^7.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-doctrine": "^0.12",
Expand All @@ -40,7 +40,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
}
}

0 comments on commit b735fbe

Please sign in to comment.