From 9ec60f49fb1ac8fa89b5bea105f94f012fd6fe69 Mon Sep 17 00:00:00 2001
From: Ndame Kital <ndame.kial@smile.fr>
Date: Wed, 3 Jun 2020 10:26:06 +0200
Subject: [PATCH] preparation composer

---
 .gitignore    | 12 ++++++++++++
 composer.json |  8 +++++++-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 76c2dee9..79405b57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,15 @@
 /composer.lock
 /reports/
 .php_cs.*cache
+/nbproject/private/
+/nbproject
+/.idea/
+/.php_cs*cache
+package-lock.json
+yarn.lock
+yarn-error.log
+npm-debug.log
+node_modules/
+vendor/
+/tests/Fixtures/public/build
+/tests/Fixtures/var/
diff --git a/composer.json b/composer.json
index 801a3036..b93dd19b 100644
--- a/composer.json
+++ b/composer.json
@@ -74,9 +74,15 @@
         "irstea/phploc-shim": "^4.0",
         "irstea/phpmd-config": "^1.0",
         "irstea/phpstan-config": "^1.1",
+        "phpstan/phpstan-deprecation-rules": "@stable",
+        "symfony/browser-kit": "^4.3",
+        "symfony/css-selector": "^4.3",
+        "symfony/panther": "^0.5.2",
+        "symfony/web-server-bundle": "^3.4",
         "jakub-onderka/php-parallel-lint": "^1.0",
         "pcov/clobber": "^2.0",
-        "phpunit/phpunit": "^7.0"
+        "irstea/phpstan-config": "^1.1.1",
+      "phpunit/phpunit": "^7.0"
     },
     "config": {
         "sort-packages": true,
-- 
GitLab