1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Roll up liap

This commit is contained in:
David Bomba 2023-03-12 18:36:14 +11:00
parent 6f3ba86465
commit 6523ae0570
2 changed files with 59 additions and 50 deletions

View File

@ -53,7 +53,7 @@
"halaxa/json-machine": "^0.7.0", "halaxa/json-machine": "^0.7.0",
"hashids/hashids": "^4.0", "hashids/hashids": "^4.0",
"hedii/laravel-gelf-logger": "^7.0", "hedii/laravel-gelf-logger": "^7.0",
"imdhemy/laravel-purchases": "^0.10.3", "imdhemy/laravel-purchases": "^1.7",
"intervention/image": "^2.5", "intervention/image": "^2.5",
"invoiceninja/inspector": "^1.0", "invoiceninja/inspector": "^1.0",
"laracasts/presenter": "^0.2.1", "laracasts/presenter": "^0.2.1",

107
composer.lock generated
View File

@ -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": "1d0b16310de636e662f09a655f374f83", "content-hash": "5aa22a61531e67324395d207a7c94e27",
"packages": [ "packages": [
{ {
"name": "afosto/yaac", "name": "afosto/yaac",
@ -3045,29 +3045,34 @@
}, },
{ {
"name": "imdhemy/appstore-iap", "name": "imdhemy/appstore-iap",
"version": "0.3.11", "version": "1.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/imdhemy/appstore-iap.git", "url": "https://github.com/imdhemy/appstore-iap.git",
"reference": "f1400b7df2e003f8be0ef2f3fa267f7fbb2b69a5" "reference": "319253eecb8844fef07848917383d9b4aa9ba2c6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/imdhemy/appstore-iap/zipball/f1400b7df2e003f8be0ef2f3fa267f7fbb2b69a5", "url": "https://api.github.com/repos/imdhemy/appstore-iap/zipball/319253eecb8844fef07848917383d9b4aa9ba2c6",
"reference": "f1400b7df2e003f8be0ef2f3fa267f7fbb2b69a5", "reference": "319253eecb8844fef07848917383d9b4aa9ba2c6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"guzzlehttp/guzzle": "^6.0|^7.0", "ext-openssl": "*",
"nesbot/carbon": "^2.41" "ext-sodium": "*",
"guzzlehttp/guzzle": "^6.5|^7.4",
"lcobucci/jwt": "^4.2",
"nesbot/carbon": "^2.64",
"php": ">=7.4"
}, },
"require-dev": { "require-dev": {
"fakerphp/faker": "^1.14", "fakerphp/faker": "^1.15",
"friendsofphp/php-cs-fixer": "^2.16", "friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^8.5", "phpunit/phpunit": "^9.5",
"symfony/var-dumper": "^5.1", "roave/security-advisories": "dev-latest",
"vimeo/psalm": "^3.17" "symfony/var-dumper": "^5.3",
"vimeo/psalm": "^5.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -3077,7 +3082,7 @@
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"BSD-3-Clause" "MIT"
], ],
"authors": [ "authors": [
{ {
@ -3088,37 +3093,38 @@
"description": "PHP Appstore In-App Purchase implementation", "description": "PHP Appstore In-App Purchase implementation",
"support": { "support": {
"issues": "https://github.com/imdhemy/appstore-iap/issues", "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", "name": "imdhemy/google-play-billing",
"version": "0.6.4", "version": "1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/imdhemy/google-play-billing.git", "url": "https://github.com/imdhemy/google-play-billing.git",
"reference": "957ec1a17db844ee74b1ad71252d2fbd489ab033" "reference": "803b3357dfa31f89d062dbe757e10a482e262a35"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/imdhemy/google-play-billing/zipball/957ec1a17db844ee74b1ad71252d2fbd489ab033", "url": "https://api.github.com/repos/imdhemy/google-play-billing/zipball/803b3357dfa31f89d062dbe757e10a482e262a35",
"reference": "957ec1a17db844ee74b1ad71252d2fbd489ab033", "reference": "803b3357dfa31f89d062dbe757e10a482e262a35",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"google/auth": "^1.15", "google/auth": "^1.15",
"guzzlehttp/guzzle": "^6.0|^7.0", "guzzlehttp/guzzle": "^6.5|^7.4",
"nesbot/carbon": "^2.41", "nesbot/carbon": "^2.41",
"php": ">=7.1" "php": ">=7.4"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.16", "fakerphp/faker": "^1.16",
"fzaninotto/faker": "^1.9", "friendsofphp/php-cs-fixer": "^3.2",
"phpunit/phpunit": "^8.5", "phpunit/phpunit": "^9.5",
"symfony/var-dumper": "^5.1", "roave/security-advisories": "dev-latest",
"vimeo/psalm": "^3.17" "symfony/var-dumper": "^5.3",
"vimeo/psalm": "^4.12"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -3127,6 +3133,9 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "imdhemy", "name": "imdhemy",
@ -3136,43 +3145,44 @@
"description": "Google Play Billing", "description": "Google Play Billing",
"support": { "support": {
"issues": "https://github.com/imdhemy/google-play-billing/issues", "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", "name": "imdhemy/laravel-purchases",
"version": "0.10.4", "version": "1.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/imdhemy/laravel-in-app-purchases.git", "url": "https://github.com/imdhemy/laravel-in-app-purchases.git",
"reference": "eb9a4d248a626cb6b7a59c9626726fd8534aec78" "reference": "bc70dfdec89f000c4048ef3fb3527d2d2eee9cb3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/imdhemy/laravel-in-app-purchases/zipball/eb9a4d248a626cb6b7a59c9626726fd8534aec78", "url": "https://api.github.com/repos/imdhemy/laravel-in-app-purchases/zipball/bc70dfdec89f000c4048ef3fb3527d2d2eee9cb3",
"reference": "eb9a4d248a626cb6b7a59c9626726fd8534aec78", "reference": "bc70dfdec89f000c4048ef3fb3527d2d2eee9cb3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"imdhemy/appstore-iap": "^0.3", "ext-openssl": "*",
"imdhemy/google-play-billing": "^0.6", "imdhemy/appstore-iap": "^1.5",
"nesbot/carbon": "^2.41", "imdhemy/google-play-billing": "^1.2",
"php": ">=7.1" "laravel/framework": ">=8.0",
"php": ">=7.4"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.17", "friendsofphp/php-cs-fixer": "^3.14",
"orchestra/testbench": "^5.0", "orchestra/testbench": "^6.24",
"phpunit/phpunit": "^8.5", "psalm/plugin-laravel": "^1.5",
"psalm/plugin-laravel": "^1.2", "roave/security-advisories": "dev-latest",
"vimeo/psalm": "^4.3" "vimeo/psalm": "^4.30"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"laravel": { "laravel": {
"providers": [ "providers": [
"Imdhemy\\Purchases\\PurchaseServiceProvider" "Imdhemy\\Purchases\\ServiceProviders\\LiapServiceProvider"
], ],
"aliases": { "aliases": {
"Product": "\\Imdhemy\\Purchases\\Facades\\Product", "Product": "\\Imdhemy\\Purchases\\Facades\\Product",
@ -3192,14 +3202,13 @@
"authors": [ "authors": [
{ {
"name": "imdhemy", "name": "imdhemy",
"email": "imdhemy@gmail.com", "email": "imdhemy@gmail.com"
"homepage": "http://dhemy.studio",
"role": "Developer"
} }
], ],
"description": "Laravel receipt validator for Google Play", "description": "The top-notch Laravel receipt validator.",
"homepage": "https://github.com/imdhemy/laravel-in-app-purchases", "homepage": "https://imdhemy.com/laravel-iap-docs",
"keywords": [ "keywords": [
"app_store",
"google_play", "google_play",
"in_app_purchases", "in_app_purchases",
"laravel", "laravel",
@ -3207,7 +3216,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/imdhemy/laravel-in-app-purchases/issues", "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": [ "funding": [
{ {
@ -3215,7 +3224,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-08-20T04:59:54+00:00" "time": "2023-03-06T15:16:39+00:00"
}, },
{ {
"name": "intervention/image", "name": "intervention/image",