Skip to content

Commit

Permalink
Merge pull request #138 from azjezz/migration/psl
Browse files Browse the repository at this point in the history
replace `thecodingmachine/safe`, `webmozart/assert`, and `symfony/process` by `azjezz/psl`
  • Loading branch information
Ocramius authored May 21, 2021
2 parents da259ab + 39201ed commit 04ee317
Show file tree
Hide file tree
Showing 75 changed files with 1,430 additions and 1,597 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"

WORKDIR /app

RUN apk add --no-cache git gnupg libzip \
RUN apk add --no-cache git gnupg libzip icu-dev \
&& apk add --no-cache --virtual .build-deps libzip-dev \
&& docker-php-ext-install zip \
&& docker-php-ext-install bcmath \
&& docker-php-ext-configure intl \
&& docker-php-ext-install intl \
&& apk del .build-deps

COPY composer.* /app/
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,20 @@
},
"require": {
"php": "^8.0.0",
"ocramius/package-versions": "^2.3.0",
"azjezz/psl": "^1.7.1",
"jwage/changelog-generator": "^1.3.0",
"laminas/laminas-diactoros": "^2.5.0",
"lcobucci/clock": "^2.0.0",
"monolog/monolog": "^2.2.0",
"ocramius/package-versions": "^2.3.0",
"phly/keep-a-changelog": "^2.11.0",
"php-http/curl-client": "^2.2.0",
"php-http/discovery": "^1.13.0",
"php-http/httplug": "^2.2.0",
"psr/http-client": "^1.0.1",
"psr/http-message": "^1.0.1",
"psr/log": "^1.1.3",
"symfony/console": "^5.2.3",
"symfony/process": "^5.2.2",
"thecodingmachine/safe": "^1.3.3",
"webmozart/assert": "^1.9.1"
"symfony/console": "^5.2.3"
},
"autoload-dev": {
"psr-4": {
Expand All @@ -34,11 +32,12 @@
},
"require-dev": {
"doctrine/coding-standard": "^8.2.0",
"php-standard-library/psalm-plugin": "^1.1.1",
"phpunit/phpunit": "^9.5.0",
"psalm/plugin-phpunit": "^0.15.1",
"roave/infection-static-analysis-plugin": "^1.7",
"squizlabs/php_codesniffer": "^3.5.8",
"vimeo/psalm": "^4.3.2"
"vimeo/psalm": "^4.7.2"
},
"config": {
"sort-packages": true
Expand Down
Loading

0 comments on commit 04ee317

Please sign in to comment.