Commit 9ec60f49 authored by Ndame Kital's avatar Ndame Kital
Browse files

preparation composer

parent e0352bbe
1 merge request!5Resolve "préparer composer"
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
Showing with 19 additions and 1 deletion
+19 -1
...@@ -3,3 +3,15 @@ ...@@ -3,3 +3,15 @@
/composer.lock /composer.lock
/reports/ /reports/
.php_cs.*cache .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/
...@@ -74,9 +74,15 @@ ...@@ -74,9 +74,15 @@
"irstea/phploc-shim": "^4.0", "irstea/phploc-shim": "^4.0",
"irstea/phpmd-config": "^1.0", "irstea/phpmd-config": "^1.0",
"irstea/phpstan-config": "^1.1", "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", "jakub-onderka/php-parallel-lint": "^1.0",
"pcov/clobber": "^2.0", "pcov/clobber": "^2.0",
"phpunit/phpunit": "^7.0" "irstea/phpstan-config": "^1.1.1",
"phpunit/phpunit": "^7.0"
}, },
"config": { "config": {
"sort-packages": true, "sort-packages": true,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment