Skip to content

Commit

Permalink
Packages and server upgrade (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
vokomarov authored May 5, 2024
2 parents 2574fcc + b0fda92 commit 152fc2a
Show file tree
Hide file tree
Showing 3 changed files with 1,685 additions and 1,276 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN --mount=type=bind,from=mlocati/php-extension-installer:1.5,source=/usr/bin/
install-php-extensions opcache zip xsl dom exif intl pcntl bcmath sockets mbstring pdo_mysql mysqli redis && \
apk del --no-cache ${PHPIZE_DEPS} ${BUILD_DEPENDS}

COPY --from=ghcr.io/roadrunner-server/roadrunner:2023.2.2 /usr/bin/rr /usr/bin/rr
COPY --from=ghcr.io/roadrunner-server/roadrunner:2024.1.1 /usr/bin/rr /usr/bin/rr

COPY --from=composer /usr/bin/composer /usr/bin/composer

Expand Down
42 changes: 21 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,39 @@
"ext-pdo": "*",
"ext-redis": "*",
"ext-sockets": "*",
"aws/aws-sdk-php": "^3.281",
"cycle/entity-behavior": "^1.2",
"cycle/entity-behavior-uuid": "^1.0",
"doctrine/collections": "^2.1",
"firebase/php-jwt": "^6.8",
"google/apiclient": "^2.15",
"illuminate/collections": "^10.23",
"kreait/firebase-php": "^7.0",
"laminas/laminas-diactoros": "^2.25",
"aws/aws-sdk-php": "^3.305",
"cycle/entity-behavior": "^1.3",
"cycle/entity-behavior-uuid": "^1.2",
"doctrine/collections": "^2.2",
"firebase/php-jwt": "^6.10",
"google/apiclient": "^2.16",
"illuminate/collections": "^10.48",
"kreait/firebase-php": "^7.10",
"laminas/laminas-diactoros": "^2.26",
"lcobucci/jwt": "^4.3",
"ramsey/uuid": "^4.7",
"spiral-packages/league-event": "^1.0",
"spiral-packages/scheduler": "^2.1",
"spiral/cycle-bridge": "^2.5",
"spiral/cycle-bridge": "^2.9",
"spiral/filters-bridge": "^1.0",
"spiral/framework": "^3.8",
"spiral/framework": "^3.12",
"spiral/nyholm-bridge": "^1.3",
"spiral/roadrunner-bridge": "^2.6",
"spiral/roadrunner-cli": "^2.5",
"spiral/stempler-bridge": "^3.2",
"spiral/translator": "^3.8",
"spiral/validator": "^1.3",
"symfony/mailer": "^6.3",
"spiral/roadrunner-bridge": "^3.5.0",
"spiral/roadrunner-cli": "^2.6",
"spiral/stempler-bridge": "^3.12",
"spiral/translator": "^3.12",
"spiral/validator": "^1.5",
"symfony/mailer": "^6.4",
"voku/portable-utf8": "^6.0",
"web-auth/webauthn-lib": "^4.7"
"web-auth/webauthn-lib": "^4.8"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"qossmic/deptrac-shim": "^1.0",
"squizlabs/php_codesniffer": "3.*",
"spiral/testing": "^2.4",
"symfony/var-dumper": "^6.3",
"vimeo/psalm": "^5.15"
"spiral/testing": "^2.7",
"symfony/var-dumper": "^6.4",
"vimeo/psalm": "^5.24"
},
"scripts": {
"post-create-project-cmd": [
Expand Down
Loading

0 comments on commit 152fc2a

Please sign in to comment.