summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..a1ab965
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,55 @@
+{
+ "authors": [
+ {
+ "name": "Sergey Alexeev"
+ },
+ {
+ "name": "Sebastian Bergmann"
+ },
+ {
+ "name": "Jan Borsodi"
+ },
+ {
+ "name": "Raymond Bosman"
+ },
+ {
+ "name": "Frederik Holljen"
+ },
+ {
+ "name": "Kore Nordmann"
+ },
+ {
+ "name": "Derick Rethans"
+ },
+ {
+ "name": "Vadym Savchuk"
+ },
+ {
+ "name": "Tobias Schlitt"
+ },
+ {
+ "name": "Alexandru Stanoi"
+ }
+ ],
+ "autoload": {
+ "classmap": [
+ "src"
+ ]
+ },
+ "description": "zetacomponents/unit-test Component",
+ "homepage": "https://github.com/zetacomponents",
+ "license": "Apache-2.0",
+ "name": "zetacomponents/unit-test",
+ "type": "library",
+ "require": {
+ "phpunit/phpunit": "^9.0"
+ },
+ "require-dev": {
+ "zetacomponents/coding-standard": "^1.0"
+ },
+ "config": {
+ "allow-plugins": {
+ "dealerdirect/phpcodesniffer-composer-installer": true
+ }
+ }
+}