We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da14d7 commit 5e9694dCopy full SHA for 5e9694d
composer.json
@@ -1,8 +1,22 @@
1
{
2
"name": "ffi/proxy",
3
+ "type": "library",
4
"description": "PHP FFI Proxy",
5
"license": "MIT",
6
"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
+ ],
20
"require": {
21
"php": ">=7.4",
22
"ext-ffi": "*"
@@ -14,7 +28,6 @@
28
},
29
"require-dev": {
30
"vimeo/psalm": "^4.9",
- "jetbrains/phpstorm-attributes": "^1.0",
31
"phpunit/phpunit": "^9.0"
32
33
"autoload-dev": {
0 commit comments