Skip to content

Commit a35ab94

Browse files
committed
Upgrade libraries composer json
1 parent f3f33a9 commit a35ab94

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/location",
3+
"type": "library",
34
"description": "PHP library for determining the physical location of binaries",
45
"license": "MIT",
56
"keywords": ["ffi", "bin", "location", "utility"],
7+
"support": {
8+
"source": "https://github.com/php-ffi/location",
9+
"issues": "https://github.com/php-ffi/location/issues",
10+
"docs": "https://github.com/php-ffi/location/blob/master/README.md"
11+
},
12+
"authors": [
13+
{
14+
"name": "Nesmeyanov Kirill",
15+
"email": "nesk@xakep.ru",
16+
"homepage": "https://serafimarts.ru",
17+
"role": "maintainer"
18+
}
19+
],
620
"require": {
721
"php": ">=7.4"
822
},
@@ -13,7 +27,6 @@
1327
},
1428
"require-dev": {
1529
"vimeo/psalm": "^4.9",
16-
"jetbrains/phpstorm-attributes": "^1.0",
1730
"phpunit/phpunit": "^9.0"
1831
},
1932
"autoload-dev": {

0 commit comments

Comments
 (0)