Skip to content

Commit 5e9694d

Browse files
committed
Upgrade libraries composer json
1 parent 6da14d7 commit 5e9694d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

composer.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
{
22
"name": "ffi/proxy",
3+
"type": "library",
34
"description": "PHP FFI Proxy",
45
"license": "MIT",
56
"keywords": ["ffi", "proxy"],
7+
"support": {
8+
"source": "https://github.com/php-ffi/proxy",
9+
"issues": "https://github.com/php-ffi/proxy/issues",
10+
"docs": "https://github.com/php-ffi/proxy/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)