Add josephlavin/tap
This commit is contained in:
parent
6f7ef4e75d
commit
4e158f5127
|
@ -5,6 +5,7 @@
|
||||||
"php": "^7.1.3",
|
"php": "^7.1.3",
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
|
"josephlavin/tap": "^1.0",
|
||||||
"jublonet/codebird-php": "^3.1",
|
"jublonet/codebird-php": "^3.1",
|
||||||
"symfony/console": "4.2.*",
|
"symfony/console": "4.2.*",
|
||||||
"symfony/dotenv": "4.2.*",
|
"symfony/dotenv": "4.2.*",
|
||||||
|
|
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",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "9c3a244c0c839d09436aa590947fe9b7",
|
"content-hash": "44ae0283f9ee0b1d882855194bea1221",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/installers",
|
"name": "composer/installers",
|
||||||
|
@ -126,6 +126,45 @@
|
||||||
],
|
],
|
||||||
"time": "2018-08-27T06:10:37+00:00"
|
"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",
|
"name": "jublonet/codebird-php",
|
||||||
"version": "3.1.0",
|
"version": "3.1.0",
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
"doctrine/inflector": {
|
"doctrine/inflector": {
|
||||||
"version": "v1.3.0"
|
"version": "v1.3.0"
|
||||||
},
|
},
|
||||||
|
"josephlavin/tap": {
|
||||||
|
"version": "v1.0.0"
|
||||||
|
},
|
||||||
"jublonet/codebird-php": {
|
"jublonet/codebird-php": {
|
||||||
"version": "3.1.0"
|
"version": "3.1.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue