From a2d94a45e833b37e668a96f94893eb53736055ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Mon, 23 Oct 2023 12:34:46 +0200 Subject: [PATCH] [Docs] Add missing note about composer update --- docs/development.md | 1 + symfony.lock | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/docs/development.md b/docs/development.md index 109649df..36d3933e 100644 --- a/docs/development.md +++ b/docs/development.md @@ -2,6 +2,7 @@ ```bash git clone git@github.com:Sylius/PayPalPlugin.git +composer install (cd tests/Application && yarn install) (cd tests/Application && yarn build) (cd tests/Application && bin/console assets:install) diff --git a/symfony.lock b/symfony.lock index 0166bfeb..fe7d2fcc 100644 --- a/symfony.lock +++ b/symfony.lock @@ -140,6 +140,15 @@ "ref": "518ac22defa04a8a1d82479ed362e2921487adf0" } }, + "phpstan/phpstan": { + "version": "1.10", + "recipe": { + "repo": "github.com/symfony/recipes-contrib", + "branch": "main", + "version": "1.0", + "ref": "5e490cc197fb6bb1ae22e5abbc531ddc633b6767" + } + }, "phpunit/phpunit": { "version": "9.6", "recipe": {