We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 118c06b + 82c5fa1 commit b0c3d59Copy full SHA for b0c3d59
1 file changed
composer.json
@@ -1,5 +1,7 @@
1
{
2
"name": "php-ds/extension",
3
+ "description": "An extension providing efficient data structures for PHP 7",
4
+ "type": "php-ext",
5
"license": "MIT",
6
"keywords": [],
7
"authors": [
@@ -9,11 +11,17 @@
9
11
}
10
12
],
13
"minimum-stability": "dev",
14
+ "require": {
15
+ "php": ">= 7.4.0"
16
+ },
17
"require-dev": {
18
"php-ds/tests": "^1.5"
19
},
20
"scripts": {
21
"test" : "php test.php",
22
"memtest": "USE_ZEND_ALLOC=0 ZEND_DONT_UNLOAD_MODULES=1 valgrind php test.php"
23
24
+ "php-ext": {
25
+ "extension-name": "ds"
26
27
0 commit comments