Использование composer

This commit is contained in:
Artem Vasilev 2021-12-14 15:53:18 +03:00
parent 42bf84c0e3
commit a2b36ce6f9
3 changed files with 59 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
.idea .idea
/vendor
composer.phar

36
composer.json Executable file
View File

@ -0,0 +1,36 @@
{
"name": "webmasterskaya/crypto-pro-php-stubs",
"type": "library",
"description": "Самая полная библиотека подсказок IDE libphpcades (КриптоПро), которая обеспечивает автозаполнение в современных IDE.",
"keywords": [
"КриптоПро",
"CryptoPro",
"DevTools",
"IDE",
"Stubs",
"Stub",
"PhpStorm",
"Netbeans",
"Eclipse",
"autocomplete"
],
"license": "MIT",
"authors": [
{
"name": "Artem Vasilev",
"email": "kern.usr@gmail.com"
}
],
"support": {
"issues": "https://github.com/webmasterskaya/crypto-pro-php-stubs/issues",
"source": "https://github.com/webmasterskaya/crypto-pro-php-stubs"
},
"require": {
"php": ">=7"
},
"autoload-dev": {
"psr-4": {
"\\": "src/"
}
}
}

20
composer.lock generated Normal file
View File

@ -0,0 +1,20 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "907c660afb1c4d1e4f0ba1360f661e16",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7"
},
"platform-dev": [],
"plugin-api-version": "2.1.0"
}