404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.137.220.199: ~ $
FROM composer:latest as setup

WORKDIR /guzzle

RUN set -xe \
    && composer init --name=guzzlehttp/test --description="Simple project for testing Guzzle scripts" --author="Márk Sági-Kazár <mark.sagikazar@gmail.com>" --no-interaction \
    && composer require guzzlehttp/guzzle


FROM php:7.3

WORKDIR /guzzle

COPY --from=setup /guzzle /guzzle

Filemanager

Name Type Size Permission Actions
.git Folder 0755
.github Folder 0755
docs Folder 0755
src Folder 0755
tests Folder 0755
vendor-bin Folder 0755
.editorconfig File 360 B 0644
.gitattributes File 570 B 0644
.gitignore File 163 B 0644
.php-cs-fixer.dist.php File 3.59 KB 0644
CHANGELOG.md File 85.37 KB 0644
Dockerfile File 363 B 0644
LICENSE File 1.45 KB 0644
Makefile File 2.75 KB 0644
README.md File 4.96 KB 0644
UPGRADING.md File 53.58 KB 0644
composer.json File 2.92 KB 0644
phpstan-baseline.neon File 6.43 KB 0644
phpstan.neon.dist File 276 B 0644
phpunit.xml.dist File 883 B 0644
psalm-baseline.xml File 6.41 KB 0644
psalm.xml File 499 B 0644