Skip to content

Commit

Permalink
chore: use api-platform/symfony:^4.0 instead of api-platform/core
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Sep 15, 2024
1 parent 7e88f29 commit 24284bf
Show file tree
Hide file tree
Showing 6 changed files with 1,077 additions and 145 deletions.
7 changes: 5 additions & 2 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"php": ">=8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/core": "^3.3",
"api-platform/doctrine-orm": "^4.0",
"api-platform/graphql": "^4.0",
"api-platform/symfony": "^4.0",
"doctrine/common": "^3.4",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-fixtures-bundle": "^3.5",
Expand Down Expand Up @@ -115,5 +117,6 @@
"flex://defaults"
]
}
}
},
"minimum-stability": "alpha"
}
Loading

0 comments on commit 24284bf

Please sign in to comment.