diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-13 12:17:18 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-13 12:17:18 +0100 |
| commit | bb1f6f3af659e0256e60f6dd6c00ae8fa58e0caf (patch) | |
| tree | 4a7146024fd61833e63f157e5eedcc7309e154f7 /composer.json | |
| parent | 6a54c4bbbec689e82d378ce1b2a6cfc8bf060a8e (diff) | |
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 19 |
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" + } +} |
