Skip to content

Commit ba0c5e4

Browse files
authored
Merge pull request #60 from TomHAnderson/feature/composer
doctrine-orm-graphql 12.3
2 parents 36d722e + 22f3b6b commit ba0c5e4

File tree

2 files changed

+659
-423
lines changed

2 files changed

+659
-423
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "laravel/laravel",
2+
"name": "api-skeletons/ldog",
33
"type": "project",
4-
"description": "The skeleton application for the Laravel framework.",
5-
"keywords": ["laravel", "framework"],
4+
"description": "The LDOG Stack: Laravel, Doctrine ORM & GraphQL",
5+
"keywords": ["laravel", "doctrine", "orm", "graphql"],
66
"license": "MIT",
77
"require": {
88
"php": "^8.2",
9-
"api-skeletons/doctrine-orm-graphql": "^12.2",
9+
"api-skeletons/doctrine-orm-graphql": "^12.3",
1010
"api-skeletons/laravel-doctrine-apikey": "^2.0",
1111
"api-skeletons/laravel-doctrine-data-fixtures": "^1.0",
1212
"laravel-doctrine/orm": "^3.0",

0 commit comments

Comments
 (0)