Skip to content

Commit

Permalink
Update alias
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Sep 25, 2024
1 parent 48960f3 commit 61f51e0
Show file tree
Hide file tree
Showing 19 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"require": "^7.0"
},
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-dev"
}
}
}
4 changes: 2 additions & 2 deletions src/Monofony/Bridge/Behat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.10",
"monofony/core": "^0.11",
"sylius/user": "^2.0@alpha",
"symfony/finder": "^6.4 || ^7.1",
"symfony/mailer": "^6.4 || ^7.1",
Expand Down Expand Up @@ -54,7 +54,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-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": "^8.2",
"monofony/core-contracts": "^0.10",
"monofony/core-contracts": "^0.11",
"sylius/user": "^2.0@alpha",
"sylius/user-bundle": "^2.0@alpha",
"monofony/customer": "^1.10"
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-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.10-dev"
"dev-master": "0.11-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": "^8.2",
"knplabs/knp-menu": "^3.1",
"monofony/admin-contracts": "^0.10",
"monofony/core": "^0.10",
"monofony/admin-contracts": "^0.11",
"monofony/core": "^0.11",
"symfony/routing": "^6.4 || ^7.1"
},
"autoload": {
Expand All @@ -25,7 +25,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-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.10-dev"
"dev-master": "0.11-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.10-dev"
"dev-master": "0.11-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 @@ -32,7 +32,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-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.10-dev"
"dev-master": "0.11-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.10-dev"
"dev-master": "0.11-dev"
}
},
"repositories": [
Expand Down
2 changes: 1 addition & 1 deletion src/Monofony/MetaPack/AdminMeta/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Monofony/MetaPack/ApiMeta/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Monofony/MetaPack/CoreMeta/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Monofony/MetaPack/FrontMeta/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A meta package providing recipes for front",
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-dev"
}
}
}
14 changes: 7 additions & 7 deletions src/Monofony/Pack/AdminPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"php": "^8.2",
"behat/behat": "^3.2",
"friends-of-behat/page-object-extension": "^0.3",
"monofony/admin": "^0.10",
"monofony/admin-contracts": "^0.10",
"monofony/admin-meta": "^0.10",
"monofony/behat-bridge": "^0.10",
"monofony/core-contracts": "^0.10",
"monofony/admin": "^0.11",
"monofony/admin-contracts": "^0.11",
"monofony/admin-meta": "^0.11",
"monofony/behat-bridge": "^0.11",
"monofony/core-contracts": "^0.11",
"sylius/ui-bundle": "^2.0@alpha",
"pagerfanta/pagerfanta": "^3.5",
"phpstan/phpstan": "^1.5",
Expand All @@ -27,7 +27,7 @@
"require-dev": {
"behat/behat": "^3.2",
"friends-of-behat/page-object-extension": "^0.3",
"monofony/behat-bridge": "^0.10",
"monofony/behat-bridge": "^0.11",
"phpstan/phpstan": "^1.5"
},
"autoload-dev": {
Expand All @@ -48,7 +48,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-dev"
}
}
}
10 changes: 5 additions & 5 deletions src/Monofony/Pack/ApiPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"lchrusciel/api-test-case": "^5.1",
"lexik/jwt-authentication-bundle": "^2.14",
"gesdinet/jwt-refresh-token-bundle": "^1.0",
"monofony/api-contracts": "^0.10",
"monofony/api-meta": "^0.10",
"monofony/core-contracts": "^0.10",
"monofony/core-meta": "^0.10",
"monofony/api-contracts": "^0.11",
"monofony/api-meta": "^0.11",
"monofony/core-contracts": "^0.11",
"monofony/core-meta": "^0.11",
"phpstan/phpstan": "^1.5",
"psr/event-dispatcher": "^1.0",
"sylius/resource": "^1.10",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-dev"
}
}
}
14 changes: 7 additions & 7 deletions src/Monofony/Pack/CorePack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"doctrine/orm": "^2.18",
"fakerphp/faker": "^1.14",
"liip/imagine-bundle": "^2.2",
"monofony/behat-bridge": "^0.10",
"monofony/core-bundle": "^0.10",
"monofony/core-contracts": "^0.10",
"monofony/core-meta": "^0.10",
"monofony/sylius-user-bridge": "^0.10",
"monofony/behat-bridge": "^0.11",
"monofony/core-bundle": "^0.11",
"monofony/core-contracts": "^0.11",
"monofony/core-meta": "^0.11",
"monofony/sylius-user-bridge": "^0.11",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-webmozart-assert": "^1.1",
"sylius/customer-bundle": "^2.0@alpha",
Expand All @@ -33,7 +33,7 @@
},
"require-dev": {
"behat/behat": "^3.2",
"monofony/behat-bridge": "^0.10",
"monofony/behat-bridge": "^0.11",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-webmozart-assert": "^1.1"
},
Expand All @@ -50,7 +50,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-dev"
}
}
}
14 changes: 7 additions & 7 deletions src/Monofony/Pack/FrontPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "MIT",
"require": {
"php": "^8.2",
"monofony/behat-bridge": "^0.10",
"monofony/core-bundle": "^0.10",
"monofony/front-contracts": "^0.10",
"monofony/front-meta": "^0.10",
"monofony/core-contracts": "^0.10",
"monofony/behat-bridge": "^0.11",
"monofony/core-bundle": "^0.11",
"monofony/front-contracts": "^0.11",
"monofony/front-meta": "^0.11",
"monofony/core-contracts": "^0.11",
"sylius/ui-bundle": "^2.0@alpha",
"phpstan/phpstan": "^1.5",
"symfony/asset": "^6.4 || ^7.1",
Expand All @@ -20,7 +20,7 @@
},
"require-dev": {
"phpstan/phpstan": "^1.5",
"monofony/behat-bridge": "^0.10"
"monofony/behat-bridge": "^0.11"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -32,7 +32,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-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 @@ -15,7 +15,7 @@
"friends-of-behat/variadic-extension": "^1.1",
"friendsofphp/php-cs-fixer": "^3.0",
"lchrusciel/api-test-case": "^5.1",
"monofony/behat-bridge": "^0.10",
"monofony/behat-bridge": "^0.11",
"phpspec/phpspec": "^7.2",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-doctrine": "^1.3",
Expand All @@ -41,7 +41,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-dev"
}
}
}

0 comments on commit 61f51e0

Please sign in to comment.