mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Roll up liap
This commit is contained in:
parent
6f3ba86465
commit
6523ae0570
@ -53,7 +53,7 @@
|
||||
"halaxa/json-machine": "^0.7.0",
|
||||
"hashids/hashids": "^4.0",
|
||||
"hedii/laravel-gelf-logger": "^7.0",
|
||||
"imdhemy/laravel-purchases": "^0.10.3",
|
||||
"imdhemy/laravel-purchases": "^1.7",
|
||||
"intervention/image": "^2.5",
|
||||
"invoiceninja/inspector": "^1.0",
|
||||
"laracasts/presenter": "^0.2.1",
|
||||
|
107
composer.lock
generated
107
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": "1d0b16310de636e662f09a655f374f83",
|
||||
"content-hash": "5aa22a61531e67324395d207a7c94e27",
|
||||
"packages": [
|
||||
{
|
||||
"name": "afosto/yaac",
|
||||
@ -3045,29 +3045,34 @@
|
||||
},
|
||||
{
|
||||
"name": "imdhemy/appstore-iap",
|
||||
"version": "0.3.11",
|
||||
"version": "1.5.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/imdhemy/appstore-iap.git",
|
||||
"reference": "f1400b7df2e003f8be0ef2f3fa267f7fbb2b69a5"
|
||||
"reference": "319253eecb8844fef07848917383d9b4aa9ba2c6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/imdhemy/appstore-iap/zipball/f1400b7df2e003f8be0ef2f3fa267f7fbb2b69a5",
|
||||
"reference": "f1400b7df2e003f8be0ef2f3fa267f7fbb2b69a5",
|
||||
"url": "https://api.github.com/repos/imdhemy/appstore-iap/zipball/319253eecb8844fef07848917383d9b4aa9ba2c6",
|
||||
"reference": "319253eecb8844fef07848917383d9b4aa9ba2c6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"guzzlehttp/guzzle": "^6.0|^7.0",
|
||||
"nesbot/carbon": "^2.41"
|
||||
"ext-openssl": "*",
|
||||
"ext-sodium": "*",
|
||||
"guzzlehttp/guzzle": "^6.5|^7.4",
|
||||
"lcobucci/jwt": "^4.2",
|
||||
"nesbot/carbon": "^2.64",
|
||||
"php": ">=7.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.14",
|
||||
"friendsofphp/php-cs-fixer": "^2.16",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/var-dumper": "^5.1",
|
||||
"vimeo/psalm": "^3.17"
|
||||
"fakerphp/faker": "^1.15",
|
||||
"friendsofphp/php-cs-fixer": "^3.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"symfony/var-dumper": "^5.3",
|
||||
"vimeo/psalm": "^5.1"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@ -3077,7 +3082,7 @@
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
@ -3088,37 +3093,38 @@
|
||||
"description": "PHP Appstore In-App Purchase implementation",
|
||||
"support": {
|
||||
"issues": "https://github.com/imdhemy/appstore-iap/issues",
|
||||
"source": "https://github.com/imdhemy/appstore-iap/tree/0.3.11"
|
||||
"source": "https://github.com/imdhemy/appstore-iap/tree/1.5.4"
|
||||
},
|
||||
"time": "2021-05-15T06:44:10+00:00"
|
||||
"time": "2022-12-11T10:53:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "imdhemy/google-play-billing",
|
||||
"version": "0.6.4",
|
||||
"version": "1.3.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/imdhemy/google-play-billing.git",
|
||||
"reference": "957ec1a17db844ee74b1ad71252d2fbd489ab033"
|
||||
"reference": "803b3357dfa31f89d062dbe757e10a482e262a35"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/imdhemy/google-play-billing/zipball/957ec1a17db844ee74b1ad71252d2fbd489ab033",
|
||||
"reference": "957ec1a17db844ee74b1ad71252d2fbd489ab033",
|
||||
"url": "https://api.github.com/repos/imdhemy/google-play-billing/zipball/803b3357dfa31f89d062dbe757e10a482e262a35",
|
||||
"reference": "803b3357dfa31f89d062dbe757e10a482e262a35",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"google/auth": "^1.15",
|
||||
"guzzlehttp/guzzle": "^6.0|^7.0",
|
||||
"guzzlehttp/guzzle": "^6.5|^7.4",
|
||||
"nesbot/carbon": "^2.41",
|
||||
"php": ">=7.1"
|
||||
"php": ">=7.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.16",
|
||||
"fzaninotto/faker": "^1.9",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/var-dumper": "^5.1",
|
||||
"vimeo/psalm": "^3.17"
|
||||
"fakerphp/faker": "^1.16",
|
||||
"friendsofphp/php-cs-fixer": "^3.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"symfony/var-dumper": "^5.3",
|
||||
"vimeo/psalm": "^4.12"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@ -3127,6 +3133,9 @@
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "imdhemy",
|
||||
@ -3136,43 +3145,44 @@
|
||||
"description": "Google Play Billing",
|
||||
"support": {
|
||||
"issues": "https://github.com/imdhemy/google-play-billing/issues",
|
||||
"source": "https://github.com/imdhemy/google-play-billing/tree/0.6.4"
|
||||
"source": "https://github.com/imdhemy/google-play-billing/tree/1.3.1"
|
||||
},
|
||||
"time": "2021-10-16T09:50:02+00:00"
|
||||
"time": "2022-12-09T09:08:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "imdhemy/laravel-purchases",
|
||||
"version": "0.10.4",
|
||||
"version": "1.7.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/imdhemy/laravel-in-app-purchases.git",
|
||||
"reference": "eb9a4d248a626cb6b7a59c9626726fd8534aec78"
|
||||
"reference": "bc70dfdec89f000c4048ef3fb3527d2d2eee9cb3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/imdhemy/laravel-in-app-purchases/zipball/eb9a4d248a626cb6b7a59c9626726fd8534aec78",
|
||||
"reference": "eb9a4d248a626cb6b7a59c9626726fd8534aec78",
|
||||
"url": "https://api.github.com/repos/imdhemy/laravel-in-app-purchases/zipball/bc70dfdec89f000c4048ef3fb3527d2d2eee9cb3",
|
||||
"reference": "bc70dfdec89f000c4048ef3fb3527d2d2eee9cb3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"imdhemy/appstore-iap": "^0.3",
|
||||
"imdhemy/google-play-billing": "^0.6",
|
||||
"nesbot/carbon": "^2.41",
|
||||
"php": ">=7.1"
|
||||
"ext-openssl": "*",
|
||||
"imdhemy/appstore-iap": "^1.5",
|
||||
"imdhemy/google-play-billing": "^1.2",
|
||||
"laravel/framework": ">=8.0",
|
||||
"php": ">=7.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.17",
|
||||
"orchestra/testbench": "^5.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"psalm/plugin-laravel": "^1.2",
|
||||
"vimeo/psalm": "^4.3"
|
||||
"friendsofphp/php-cs-fixer": "^3.14",
|
||||
"orchestra/testbench": "^6.24",
|
||||
"psalm/plugin-laravel": "^1.5",
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"vimeo/psalm": "^4.30"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Imdhemy\\Purchases\\PurchaseServiceProvider"
|
||||
"Imdhemy\\Purchases\\ServiceProviders\\LiapServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"Product": "\\Imdhemy\\Purchases\\Facades\\Product",
|
||||
@ -3192,14 +3202,13 @@
|
||||
"authors": [
|
||||
{
|
||||
"name": "imdhemy",
|
||||
"email": "imdhemy@gmail.com",
|
||||
"homepage": "http://dhemy.studio",
|
||||
"role": "Developer"
|
||||
"email": "imdhemy@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Laravel receipt validator for Google Play",
|
||||
"homepage": "https://github.com/imdhemy/laravel-in-app-purchases",
|
||||
"description": "The top-notch Laravel receipt validator.",
|
||||
"homepage": "https://imdhemy.com/laravel-iap-docs",
|
||||
"keywords": [
|
||||
"app_store",
|
||||
"google_play",
|
||||
"in_app_purchases",
|
||||
"laravel",
|
||||
@ -3207,7 +3216,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/imdhemy/laravel-in-app-purchases/issues",
|
||||
"source": "https://github.com/imdhemy/laravel-in-app-purchases/tree/0.10.4"
|
||||
"source": "https://github.com/imdhemy/laravel-in-app-purchases/tree/1.7.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -3215,7 +3224,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2022-08-20T04:59:54+00:00"
|
||||
"time": "2023-03-06T15:16:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "intervention/image",
|
||||
|
Loading…
Reference in New Issue
Block a user