Browse Source

composer.json creado vía web con Bitbucket

Maximiliano Schvindt 8 years ago
parent
commit
0847e66b17
1 changed files with 18 additions and 0 deletions
  1. 18 0
      composer.json

+ 18 - 0
composer.json

@@ -0,0 +1,18 @@
+{
+	"name": "flowdat/oss-snmp",
+	"description": "A PHP SNMP library for people who hate SNMP, MIBs and OIDs!",
+	"keywords": ["oss", "flowdat", "snmp", "oss-snmp"],
+	"license": "BSD-3-Clause",
+        "require": {
+        	"php": ">=5.4.0"
+	},
+	"require-dev": {
+		"phpunit/phpunit": "4.8.*"
+	},
+	"autoload": {
+		"psr-0": {
+			"OSS_SNMP": "src/"
+		}
+	},
+	"minimum-stability": "dev"
+}