Skip to content

Commit ef8b311

Browse files
chore: lock deps for lighthouse implementation (#104)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d188ee commit ef8b311

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

implementations/lighthouse/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-cli
1+
FROM php:8.1.21-cli
22

33
WORKDIR /app
44

@@ -13,5 +13,5 @@ RUN apt-get update && \
1313
zip \
1414
&& rm -rf /var/lib/apt/lists/*
1515
RUN composer create-project laravel/laravel /app
16-
RUN composer require nuwave/lighthouse
16+
RUN composer require nuwave/lighthouse 6.14.0
1717
RUN php artisan vendor:publish --tag=lighthouse-schema

implementations/lighthouse/README.md

+27-27
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
5656
"statusText": "OK",
5757
"status": 200,
5858
"headers": {
59-
"x-powered-by": "PHP/8.1.20",
59+
"x-powered-by": "PHP/8.1.21",
6060
"host": "localhost:4000",
6161
"date": "<timestamp>",
6262
"content-type": "application/json",
@@ -91,7 +91,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
9191
"statusText": "Internal Server Error",
9292
"status": 500,
9393
"headers": {
94-
"x-powered-by": "PHP/8.1.20",
94+
"x-powered-by": "PHP/8.1.21",
9595
"host": "localhost:4000",
9696
"date": "<timestamp>",
9797
"content-type": "application/json",
@@ -379,7 +379,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
379379
"statusText": "OK",
380380
"status": 200,
381381
"headers": {
382-
"x-powered-by": "PHP/8.1.20",
382+
"x-powered-by": "PHP/8.1.21",
383383
"host": "localhost:4000",
384384
"date": "<timestamp>",
385385
"content-type": "application/json",
@@ -610,7 +610,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
610610
"statusText": "OK",
611611
"status": 200,
612612
"headers": {
613-
"x-powered-by": "PHP/8.1.20",
613+
"x-powered-by": "PHP/8.1.21",
614614
"host": "localhost:4000",
615615
"date": "<timestamp>",
616616
"content-type": "application/json",
@@ -841,7 +841,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
841841
"statusText": "OK",
842842
"status": 200,
843843
"headers": {
844-
"x-powered-by": "PHP/8.1.20",
844+
"x-powered-by": "PHP/8.1.21",
845845
"host": "localhost:4000",
846846
"date": "<timestamp>",
847847
"content-type": "application/json",
@@ -1072,7 +1072,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
10721072
"statusText": "OK",
10731073
"status": 200,
10741074
"headers": {
1075-
"x-powered-by": "PHP/8.1.20",
1075+
"x-powered-by": "PHP/8.1.21",
10761076
"host": "localhost:4000",
10771077
"date": "<timestamp>",
10781078
"content-type": "application/json",
@@ -1303,7 +1303,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
13031303
"statusText": "OK",
13041304
"status": 200,
13051305
"headers": {
1306-
"x-powered-by": "PHP/8.1.20",
1306+
"x-powered-by": "PHP/8.1.21",
13071307
"host": "localhost:4000",
13081308
"date": "<timestamp>",
13091309
"content-type": "application/json",
@@ -1534,7 +1534,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
15341534
"statusText": "OK",
15351535
"status": 200,
15361536
"headers": {
1537-
"x-powered-by": "PHP/8.1.20",
1537+
"x-powered-by": "PHP/8.1.21",
15381538
"host": "localhost:4000",
15391539
"date": "<timestamp>",
15401540
"content-type": "application/json",
@@ -1765,7 +1765,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
17651765
"statusText": "OK",
17661766
"status": 200,
17671767
"headers": {
1768-
"x-powered-by": "PHP/8.1.20",
1768+
"x-powered-by": "PHP/8.1.21",
17691769
"host": "localhost:4000",
17701770
"date": "<timestamp>",
17711771
"content-type": "application/json",
@@ -1996,7 +1996,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
19961996
"statusText": "OK",
19971997
"status": 200,
19981998
"headers": {
1999-
"x-powered-by": "PHP/8.1.20",
1999+
"x-powered-by": "PHP/8.1.21",
20002000
"host": "localhost:4000",
20012001
"date": "<timestamp>",
20022002
"content-type": "application/json",
@@ -2227,7 +2227,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
22272227
"statusText": "OK",
22282228
"status": 200,
22292229
"headers": {
2230-
"x-powered-by": "PHP/8.1.20",
2230+
"x-powered-by": "PHP/8.1.21",
22312231
"host": "localhost:4000",
22322232
"date": "<timestamp>",
22332233
"content-type": "application/json",
@@ -2458,7 +2458,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
24582458
"statusText": "OK",
24592459
"status": 200,
24602460
"headers": {
2461-
"x-powered-by": "PHP/8.1.20",
2461+
"x-powered-by": "PHP/8.1.21",
24622462
"host": "localhost:4000",
24632463
"date": "<timestamp>",
24642464
"content-type": "application/json",
@@ -2689,7 +2689,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
26892689
"statusText": "OK",
26902690
"status": 200,
26912691
"headers": {
2692-
"x-powered-by": "PHP/8.1.20",
2692+
"x-powered-by": "PHP/8.1.21",
26932693
"host": "localhost:4000",
26942694
"date": "<timestamp>",
26952695
"content-type": "application/json",
@@ -2920,7 +2920,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
29202920
"statusText": "OK",
29212921
"status": 200,
29222922
"headers": {
2923-
"x-powered-by": "PHP/8.1.20",
2923+
"x-powered-by": "PHP/8.1.21",
29242924
"host": "localhost:4000",
29252925
"date": "<timestamp>",
29262926
"content-type": "application/json",
@@ -3151,7 +3151,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
31513151
"statusText": "OK",
31523152
"status": 200,
31533153
"headers": {
3154-
"x-powered-by": "PHP/8.1.20",
3154+
"x-powered-by": "PHP/8.1.21",
31553155
"host": "localhost:4000",
31563156
"date": "<timestamp>",
31573157
"content-type": "application/json",
@@ -3382,7 +3382,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
33823382
"statusText": "OK",
33833383
"status": 200,
33843384
"headers": {
3385-
"x-powered-by": "PHP/8.1.20",
3385+
"x-powered-by": "PHP/8.1.21",
33863386
"host": "localhost:4000",
33873387
"date": "<timestamp>",
33883388
"content-type": "application/json",
@@ -3405,7 +3405,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
34053405
"statusText": "OK",
34063406
"status": 200,
34073407
"headers": {
3408-
"x-powered-by": "PHP/8.1.20",
3408+
"x-powered-by": "PHP/8.1.21",
34093409
"host": "localhost:4000",
34103410
"date": "<timestamp>",
34113411
"content-type": "application/json",
@@ -3428,7 +3428,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
34283428
"statusText": "OK",
34293429
"status": 200,
34303430
"headers": {
3431-
"x-powered-by": "PHP/8.1.20",
3431+
"x-powered-by": "PHP/8.1.21",
34323432
"host": "localhost:4000",
34333433
"date": "<timestamp>",
34343434
"content-type": "application/json",
@@ -3451,7 +3451,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
34513451
"statusText": "OK",
34523452
"status": 200,
34533453
"headers": {
3454-
"x-powered-by": "PHP/8.1.20",
3454+
"x-powered-by": "PHP/8.1.21",
34553455
"host": "localhost:4000",
34563456
"date": "<timestamp>",
34573457
"content-type": "application/json",
@@ -3474,7 +3474,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
34743474
"statusText": "OK",
34753475
"status": 200,
34763476
"headers": {
3477-
"x-powered-by": "PHP/8.1.20",
3477+
"x-powered-by": "PHP/8.1.21",
34783478
"host": "localhost:4000",
34793479
"date": "<timestamp>",
34803480
"content-type": "application/json",
@@ -3705,7 +3705,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
37053705
"statusText": "OK",
37063706
"status": 200,
37073707
"headers": {
3708-
"x-powered-by": "PHP/8.1.20",
3708+
"x-powered-by": "PHP/8.1.21",
37093709
"host": "localhost:4000",
37103710
"date": "<timestamp>",
37113711
"content-type": "application/json",
@@ -3941,7 +3941,7 @@ The server <i>SHOULD</i> support these, but is not required.
39413941
"statusText": "OK",
39423942
"status": 200,
39433943
"headers": {
3944-
"x-powered-by": "PHP/8.1.20",
3944+
"x-powered-by": "PHP/8.1.21",
39453945
"host": "localhost:4000",
39463946
"date": "<timestamp>",
39473947
"content-type": "application/json",
@@ -3964,7 +3964,7 @@ The server <i>SHOULD</i> support these, but is not required.
39643964
"statusText": "OK",
39653965
"status": 200,
39663966
"headers": {
3967-
"x-powered-by": "PHP/8.1.20",
3967+
"x-powered-by": "PHP/8.1.21",
39683968
"host": "localhost:4000",
39693969
"date": "<timestamp>",
39703970
"content-type": "application/json",
@@ -3999,7 +3999,7 @@ The server <i>SHOULD</i> support these, but is not required.
39993999
"statusText": "OK",
40004000
"status": 200,
40014001
"headers": {
4002-
"x-powered-by": "PHP/8.1.20",
4002+
"x-powered-by": "PHP/8.1.21",
40034003
"host": "localhost:4000",
40044004
"date": "<timestamp>",
40054005
"content-type": "application/json",
@@ -4034,7 +4034,7 @@ The server <i>SHOULD</i> support these, but is not required.
40344034
"statusText": "OK",
40354035
"status": 200,
40364036
"headers": {
4037-
"x-powered-by": "PHP/8.1.20",
4037+
"x-powered-by": "PHP/8.1.21",
40384038
"host": "localhost:4000",
40394039
"date": "<timestamp>",
40404040
"content-type": "application/json",
@@ -4069,7 +4069,7 @@ The server <i>SHOULD</i> support these, but is not required.
40694069
"statusText": "OK",
40704070
"status": 200,
40714071
"headers": {
4072-
"x-powered-by": "PHP/8.1.20",
4072+
"x-powered-by": "PHP/8.1.21",
40734073
"host": "localhost:4000",
40744074
"date": "<timestamp>",
40754075
"content-type": "application/json",
@@ -4104,7 +4104,7 @@ The server <i>SHOULD</i> support these, but is not required.
41044104
"statusText": "OK",
41054105
"status": 200,
41064106
"headers": {
4107-
"x-powered-by": "PHP/8.1.20",
4107+
"x-powered-by": "PHP/8.1.21",
41084108
"host": "localhost:4000",
41094109
"date": "<timestamp>",
41104110
"content-type": "application/json",

0 commit comments

Comments
 (0)