Skip to content

Commit

Permalink
Merge pull request #140 from loic425/fix/composer-versions
Browse files Browse the repository at this point in the history
Fix composer version
  • Loading branch information
loic425 authored May 7, 2020
2 parents 6f855ab + 9aa11cc commit 6339932
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions src/Monofony/Bundle/AdminBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Monofony admin bundle.",
"license": "MIT",
"require": {
"php": "^7.1",
"monofony/core-bundle": "^0.1"
"php": "^7.2",
"monofony/core-bundle": "^0.2"
},
"autoload": {
"psr-4": { "Monofony\\Bundle\\AdminBundle\\": "" },
Expand All @@ -15,7 +15,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
"dev-master": "0.2-dev"
}
}
}
6 changes: 3 additions & 3 deletions src/Monofony/Bundle/ApiBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Monofony API bundle.",
"license": "MIT",
"require": {
"php": "^7.1",
"php": "^7.2",
"api-platform/api-pack": "^1.2",
"monofony/core-bundle": "^0.1"
"monofony/core-bundle": "^0.2"
},
"autoload": {
"psr-4": { "Monofony\\Bundle\\ApiBundle\\": "" },
Expand All @@ -16,7 +16,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
"dev-master": "0.2-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 @@ -52,7 +52,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
"dev-master": "0.2-dev"
}
}
}
6 changes: 3 additions & 3 deletions src/Monofony/Bundle/FrontBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Monofony front bundle.",
"license": "MIT",
"require": {
"php": "^7.1",
"monofony/core-bundle": "^0.1"
"php": "^7.2",
"monofony/core-bundle": "^0.2"
},
"autoload": {
"psr-4": { "Monofony\\Bundle\\FrontBundle\\": "" },
Expand All @@ -15,7 +15,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
"dev-master": "0.2-dev"
}
}
}
4 changes: 2 additions & 2 deletions src/Monofony/Component/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Monofony core.",
"license": "MIT",
"require": {
"php": "^7.1"
"php": "^7.2"
},
"autoload": {
"psr-4": { "Monofony\\Component\\Core\\": "" }
Expand All @@ -13,7 +13,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
"dev-master": "0.2-dev"
}
}
}
6 changes: 3 additions & 3 deletions src/Monofony/Plugin/FixturesPlugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Monofony fixtures plugin.",
"license": "MIT",
"require": {
"php": "^7.1",
"monofony/core-bundle": "^0.1",
"php": "^7.2",
"monofony/core-bundle": "^0.2",
"sylius/fixtures-bundle": "^1.4"
},
"autoload": {
Expand All @@ -16,7 +16,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
"dev-master": "0.2-dev"
}
}
}

0 comments on commit 6339932

Please sign in to comment.