Skip to content

Commit 2857d0c

Browse files
committed
release: Reorganization ⚗
1 parent d1d03ed commit 2857d0c

14 files changed

Lines changed: 128 additions & 15 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ Various internal tools and helpers to develop the package itself.
108108

109109
## [GraphQL Printer](<packages/graphql-printer/README.md>)
110110

111-
Independent (from Laravel and Lighthouse) package that allow you to print GraphQL Schema and Queries in highly customized way eg you can choose indent size, print only used/wanted/all types, print only one type, print used/wanted/all directives ([it is not possible with standard printer](https://github.com/webonyx/graphql-php/issues/552)) and even check which types/directives are used in the Schema/Query.
112-
113111
[Read more](<packages/graphql-printer/README.md>).
114112

115113
[//]: # (end: preprocess/46988a763d0c2d97)

metadata.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.0",
2+
"version": "9.3.1",
33
"require": [],
44
"merge": null,
55
"requirements": {
@@ -12,6 +12,15 @@
1212
"^8.3"
1313
]
1414
},
15+
"9.3.1": {
16+
"laravel/framework": [
17+
"^12.0.1"
18+
],
19+
"php": [
20+
"^8.4",
21+
"^8.3"
22+
]
23+
},
1524
"9.3.0": {
1625
"laravel/framework": [
1726
"^12.0.1"

packages/core/metadata.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.0",
2+
"version": "9.3.1",
33
"require": [],
44
"merge": null,
55
"requirements": {
@@ -12,6 +12,15 @@
1212
"^8.3"
1313
]
1414
},
15+
"9.3.1": {
16+
"laravel/framework": [
17+
"^12.0.1"
18+
],
19+
"php": [
20+
"^8.4",
21+
"^8.3"
22+
]
23+
},
1524
"9.3.0": {
1625
"laravel/framework": [
1726
"^12.0.1"

packages/dev/metadata.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.0",
2+
"version": "9.3.1",
33
"require": {
44
"php": "PHP",
55
"phpstan/phpstan": "PHPStan"
@@ -15,6 +15,15 @@
1515
"^2.1.1"
1616
]
1717
},
18+
"9.3.1": {
19+
"php": [
20+
"^8.4",
21+
"^8.3"
22+
],
23+
"phpstan/phpstan": [
24+
"^2.1.1"
25+
]
26+
},
1827
"9.3.0": {
1928
"php": [
2029
"^8.4",

packages/documentator/metadata.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.0",
2+
"version": "9.3.1",
33
"require": [],
44
"merge": null,
55
"requirements": {
@@ -12,6 +12,15 @@
1212
"^8.3"
1313
]
1414
},
15+
"9.3.1": {
16+
"laravel/framework": [
17+
"^12.0.1"
18+
],
19+
"php": [
20+
"^8.4",
21+
"^8.3"
22+
]
23+
},
1524
"9.3.0": {
1625
"laravel/framework": [
1726
"^12.0.1"

packages/eloquent/metadata.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.0",
2+
"version": "9.3.1",
33
"require": [],
44
"merge": null,
55
"requirements": {
@@ -12,6 +12,15 @@
1212
"^8.3"
1313
]
1414
},
15+
"9.3.1": {
16+
"laravel/framework": [
17+
"^12.0.1"
18+
],
19+
"php": [
20+
"^8.4",
21+
"^8.3"
22+
]
23+
},
1524
"9.3.0": {
1625
"laravel/framework": [
1726
"^12.0.1"

packages/formatter/metadata.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.0",
2+
"version": "9.3.1",
33
"require": [],
44
"merge": null,
55
"requirements": {
@@ -12,6 +12,15 @@
1212
"^8.3"
1313
]
1414
},
15+
"9.3.1": {
16+
"laravel/framework": [
17+
"^12.0.1"
18+
],
19+
"php": [
20+
"^8.4",
21+
"^8.3"
22+
]
23+
},
1524
"9.3.0": {
1625
"laravel/framework": [
1726
"^12.0.1"

packages/graphql-printer/metadata.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.0",
2+
"version": "9.3.1",
33
"require": {
44
"php": "PHP",
55
"webonyx/graphql-php": "`webonyx/graphql-php`"
@@ -15,6 +15,15 @@
1515
"^15.4.0"
1616
]
1717
},
18+
"9.3.1": {
19+
"php": [
20+
"^8.4",
21+
"^8.3"
22+
],
23+
"webonyx/graphql-php": [
24+
"^15.4.0"
25+
]
26+
},
1827
"9.3.0": {
1928
"php": [
2029
"^8.4",

packages/graphql/metadata.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.0",
2+
"version": "9.3.1",
33
"require": {
44
"php": "PHP",
55
"laravel/framework": "Laravel",
@@ -19,6 +19,18 @@
1919
"^8.3"
2020
]
2121
},
22+
"9.3.1": {
23+
"laravel/framework": [
24+
"^12.0.1"
25+
],
26+
"nuwave/lighthouse": [
27+
"^6.54.0"
28+
],
29+
"php": [
30+
"^8.4",
31+
"^8.3"
32+
]
33+
},
2234
"9.3.0": {
2335
"laravel/framework": [
2436
"^12.0.1"

packages/migrator/metadata.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.0",
2+
"version": "9.3.1",
33
"require": [],
44
"merge": null,
55
"requirements": {
@@ -12,6 +12,15 @@
1212
"^8.3"
1313
]
1414
},
15+
"9.3.1": {
16+
"laravel/framework": [
17+
"^12.0.1"
18+
],
19+
"php": [
20+
"^8.4",
21+
"^8.3"
22+
]
23+
},
1524
"9.3.0": {
1625
"laravel/framework": [
1726
"^12.0.1"

0 commit comments

Comments
 (0)