mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
dependency updates
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
bfcbc41141
commit
7efa09339c
2 changed files with 6 additions and 6 deletions
|
|
@ -37,7 +37,7 @@ COPY --from=dind /usr/local/bin/docker /usr/local/bin/
|
||||||
RUN chmod +x /usr/local/bin/docker
|
RUN chmod +x /usr/local/bin/docker
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
pecl install APCu-5.1.21; \
|
pecl install APCu-5.1.22; \
|
||||||
docker-php-ext-enable apcu
|
docker-php-ext-enable apcu
|
||||||
|
|
||||||
RUN set -e && \
|
RUN set -e && \
|
||||||
|
|
|
||||||
10
php/composer.lock
generated
10
php/composer.lock
generated
|
|
@ -397,16 +397,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/serializable-closure",
|
"name": "laravel/serializable-closure",
|
||||||
"version": "v1.2.1",
|
"version": "v1.2.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/serializable-closure.git",
|
"url": "https://github.com/laravel/serializable-closure.git",
|
||||||
"reference": "d78fd36ba031a1a695ea5a406f29996948d7011b"
|
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/d78fd36ba031a1a695ea5a406f29996948d7011b",
|
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae",
|
||||||
"reference": "d78fd36ba031a1a695ea5a406f29996948d7011b",
|
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -453,7 +453,7 @@
|
||||||
"issues": "https://github.com/laravel/serializable-closure/issues",
|
"issues": "https://github.com/laravel/serializable-closure/issues",
|
||||||
"source": "https://github.com/laravel/serializable-closure"
|
"source": "https://github.com/laravel/serializable-closure"
|
||||||
},
|
},
|
||||||
"time": "2022-08-26T15:25:27+00:00"
|
"time": "2022-09-08T13:45:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nikic/fast-route",
|
"name": "nikic/fast-route",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue