Skip to content

Commit 02502ba

Browse files
committed
Publish on Packagist via PIE rather than PECL
1 parent 937c855 commit 02502ba

File tree

2 files changed

+29
-280
lines changed

2 files changed

+29
-280
lines changed

composer.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "awesome/simdjson_plus",
3+
"description": "Blazing-fast JSON encoding and decoding for PHP, powered by the simdjson project.",
4+
"type": "php-ext",
5+
"keywords": ["json", "encoder", "decoder", "simd"],
6+
"homepage": "https://github.com/awesomized/simdjson-plus-php-ext",
7+
"license": [
8+
"Apache-2.0"
9+
],
10+
"support": {
11+
"issues": "https://github.com/awesomized/simdjson-plus-php-ext/issues",
12+
"source": "https://github.com/awesomized/simdjson-plus-php-ext"
13+
},
14+
"php-ext": {
15+
"extension-name": "simdjson_plus"
16+
},
17+
"prefer-stable": true,
18+
"config": {
19+
"sort-packages": true
20+
},
21+
"extra": {
22+
"branch-alias": {
23+
"dev-main": "2.0.x-dev"
24+
}
25+
},
26+
"require": {
27+
"php": "^8.1"
28+
}
29+
}

package.xml

Lines changed: 0 additions & 280 deletions
This file was deleted.

0 commit comments

Comments
 (0)