Skip to content

Commit

Permalink
Merge pull request #373 from loic425/fix/symfony-packs-for-flex
Browse files Browse the repository at this point in the history
Fix Symfony packs for Flex
  • Loading branch information
loic425 committed Dec 3, 2021
2 parents 92f4ace + 71e7a15 commit 1cef6e6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:

-
name: Validate composer.json
if: ${{ true != contains( matrix.package, 'Pack' ) }}
run: composer validate --ansi --strict
working-directory: "src/Monofony/${{ matrix.package }}"

Expand Down
4 changes: 4 additions & 0 deletions src/Monofony/Pack/AdminPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
"license": "MIT",
"require": {
"php": "^8.0",
"behat/behat": "^3.2",
"friends-of-behat/page-object-extension": "^0.3",
"monofony/admin": "^0.8",
"monofony/admin-contracts": "^0.8",
"monofony/behat-bridge": "^0.8",
"monofony/core-contracts": "^0.8",
"monofony/ui-bundle": "^1.10",
"phpstan/phpstan": "^0.12",
"sonata-project/block-bundle": "^4.2",
"sylius/grid-bundle": "^1.9",
"symfony/asset": "^5.3",
Expand Down
6 changes: 4 additions & 2 deletions src/Monofony/Pack/ApiPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@
"require": {
"api-platform/core": "^2.6",
"api-platform/api-pack": "^1.2",
"lchrusciel/api-test-case": "^5.1",
"monofony/api-contracts": "^0.8",
"monofony/core-contracts": "^0.8",
"monofony/user": "^1.10",
"monofony/user-bundle": "^1.10",
"phpstan/phpstan": "^0.12",
"psr/event-dispatcher": "^1.0",
"sylius/resource": "^1.8",
"symfony/messenger": "^5.3"
},
"require-dev": {
"phpstan/phpstan": "^0.12",
"lchrusciel/api-test-case": "^5.1"
"lchrusciel/api-test-case": "^5.1",
"phpstan/phpstan": "^0.12"
},
"autoload": {
"exclude-from-classmap": [
Expand Down
4 changes: 4 additions & 0 deletions src/Monofony/Pack/CorePack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,21 @@
"license": "MIT",
"require": {
"php": "^8.0",
"behat/behat": "^3.2",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.5",
"fakerphp/faker": "^1.14",
"liip/imagine-bundle": "^2.2",
"monofony/behat-bridge": "^0.8",
"monofony/core-bundle": "^0.8",
"monofony/core-contracts": "^0.8",
"monofony/customer-bundle": "^1.10",
"monofony/fos-oauth-server-bridge": "^0.8",
"monofony/sylius-user-bridge": "^0.8",
"monofony/user": "^1.10",
"monofony/user-bundle": "^1.10",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-webmozart-assert": "^0.12",
"sylius/fixtures-bundle": "^1.7",
"sylius/mailer": "^1.5",
"sylius/resource": "^1.8",
Expand Down
2 changes: 2 additions & 0 deletions src/Monofony/Pack/FrontPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
"license": "MIT",
"require": {
"php": "^8.0",
"monofony/behat-bridge": "^0.8",
"monofony/core-bundle": "^0.8",
"monofony/front-contracts": "^0.8",
"monofony/core-contracts": "^0.8",
"monofony/ui-bundle": "^1.10",
"phpstan/phpstan": "^0.12",
"symfony/asset": "^5.3",
"symfony/routing": "^5.3",
"symfony/templating": "^5.3",
Expand Down

0 comments on commit 1cef6e6

Please sign in to comment.