|
38 | 38 | "ext-json": "*",
|
39 | 39 | "illuminate/contracts": "^6.0|^8.0|^9.0",
|
40 | 40 | "illuminate/support": "^6.0|^8.0|^9.0",
|
41 |
| - "laragraph/utils": "1.4.1", |
| 41 | + "laragraph/utils": "dev-graphql-php-15", |
42 | 42 | "thecodingmachine/safe": "^1.3",
|
43 | 43 | "webonyx/graphql-php": "dev-master"
|
44 | 44 | },
|
|
93 | 93 | "config": {
|
94 | 94 | "preferred-install": "dist",
|
95 | 95 | "sort-packages": true
|
96 |
| - }, |
97 |
| - "repositories": [ |
98 |
| - { |
99 |
| - "type": "package", |
100 |
| - "package": { |
101 |
| - "version": "1.4.1", |
102 |
| - "dist": { |
103 |
| - "url": "https://codeload.github.com/laragraph/utils/legacy.zip/e195202d36c717606b0752a9f8fae6fbeccb7de7", |
104 |
| - "type": "zip" |
105 |
| - }, |
106 |
| - "name": "laragraph/utils", |
107 |
| - "description": "Utilities for using GraphQL with Laravel", |
108 |
| - "license": "MIT", |
109 |
| - "type": "library", |
110 |
| - "authors": [ |
111 |
| - { |
112 |
| - "name": "Benedikt Franke", |
113 |
| - |
114 |
| - } |
115 |
| - ], |
116 |
| - "homepage": "https://github.com/laragraph/utils", |
117 |
| - "support": { |
118 |
| - "issues": "https://github.com/laragraph/utils/issues", |
119 |
| - "source": "https://github.com/laragraph/utils" |
120 |
| - }, |
121 |
| - "require": { |
122 |
| - "php": "^7.2 || ^8", |
123 |
| - "illuminate/contracts": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9", |
124 |
| - "illuminate/http": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9", |
125 |
| - "thecodingmachine/safe": "^1.1 || ^2", |
126 |
| - "webonyx/graphql-php": "^0.13.2 || ^14 || dev-master" |
127 |
| - }, |
128 |
| - "require-dev": { |
129 |
| - "ergebnis/composer-normalize": "^2.11", |
130 |
| - "jangregor/phpstan-prophecy": "^1", |
131 |
| - "mll-lab/php-cs-fixer-config": "^4.4", |
132 |
| - "orchestra/testbench": "3.6.* || 3.7.* || 3.8.* || 3.9.* || ^4 || ^5 || ^6 || ^7", |
133 |
| - "phpstan/extension-installer": "^1", |
134 |
| - "phpstan/phpstan": "^1", |
135 |
| - "phpstan/phpstan-deprecation-rules": "^1", |
136 |
| - "phpstan/phpstan-phpunit": "^1", |
137 |
| - "phpstan/phpstan-strict-rules": "^1", |
138 |
| - "phpunit/phpunit": "^7.5 || ^8.5 || ^9", |
139 |
| - "thecodingmachine/phpstan-safe-rule": "^1.1" |
140 |
| - }, |
141 |
| - "minimum-stability": "dev", |
142 |
| - "prefer-stable": true, |
143 |
| - "autoload": { |
144 |
| - "psr-4": { |
145 |
| - "Laragraph\\Utils\\": "src/" |
146 |
| - } |
147 |
| - }, |
148 |
| - "autoload-dev": { |
149 |
| - "psr-4": { |
150 |
| - "Laragraph\\Utils\\Tests\\": "tests/" |
151 |
| - }, |
152 |
| - "files": [ |
153 |
| - "vendor/symfony/var-dumper/Resources/functions/dump.php" |
154 |
| - ] |
155 |
| - }, |
156 |
| - "config": { |
157 |
| - "allow-plugins": { |
158 |
| - "infection/extension-installer": true, |
159 |
| - "ergebnis/composer-normalize": true, |
160 |
| - "phpstan/extension-installer": true |
161 |
| - }, |
162 |
| - "preferred-install": "dist", |
163 |
| - "sort-packages": true |
164 |
| - } |
165 |
| - |
166 |
| - } |
167 |
| - } |
168 |
| - ] |
169 |
| - |
170 |
| - |
| 96 | + } |
171 | 97 | }
|
0 commit comments