Skip to content

Commit

Permalink
Merge pull request #348 from loic425/feature/fix-ci-with-composer-val…
Browse files Browse the repository at this point in the history
…idate

Fix validating composer
  • Loading branch information
loic425 committed Sep 15, 2021
2 parents ea45157 + 844a9f2 commit 9dc571f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
15 changes: 13 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,32 +59,43 @@
},
"require": {
"php": ">=7.4 || ^8.0",
"api-platform/api-pack": "^1.2",
"api-platform/core": "^2.6",
"composer/package-versions-deprecated": "^1.11",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.2",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.5",
"friendsofsymfony/oauth-server-bundle": "^1.6 || >2.0.0-alpha.0 ^2.0@dev",
"fakerphp/faker": "^1.14",
"friendsofsymfony/oauth-server-bundle": "^1.6 || >2.0.0-alpha.0 ^2.0@dev",
"liip/imagine-bundle": "^2.2",
"monofony/customer-bundle": "^1.10",
"monofony/ui-bundle": "^1.10",
"monofony/user-bundle": "^1.10",
"nelmio/cors-bundle": "^2.1",
"phpdocumentor/reflection-docblock": "^5.2",
"sensio/framework-extra-bundle": "^5.1",
"sensiolabs/security-checker": "^6.0",
"sonata-project/block-bundle": "^4.2",
"sylius/fixtures-bundle": "^1.7",
"sylius/grid-bundle": "^1.9",
"sylius/mailer-bundle": "^1.6",
"sylius/resource-bundle": "^1.8",
"symfony/asset": "^4.4 || ^5.2",
"symfony/dotenv": "^4.4 || ^5.2",
"symfony/expression-language": "5.3.*",
"symfony/flex": "^1.2",
"symfony/framework-bundle": "^4.4 || ^5.2",
"symfony/messenger": "^4.4 || ^5.2",
"symfony/monolog-bundle": "^3.3",
"symfony/polyfill-php80": "^1.15",
"symfony/property-access": "5.3.*",
"symfony/property-info": "5.3.*",
"symfony/proxy-manager-bridge": "^4.4 || ^5.2",
"symfony/security-bundle": "5.3.*",
"symfony/serializer": "^4.4 || ^5.2",
"symfony/swiftmailer-bundle": "^3.0",
"symfony/twig-bundle": "^4.4 || ^5.2",
"symfony/validator": "^4.4 || ^5.2",
"symfony/webpack-encore-bundle": "^1.6",
"twig/extensions": "^1.5",
"twig/twig": "^2.7",
Expand Down
18 changes: 9 additions & 9 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"amphp/byte-stream": {
"version": "v1.5.1"
},
"api-platform/api-pack": {
"version": "v1.2.1"
},
"api-platform/core": {
"version": "2.5",
"recipe": {
Expand Down Expand Up @@ -55,6 +52,9 @@
"coduo/php-to-string": {
"version": "2.0.1"
},
"composer/package-versions-deprecated": {
"version": "1.11.99.2"
},
"composer/semver": {
"version": "1.4.2"
},
Expand Down Expand Up @@ -467,6 +467,9 @@
"phpunit/php-file-iterator": {
"version": "2.0.1"
},
"phpunit/php-invoker": {
"version": "3.1.1"
},
"phpunit/php-text-template": {
"version": "1.2.1"
},
Expand Down Expand Up @@ -515,6 +518,9 @@
"se/selenium-server-standalone": {
"version": "v2.53.1"
},
"sebastian/code-unit": {
"version": "1.0.8"
},
"sebastian/code-unit-reverse-lookup": {
"version": "1.0.1"
},
Expand Down Expand Up @@ -788,9 +794,6 @@
"symfony/options-resolver": {
"version": "v4.2.0"
},
"symfony/orm-pack": {
"version": "v2.0.0"
},
"symfony/password-hasher": {
"version": "v5.3.0"
},
Expand Down Expand Up @@ -881,9 +884,6 @@
"symfony/serializer": {
"version": "v4.4.0"
},
"symfony/serializer-pack": {
"version": "v1.0.3"
},
"symfony/service-contracts": {
"version": "v1.1.2"
},
Expand Down

0 comments on commit 9dc571f

Please sign in to comment.