removed unnecessary files
This commit is contained in:
74
composer.lock
generated
Normal file
74
composer.lock
generated
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"_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": "57681ab4dff57de6b6f281c64411265a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "pda/pheanstalk",
|
||||
"version": "v4.0.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pheanstalk/pheanstalk.git",
|
||||
"reference": "6165573aad525d39b3ac8ae916214cb483a61263"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pheanstalk/pheanstalk/zipball/6165573aad525d39b3ac8ae916214cb483a61263",
|
||||
"reference": "6165573aad525d39b3ac8ae916214cb483a61263",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"php": ">=7.1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Pheanstalk\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Paul Annesley",
|
||||
"email": "paul@annesley.cc",
|
||||
"homepage": "http://paul.annesley.cc/",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Sam Mousa",
|
||||
"email": "sam@mousa.nl",
|
||||
"role": "Maintainer"
|
||||
}
|
||||
],
|
||||
"description": "PHP client for beanstalkd queue",
|
||||
"homepage": "https://github.com/pheanstalk/pheanstalk",
|
||||
"keywords": [
|
||||
"beanstalkd"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/pheanstalk/pheanstalk/issues",
|
||||
"source": "https://github.com/pheanstalk/pheanstalk/tree/v4.0.3"
|
||||
},
|
||||
"time": "2020-09-22T07:17:48+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user