Skip to content

Commit

Permalink
Merge pull request #37 from TomHAnderson/feature/graphql-12
Browse files Browse the repository at this point in the history
Upgrade to graphql v12
  • Loading branch information
TomHAnderson authored Aug 17, 2024
2 parents 02d2c96 + 5199bbe commit c0c151a
Show file tree
Hide file tree
Showing 4 changed files with 450 additions and 549 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
php-version: '8.1'
php-version: '8.3'
composer-options: '--prefer-dist --ignore-platform-req=php'

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"php": "^8.3",
"ext-curl": "*",
"ext-zip": "*",
"api-skeletons/doctrine-orm-graphql": "^10.1",
"api-skeletons/doctrine-orm-graphql": "^12.0",
"beberlei/doctrineextensions": "^1.3",
"fruitcake/laravel-cors": "^3.0",
"guzzlehttp/guzzle": "^7.2",
Expand Down
Loading

0 comments on commit c0c151a

Please sign in to comment.