summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..27ccbfc
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,19 @@
+{
+ "name": "php-ds/extension",
+ "license": "MIT",
+ "keywords": [],
+ "authors": [
+ {
+ "name": "Rudi Theunissen",
+ "email": "rudolf.theunissen@gmail.com"
+ }
+ ],
+ "minimum-stability": "dev",
+ "require-dev": {
+ "php-ds/tests": "^1.5"
+ },
+ "scripts": {
+ "test" : "php test.php",
+ "memtest": "USE_ZEND_ALLOC=0 ZEND_DONT_UNLOAD_MODULES=1 valgrind php test.php"
+ }
+}