Skip to content

Commit e1fac70

Browse files
committed
Upgrade libraries composer json
1 parent cc70ca7 commit e1fac70

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

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

0 commit comments

Comments
 (0)