Skip to content

Commit

Permalink
Drop support for Symfony 5 and api-platform 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 20, 2024
1 parent 23b785c commit 12863d7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-mbstring": "*",
"ext-simplexml": "*",
"ext-soap": "*",
"api-platform/core": "^2.7.11 || ^3.2",
"api-platform/core": "^3.2",
"dbp/relay-base-person-bundle": "^0.2.26",
"dbp/relay-blob-bundle": "^0.1.40",
"dbp/relay-blob-library": "^0.2.9",
Expand All @@ -21,18 +21,18 @@
"doctrine/orm": "^2.18",
"psr/cache": "^3.0",
"psr/log": "^1.1.4 || ^2.0 || ^3.0",
"symfony/config": "^5.4 || ^6.4",
"symfony/console": "^5.4 || ^6.4",
"symfony/dependency-injection": "^5.4 || ^6.4",
"symfony/config": "^6.4",
"symfony/console": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/event-dispatcher": "^6.4",
"symfony/framework-bundle": "^5.4.30 || ^6.4",
"symfony/framework-bundle": "^6.4",
"symfony/http-client": "^6.4",
"symfony/http-foundation": "^5.4 || ^6.4",
"symfony/http-kernel": "^5.4 || ^6.4",
"symfony/messenger": "^5.4 || ^6.4",
"symfony/routing": "^5.4 || ^6.4",
"symfony/uid": "^5.4 || ^6.4",
"symfony/validator": "^5.4 || ^6.4",
"symfony/http-foundation": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/messenger": "^6.4",
"symfony/routing": "^6.4",
"symfony/uid": "^6.4",
"symfony/validator": "^6.4",
"typesense/typesense-php": "^4.9"
},
"require-dev": {
Expand All @@ -41,11 +41,11 @@
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/phpstan-symfony": "^1.3.7",
"phpunit/phpunit": "^10.1",
"symfony/browser-kit": "^5.4 || ^6.4",
"symfony/browser-kit": "^6.4",
"symfony/phpunit-bridge": "^7.0.4",
"vimeo/psalm": "^5.22.2",
"symfony/error-handler":"^5.4 || ^6.4",
"symfony/monolog-bridge":"^5.4 || ^6.4"
"symfony/error-handler":"^6.4",
"symfony/monolog-bridge":"^6.4"
},
"autoload": {
"psr-4": {
Expand Down
52 changes: 26 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12863d7

Please sign in to comment.