Skip to content

Commit

Permalink
chore: lock deps for lighthouse implementation (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
enisdenjo and github-actions[bot] authored Jul 14, 2023
1 parent 0d188ee commit ef8b311
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions implementations/lighthouse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-cli
FROM php:8.1.21-cli

WORKDIR /app

Expand All @@ -13,5 +13,5 @@ RUN apt-get update && \
zip \
&& rm -rf /var/lib/apt/lists/*
RUN composer create-project laravel/laravel /app
RUN composer require nuwave/lighthouse
RUN composer require nuwave/lighthouse 6.14.0
RUN php artisan vendor:publish --tag=lighthouse-schema
54 changes: 27 additions & 27 deletions implementations/lighthouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -91,7 +91,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "Internal Server Error",
"status": 500,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -379,7 +379,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -610,7 +610,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -841,7 +841,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -1072,7 +1072,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -1303,7 +1303,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -1534,7 +1534,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -1765,7 +1765,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -1996,7 +1996,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -2227,7 +2227,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -2458,7 +2458,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -2689,7 +2689,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -2920,7 +2920,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -3151,7 +3151,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -3382,7 +3382,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand All @@ -3405,7 +3405,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand All @@ -3428,7 +3428,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand All @@ -3451,7 +3451,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand All @@ -3474,7 +3474,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -3705,7 +3705,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -3941,7 +3941,7 @@ The server <i>SHOULD</i> support these, but is not required.
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand All @@ -3964,7 +3964,7 @@ The server <i>SHOULD</i> support these, but is not required.
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -3999,7 +3999,7 @@ The server <i>SHOULD</i> support these, but is not required.
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -4034,7 +4034,7 @@ The server <i>SHOULD</i> support these, but is not required.
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -4069,7 +4069,7 @@ The server <i>SHOULD</i> support these, but is not required.
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down Expand Up @@ -4104,7 +4104,7 @@ The server <i>SHOULD</i> support these, but is not required.
"statusText": "OK",
"status": 200,
"headers": {
"x-powered-by": "PHP/8.1.20",
"x-powered-by": "PHP/8.1.21",
"host": "localhost:4000",
"date": "<timestamp>",
"content-type": "application/json",
Expand Down

0 comments on commit ef8b311

Please sign in to comment.