Skip to content

Commit

Permalink
Fix Composer Requirement Version #ESPP-622
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier authored and rbayet committed Jan 18, 2023
1 parent 8045193 commit b5cdc8d
Show file tree
Hide file tree
Showing 3 changed files with 1,857 additions and 1,819 deletions.
54 changes: 27 additions & 27 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,27 @@
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"composer/package-versions-deprecated": "^1.11",
"cweagans/composer-patches": "^1.7",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.1",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.7",
"elasticsearch/elasticsearch": "^7.0",
"composer/package-versions-deprecated": "~1.11.99",
"cweagans/composer-patches": "~1.7.2",
"doctrine/annotations": "~1.13.2",
"doctrine/doctrine-bundle": "~2.5.0",
"doctrine/doctrine-migrations-bundle": "~3.2.1",
"doctrine/orm": "~2.10.0",
"elasticsearch/elasticsearch": "~7.16.0",
"gally/gally-standard": "dev-master",
"guzzlehttp/guzzle": "^7.0",
"lexik/jwt-authentication-bundle": "^2.14",
"nelmio/cors-bundle": "^2.1",
"phpdocumentor/reflection-docblock": "^5.2",
"guzzlehttp/guzzle": "~7.4.0",
"hautelook/alice-bundle": "~2.10.0",
"lexik/jwt-authentication-bundle": "~2.14.0",
"nelmio/cors-bundle": "~2.2.0",
"phpdocumentor/reflection-docblock": "~5.3.0",
"symfony/asset": "6.0.*",
"symfony/console": "6.0.*",
"symfony/dotenv": "6.0.*",
"symfony/expression-language": "6.0.*",
"symfony/flex": "^1.3.1",
"symfony/flex": "~1.17.0",
"symfony/framework-bundle": "6.0.*",
"symfony/intl": "6.0.*",
"symfony/monolog-bundle": "^3.5",
"symfony/monolog-bundle": "~3.7.0",
"symfony/property-access": "6.0.*",
"symfony/property-info": "6.0.*",
"symfony/proxy-manager-bridge": "6.0.*",
Expand All @@ -36,26 +37,25 @@
"symfony/uid": "6.0.*",
"symfony/validator": "6.0.*",
"symfony/yaml": "6.0.*",
"webonyx/graphql-php": "^14.11"
"webonyx/graphql-php": "~14.11.0"
},
"require-dev": {
"api-platform/schema-generator": "^4.0",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"friendsofphp/php-cs-fixer": "^3.0",
"hautelook/alice-bundle": "^2.10",
"justinrainbow/json-schema": "^5.2",
"liip/test-fixtures-bundle": "^2.0.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-doctrine": "^1.2",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-symfony": "^1.1",
"phpunit/phpunit": "^9.5",
"api-platform/schema-generator": "~4.0.0",
"doctrine/doctrine-fixtures-bundle": "~3.4.0",
"friendsofphp/php-cs-fixer": "~3.4.0",
"justinrainbow/json-schema": "~5.2.0",
"liip/test-fixtures-bundle": "~2.2.0",
"phpstan/extension-installer": "~1.1.0",
"phpstan/phpstan": "~1.4.0",
"phpstan/phpstan-doctrine": "~1.2.0",
"phpstan/phpstan-phpunit": "~1.0.0",
"phpstan/phpstan-symfony": "~1.1.0",
"phpunit/phpunit": "~9.5.0",
"symfony/browser-kit": "6.0.*",
"symfony/css-selector": "6.0.*",
"symfony/debug-bundle": "6.0.*",
"symfony/http-client": "6.0.*",
"symfony/maker-bundle": "^1.21",
"symfony/maker-bundle": "~1.36.0",
"symfony/phpunit-bridge": "6.0.*",
"symfony/stopwatch": "6.0.*",
"symfony/var-dumper": "6.0.*",
Expand Down
Loading

0 comments on commit b5cdc8d

Please sign in to comment.