mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-02-22 18:05:50 +03:00
Использование composer
This commit is contained in:
parent
42bf84c0e3
commit
a2b36ce6f9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
.idea
|
||||
/vendor
|
||||
composer.phar
|
||||
|
36
composer.json
Executable file
36
composer.json
Executable 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
20
composer.lock
generated
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user