Commit 9d3ecf24 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

composer.json

parent 36b381ee
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
  "prefer-stable": true,
  "require-dev": {
    "phpunit/phpunit": "*",
    "squizlabs/php_codesniffer": "@stable",
    "laminas/laminas-developer-tools": "^2.9"
  },
  "config": {
@@ -56,6 +57,7 @@
    }
  },
  "scripts": {
    "test": "phpunit -c tests"
    "test": "phpunit -c tests",
    "phpcs": "phpcs --standard=PSR2"
  }
}