Add josephlavin/tap
This commit is contained in:
parent
6f7ef4e75d
commit
4e158f5127
3 changed files with 44 additions and 1 deletions
41
composer.lock
generated
41
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "9c3a244c0c839d09436aa590947fe9b7",
|
||||
"content-hash": "44ae0283f9ee0b1d882855194bea1221",
|
||||
"packages": [
|
||||
{
|
||||
"name": "composer/installers",
|
||||
|
@ -126,6 +126,45 @@
|
|||
],
|
||||
"time": "2018-08-27T06:10:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "josephlavin/tap",
|
||||
"version": "v1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/josephlavin/tap.git",
|
||||
"reference": "8733d96fb9b7d7dca204dfe59ec3ff34f3c69be9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/josephlavin/tap/zipball/8733d96fb9b7d7dca204dfe59ec3ff34f3c69be9",
|
||||
"reference": "8733d96fb9b7d7dca204dfe59ec3ff34f3c69be9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~5.7"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/tap.php",
|
||||
"src/TapProxy.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "Stand alone port of Laravel's tap method.",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"php",
|
||||
"tap"
|
||||
],
|
||||
"time": "2017-09-24T23:36:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "jublonet/codebird-php",
|
||||
"version": "3.1.0",
|
||||
|
|
Reference in a new issue