Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 273aa6a

Browse files
committed
Upgrade libraries composer json
1 parent 938fc87 commit 273aa6a

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

composer.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
{
22
"name": "ffi/scalar-utils",
3+
"type": "library",
34
"description": "PHP FFI Scalar Utilities",
45
"license": "MIT",
5-
"keywords": ["ffi", "scalar"],
6+
"keywords": ["ffi", "scalar", "support", "util", "helpers"],
7+
"support": {
8+
"source": "https://github.com/php-ffi/scalar-utils",
9+
"issues": "https://github.com/php-ffi/scalar-utils/issues",
10+
"docs": "https://github.com/php-ffi/scalar-utils/blob/master/README.md"
11+
},
12+
"authors": [
13+
{
14+
"name": "Nesmeyanov Kirill",
15+
"email": "[email protected]",
16+
"homepage": "https://serafimarts.ru",
17+
"role": "maintainer"
18+
}
19+
],
620
"require": {
721
"php": ">=7.4",
822
"ext-ffi": "*"
@@ -14,7 +28,6 @@
1428
},
1529
"require-dev": {
1630
"vimeo/psalm": "^4.9",
17-
"jetbrains/phpstorm-attributes": "^1.0",
1831
"phpunit/phpunit": "^9.0"
1932
},
2033
"autoload-dev": {

0 commit comments

Comments
 (0)