diff --git a/app/Utils/PhantomJS/Phantom.php b/app/Utils/PhantomJS/Phantom.php
index 7e8f0d1bb40c..a9a6d3c31305 100644
--- a/app/Utils/PhantomJS/Phantom.php
+++ b/app/Utils/PhantomJS/Phantom.php
@@ -231,122 +231,4 @@ class Phantom
return view('pdf.html', $data);
}
- public function blade()
- {
-
- $i = \App\Models\Invoice::first();
-
- $html_variables = (new HtmlEngine($i->invitations->first()))->makeValuesNoPrefix();
- $variables = (new HtmlEngine($i->invitations->first()))->makeValuesNoPrefix();
-
- $html_variables = array_merge($html_variables, $variables);
- // $smarty->assign($html_variables);
-
- $template_string = '
- display {$foo} here
-
- {if $invoice.amount > 5}
-
- ewwo {$invoice.amount * 5}
- {/if}
-
- {if isset($entry) && is_array($entry)}
- I am a puppet
- {/if}
-
- {if 1 > 0}
- 1 is greater than 0
- {/if}
-
- {if 0 > 1}
- 0 is greater than 1
- {/if}
-
- {foreach $countries as $country}
-
- {if $country.name = "Australia"}
- {$country.name}
- {/if}
-
-
-
-
- {/foreach}
-
-
-{foreach $invoice.line_items as $item}
- {$item->quantity} - {$item->cost} - {$item->notes} - {$item->line_total}
-{/foreach}
-
- echo "I am a puppet";
-
-
-
- ';
-
-$template_string = '
-
-
-
-
- {{ _invoice_number }}
-
-
- {{ _invoice_number }}
- Athletes list
-
- {% for item in invoice.line_items %}
- - {{ item.product_key|e }} {{ item.quantity|e }} {{ item.type_id|e }} {{ item.notes|e }} {{ item.line_total|e }}
- {% endfor %}
-
-
-
-{{ _invoiceDate }}
-{{ _shipping }}
-{{ _client_address|raw }}
-{{ xx }}
-
-$invoice.amount
-
-
-
-';
-
-$loader = new \Twig\Loader\FilesystemLoader(storage_path());
-// $tags = ['if','for','raw','html','sandbox'];
-// $filters = ['upper'];
-// $methods = [
-// 'Article' => ['getTitle', 'getBody'],
-// ];
-// $properties = [
-// 'Article' => ['title', 'body'],
-// ];
-// $functions = ['range'];
-// $policy = new \Twig\Sandbox\SecurityPolicy($tags, $filters, $methods, $properties, $functions);
-// $sandbox = new \Twig\Extension\SandboxExtension($policy);
-
-$twig = new \Twig\Environment($loader);
-// $twig->addExtension($sandbox);
-
-// $twig = new \Twig\Environment(new \Twig\Loader\ArrayLoader([]));
-$template = $twig->createTemplate($template_string);
-echo $template->render(array_merge([
- 'invoice' => $i->toArray(),
-], $html_variables));
-
-
- // try{
- // $smarty->display('string:' . $template_string);
- // }
- // catch(\Throwable $e){
- // echo $e->getMessage();
- // exit;
- // }
-
- // $smarty->display('string:' . $template_string);
-
- }
}
diff --git a/composer.json b/composer.json
index f49301bc8b99..45d160ff2958 100644
--- a/composer.json
+++ b/composer.json
@@ -31,7 +31,7 @@
],
"type": "project",
"require": {
- "php": "^8.1",
+ "php": "^8.1|^8.2",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
@@ -84,7 +84,6 @@
"setasign/fpdf": "^1.8",
"setasign/fpdi": "^2.3",
"shopify/shopify-api": "^4.3",
- "smarty/smarty": "^4.3",
"socialiteproviders/apple": "^5.2",
"socialiteproviders/microsoft": "^4.1",
"spatie/laravel-data": "^3.5",
@@ -102,7 +101,7 @@
"wildbit/postmark-php": "^4.0"
},
"require-dev": {
- "php": "^8.1",
+ "php": "^8.1|^8.2",
"barryvdh/laravel-debugbar": "^3.6",
"barryvdh/laravel-ide-helper": "^2.13",
"brianium/paratest": "^7",
diff --git a/composer.lock b/composer.lock
index 79d85c1da1da..774034308467 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "22c7a90fc3389d0e5478e03f626d9ddb",
+ "content-hash": "a3cef8412df6b0cc9371807991ab699a",
"packages": [
{
"name": "adrienrn/php-mimetyper",
@@ -525,16 +525,16 @@
},
{
"name": "aws/aws-sdk-php",
- "version": "3.280.2",
+ "version": "3.281.7",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
- "reference": "d68b83b3bc39b70bf33e9b8b5166facbe3e4fe9b"
+ "reference": "926cea9a41a545ca9801ac304f2a9ffd23ac68c9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d68b83b3bc39b70bf33e9b8b5166facbe3e4fe9b",
- "reference": "d68b83b3bc39b70bf33e9b8b5166facbe3e4fe9b",
+ "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/926cea9a41a545ca9801ac304f2a9ffd23ac68c9",
+ "reference": "926cea9a41a545ca9801ac304f2a9ffd23ac68c9",
"shasum": ""
},
"require": {
@@ -614,9 +614,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
- "source": "https://github.com/aws/aws-sdk-php/tree/3.280.2"
+ "source": "https://github.com/aws/aws-sdk-php/tree/3.281.7"
},
- "time": "2023-09-01T18:06:10+00:00"
+ "time": "2023-09-14T18:05:11+00:00"
},
{
"name": "bacon/bacon-qr-code",
@@ -830,16 +830,16 @@
},
{
"name": "checkout/checkout-sdk-php",
- "version": "3.0.13",
+ "version": "3.0.14",
"source": {
"type": "git",
"url": "https://github.com/checkout/checkout-sdk-php.git",
- "reference": "09f50d3df10f99681b535b53c395d2ee1ddab22b"
+ "reference": "e8a34d34abac3fb6e7b2227731eb2e75f6ff036f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/checkout/checkout-sdk-php/zipball/09f50d3df10f99681b535b53c395d2ee1ddab22b",
- "reference": "09f50d3df10f99681b535b53c395d2ee1ddab22b",
+ "url": "https://api.github.com/repos/checkout/checkout-sdk-php/zipball/e8a34d34abac3fb6e7b2227731eb2e75f6ff036f",
+ "reference": "e8a34d34abac3fb6e7b2227731eb2e75f6ff036f",
"shasum": ""
},
"require": {
@@ -892,9 +892,9 @@
],
"support": {
"issues": "https://github.com/checkout/checkout-sdk-php/issues",
- "source": "https://github.com/checkout/checkout-sdk-php/tree/3.0.13"
+ "source": "https://github.com/checkout/checkout-sdk-php/tree/3.0.14"
},
- "time": "2023-06-09T09:09:30+00:00"
+ "time": "2023-09-07T11:00:14+00:00"
},
{
"name": "cleverit/ubl_invoice",
@@ -2517,16 +2517,16 @@
},
{
"name": "google/apiclient",
- "version": "v2.15.0",
+ "version": "v2.15.1",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-api-php-client.git",
- "reference": "49787fa30b8d8313146a61efbf77ed1fede723c2"
+ "reference": "7a95ed29e4b6c6859d2d22300c5455a92e2622ad"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/49787fa30b8d8313146a61efbf77ed1fede723c2",
- "reference": "49787fa30b8d8313146a61efbf77ed1fede723c2",
+ "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/7a95ed29e4b6c6859d2d22300c5455a92e2622ad",
+ "reference": "7a95ed29e4b6c6859d2d22300c5455a92e2622ad",
"shasum": ""
},
"require": {
@@ -2537,7 +2537,7 @@
"guzzlehttp/psr7": "^1.8.4||^2.2.1",
"monolog/monolog": "^2.9||^3.0",
"php": "^7.4|^8.0",
- "phpseclib/phpseclib": "^3.0.2"
+ "phpseclib/phpseclib": "^3.0.19"
},
"require-dev": {
"cache/filesystem-adapter": "^1.1",
@@ -2580,22 +2580,22 @@
],
"support": {
"issues": "https://github.com/googleapis/google-api-php-client/issues",
- "source": "https://github.com/googleapis/google-api-php-client/tree/v2.15.0"
+ "source": "https://github.com/googleapis/google-api-php-client/tree/v2.15.1"
},
- "time": "2023-05-18T13:51:33+00:00"
+ "time": "2023-09-13T21:46:39+00:00"
},
{
"name": "google/apiclient-services",
- "version": "v0.314.0",
+ "version": "v0.315.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-api-php-client-services.git",
- "reference": "fe2f7513dc5a4a6cf82715fd0edf7589423d6535"
+ "reference": "9fe675be642888cded64be861891901f092ab72d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/fe2f7513dc5a4a6cf82715fd0edf7589423d6535",
- "reference": "fe2f7513dc5a4a6cf82715fd0edf7589423d6535",
+ "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/9fe675be642888cded64be861891901f092ab72d",
+ "reference": "9fe675be642888cded64be861891901f092ab72d",
"shasum": ""
},
"require": {
@@ -2624,22 +2624,22 @@
],
"support": {
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
- "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.314.0"
+ "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.315.0"
},
- "time": "2023-09-03T01:04:12+00:00"
+ "time": "2023-09-10T01:10:37+00:00"
},
{
"name": "google/auth",
- "version": "v1.29.1",
+ "version": "v1.30.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-auth-library-php.git",
- "reference": "f199ed635b945e5adfd3c1a203543d8d86aff239"
+ "reference": "6028b072aa444d7edecbed603431322026704627"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/f199ed635b945e5adfd3c1a203543d8d86aff239",
- "reference": "f199ed635b945e5adfd3c1a203543d8d86aff239",
+ "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/6028b072aa444d7edecbed603431322026704627",
+ "reference": "6028b072aa444d7edecbed603431322026704627",
"shasum": ""
},
"require": {
@@ -2682,9 +2682,9 @@
"support": {
"docs": "https://googleapis.github.io/google-auth-library-php/main/",
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
- "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.29.1"
+ "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.30.0"
},
- "time": "2023-08-23T08:49:35+00:00"
+ "time": "2023-09-07T19:13:44+00:00"
},
{
"name": "graham-campbell/result-type",
@@ -3441,16 +3441,16 @@
},
{
"name": "horstoeko/zugferd",
- "version": "v1.0.26",
+ "version": "v1.0.28",
"source": {
"type": "git",
"url": "https://github.com/horstoeko/zugferd.git",
- "reference": "2a7541a35f00499c206391273f30159dc2c7072a"
+ "reference": "be78b1b53a46e94a69b92dcff1e909180170583c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/horstoeko/zugferd/zipball/2a7541a35f00499c206391273f30159dc2c7072a",
- "reference": "2a7541a35f00499c206391273f30159dc2c7072a",
+ "url": "https://api.github.com/repos/horstoeko/zugferd/zipball/be78b1b53a46e94a69b92dcff1e909180170583c",
+ "reference": "be78b1b53a46e94a69b92dcff1e909180170583c",
"shasum": ""
},
"require": {
@@ -3508,9 +3508,9 @@
],
"support": {
"issues": "https://github.com/horstoeko/zugferd/issues",
- "source": "https://github.com/horstoeko/zugferd/tree/v1.0.26"
+ "source": "https://github.com/horstoeko/zugferd/tree/v1.0.28"
},
- "time": "2023-08-18T03:05:43+00:00"
+ "time": "2023-09-12T14:54:01+00:00"
},
{
"name": "http-interop/http-factory-guzzle",
@@ -4331,16 +4331,16 @@
},
{
"name": "laravel/framework",
- "version": "v10.21.0",
+ "version": "v10.23.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
- "reference": "96b15c7ac382a9adb4a56d40c640e782d669a112"
+ "reference": "dbfd495557678759153e8d71cc2f6027686ca51e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/framework/zipball/96b15c7ac382a9adb4a56d40c640e782d669a112",
- "reference": "96b15c7ac382a9adb4a56d40c640e782d669a112",
+ "url": "https://api.github.com/repos/laravel/framework/zipball/dbfd495557678759153e8d71cc2f6027686ca51e",
+ "reference": "dbfd495557678759153e8d71cc2f6027686ca51e",
"shasum": ""
},
"require": {
@@ -4440,7 +4440,7 @@
"league/flysystem-read-only": "^3.3",
"league/flysystem-sftp-v3": "^3.0",
"mockery/mockery": "^1.5.1",
- "orchestra/testbench-core": "^8.4",
+ "orchestra/testbench-core": "^8.10",
"pda/pheanstalk": "^4.0",
"phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^10.0.7",
@@ -4527,20 +4527,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2023-08-29T13:55:56+00:00"
+ "time": "2023-09-13T14:51:46+00:00"
},
{
"name": "laravel/prompts",
- "version": "v0.1.6",
+ "version": "v0.1.7",
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
- "reference": "b514c5620e1b3b61221b0024dc88def26d9654f4"
+ "reference": "554e7d855a22e87942753d68e23b327ad79b2070"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/prompts/zipball/b514c5620e1b3b61221b0024dc88def26d9654f4",
- "reference": "b514c5620e1b3b61221b0024dc88def26d9654f4",
+ "url": "https://api.github.com/repos/laravel/prompts/zipball/554e7d855a22e87942753d68e23b327ad79b2070",
+ "reference": "554e7d855a22e87942753d68e23b327ad79b2070",
"shasum": ""
},
"require": {
@@ -4573,9 +4573,9 @@
],
"support": {
"issues": "https://github.com/laravel/prompts/issues",
- "source": "https://github.com/laravel/prompts/tree/v0.1.6"
+ "source": "https://github.com/laravel/prompts/tree/v0.1.7"
},
- "time": "2023-08-18T13:32:23+00:00"
+ "time": "2023-09-12T11:09:22+00:00"
},
{
"name": "laravel/serializable-closure",
@@ -4700,16 +4700,16 @@
},
{
"name": "laravel/socialite",
- "version": "v5.8.1",
+ "version": "v5.9.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/socialite.git",
- "reference": "9989b4530331597fae811bca240bf4e8f15e804b"
+ "reference": "49ecc4c907ed88c1254bae991c6b2948945645c2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/socialite/zipball/9989b4530331597fae811bca240bf4e8f15e804b",
- "reference": "9989b4530331597fae811bca240bf4e8f15e804b",
+ "url": "https://api.github.com/repos/laravel/socialite/zipball/49ecc4c907ed88c1254bae991c6b2948945645c2",
+ "reference": "49ecc4c907ed88c1254bae991c6b2948945645c2",
"shasum": ""
},
"require": {
@@ -4766,7 +4766,7 @@
"issues": "https://github.com/laravel/socialite/issues",
"source": "https://github.com/laravel/socialite"
},
- "time": "2023-08-21T13:06:52+00:00"
+ "time": "2023-09-07T16:13:53+00:00"
},
{
"name": "laravel/tinker",
@@ -5315,16 +5315,16 @@
},
{
"name": "league/flysystem",
- "version": "3.15.1",
+ "version": "3.16.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
- "reference": "a141d430414fcb8bf797a18716b09f759a385bed"
+ "reference": "4fdf372ca6b63c6e281b1c01a624349ccb757729"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a141d430414fcb8bf797a18716b09f759a385bed",
- "reference": "a141d430414fcb8bf797a18716b09f759a385bed",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4fdf372ca6b63c6e281b1c01a624349ccb757729",
+ "reference": "4fdf372ca6b63c6e281b1c01a624349ccb757729",
"shasum": ""
},
"require": {
@@ -5333,6 +5333,8 @@
"php": "^8.0.2"
},
"conflict": {
+ "async-aws/core": "<1.19.0",
+ "async-aws/s3": "<1.14.0",
"aws/aws-sdk-php": "3.209.31 || 3.210.0",
"guzzlehttp/guzzle": "<7.0",
"guzzlehttp/ringphp": "<1.1.1",
@@ -5352,7 +5354,7 @@
"microsoft/azure-storage-blob": "^1.1",
"phpseclib/phpseclib": "^3.0.14",
"phpstan/phpstan": "^0.12.26",
- "phpunit/phpunit": "^9.5.11",
+ "phpunit/phpunit": "^9.5.11|^10.0",
"sabre/dav": "^4.3.1"
},
"type": "library",
@@ -5387,7 +5389,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
- "source": "https://github.com/thephpleague/flysystem/tree/3.15.1"
+ "source": "https://github.com/thephpleague/flysystem/tree/3.16.0"
},
"funding": [
{
@@ -5399,20 +5401,20 @@
"type": "github"
}
],
- "time": "2023-05-04T09:04:26+00:00"
+ "time": "2023-09-07T19:22:17+00:00"
},
{
"name": "league/flysystem-aws-s3-v3",
- "version": "3.15.0",
+ "version": "3.16.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
- "reference": "d8de61ee10b6a607e7996cff388c5a3a663e8c8a"
+ "reference": "ded9ba346bb01cb9cc4cc7f2743c2c0e14d18e1c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/d8de61ee10b6a607e7996cff388c5a3a663e8c8a",
- "reference": "d8de61ee10b6a607e7996cff388c5a3a663e8c8a",
+ "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/ded9ba346bb01cb9cc4cc7f2743c2c0e14d18e1c",
+ "reference": "ded9ba346bb01cb9cc4cc7f2743c2c0e14d18e1c",
"shasum": ""
},
"require": {
@@ -5453,7 +5455,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
- "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.15.0"
+ "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.16.0"
},
"funding": [
{
@@ -5465,20 +5467,20 @@
"type": "github"
}
],
- "time": "2023-05-02T20:02:14+00:00"
+ "time": "2023-08-30T10:14:57+00:00"
},
{
"name": "league/flysystem-local",
- "version": "3.15.0",
+ "version": "3.16.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git",
- "reference": "543f64c397fefdf9cfeac443ffb6beff602796b3"
+ "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/543f64c397fefdf9cfeac443ffb6beff602796b3",
- "reference": "543f64c397fefdf9cfeac443ffb6beff602796b3",
+ "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/ec7383f25642e6fd4bb0c9554fc2311245391781",
+ "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781",
"shasum": ""
},
"require": {
@@ -5513,7 +5515,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem-local/issues",
- "source": "https://github.com/thephpleague/flysystem-local/tree/3.15.0"
+ "source": "https://github.com/thephpleague/flysystem-local/tree/3.16.0"
},
"funding": [
{
@@ -5525,7 +5527,7 @@
"type": "github"
}
],
- "time": "2023-05-02T20:02:14+00:00"
+ "time": "2023-08-30T10:23:59+00:00"
},
{
"name": "league/fractal",
@@ -5867,16 +5869,16 @@
},
{
"name": "microsoft/microsoft-graph",
- "version": "1.105.0",
+ "version": "1.106.0",
"source": {
"type": "git",
"url": "https://github.com/microsoftgraph/msgraph-sdk-php.git",
- "reference": "d137bb44a1f4ec949c814471ee94265db002fc2c"
+ "reference": "a9f43d74131bb13cb1b5a999101d486b26601b8f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/microsoftgraph/msgraph-sdk-php/zipball/d137bb44a1f4ec949c814471ee94265db002fc2c",
- "reference": "d137bb44a1f4ec949c814471ee94265db002fc2c",
+ "url": "https://api.github.com/repos/microsoftgraph/msgraph-sdk-php/zipball/a9f43d74131bb13cb1b5a999101d486b26601b8f",
+ "reference": "a9f43d74131bb13cb1b5a999101d486b26601b8f",
"shasum": ""
},
"require": {
@@ -5913,9 +5915,9 @@
"homepage": "https://developer.microsoft.com/en-us/graph",
"support": {
"issues": "https://github.com/microsoftgraph/msgraph-sdk-php/issues",
- "source": "https://github.com/microsoftgraph/msgraph-sdk-php/tree/1.105.0"
+ "source": "https://github.com/microsoftgraph/msgraph-sdk-php/tree/1.106.0"
},
- "time": "2023-08-22T13:28:28+00:00"
+ "time": "2023-09-08T06:02:27+00:00"
},
{
"name": "mollie/mollie-api-php",
@@ -6403,16 +6405,16 @@
},
{
"name": "nesbot/carbon",
- "version": "2.69.0",
+ "version": "2.70.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
- "reference": "4308217830e4ca445583a37d1bf4aff4153fa81c"
+ "reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4308217830e4ca445583a37d1bf4aff4153fa81c",
- "reference": "4308217830e4ca445583a37d1bf4aff4153fa81c",
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d3298b38ea8612e5f77d38d1a99438e42f70341d",
+ "reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d",
"shasum": ""
},
"require": {
@@ -6505,7 +6507,7 @@
"type": "tidelift"
}
],
- "time": "2023-08-03T09:00:52+00:00"
+ "time": "2023-09-07T16:43:50+00:00"
},
{
"name": "nette/schema",
@@ -7366,6 +7368,7 @@
"issues": "https://github.com/PayFast/payfast-php-sdk/issues",
"source": "https://github.com/PayFast/payfast-php-sdk/tree/v1.1.4"
},
+ "abandoned": true,
"time": "2022-12-20T10:39:51+00:00"
},
{
@@ -8169,16 +8172,16 @@
},
{
"name": "phpstan/phpdoc-parser",
- "version": "1.23.1",
+ "version": "1.24.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
- "reference": "846ae76eef31c6d7790fac9bc399ecee45160b26"
+ "reference": "3510b0a6274cc42f7219367cb3abfc123ffa09d6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/846ae76eef31c6d7790fac9bc399ecee45160b26",
- "reference": "846ae76eef31c6d7790fac9bc399ecee45160b26",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/3510b0a6274cc42f7219367cb3abfc123ffa09d6",
+ "reference": "3510b0a6274cc42f7219367cb3abfc123ffa09d6",
"shasum": ""
},
"require": {
@@ -8210,9 +8213,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
- "source": "https://github.com/phpstan/phpdoc-parser/tree/1.23.1"
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.0"
},
- "time": "2023-08-03T16:32:59+00:00"
+ "time": "2023-09-07T20:46:32+00:00"
},
{
"name": "pragmarx/google2fa",
@@ -8268,16 +8271,16 @@
},
{
"name": "predis/predis",
- "version": "v2.2.1",
+ "version": "v2.2.2",
"source": {
"type": "git",
"url": "https://github.com/predis/predis.git",
- "reference": "5f2b410a74afaff296a87a494e4c5488cf9fab57"
+ "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/predis/predis/zipball/5f2b410a74afaff296a87a494e4c5488cf9fab57",
- "reference": "5f2b410a74afaff296a87a494e4c5488cf9fab57",
+ "url": "https://api.github.com/repos/predis/predis/zipball/b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
+ "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
"shasum": ""
},
"require": {
@@ -8317,7 +8320,7 @@
],
"support": {
"issues": "https://github.com/predis/predis/issues",
- "source": "https://github.com/predis/predis/tree/v2.2.1"
+ "source": "https://github.com/predis/predis/tree/v2.2.2"
},
"funding": [
{
@@ -8325,7 +8328,7 @@
"type": "github"
}
],
- "time": "2023-08-15T23:01:46+00:00"
+ "time": "2023-09-13T16:42:03+00:00"
},
{
"name": "psr/cache",
@@ -9152,16 +9155,16 @@
},
{
"name": "razorpay/razorpay",
- "version": "2.8.6",
+ "version": "2.8.7",
"source": {
"type": "git",
"url": "https://github.com/razorpay/razorpay-php.git",
- "reference": "c151dadbb3d0a64d92574e9789b970196e629cac"
+ "reference": "2180c8c3c39678623f5cb8f639c39a706de14c44"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/razorpay/razorpay-php/zipball/c151dadbb3d0a64d92574e9789b970196e629cac",
- "reference": "c151dadbb3d0a64d92574e9789b970196e629cac",
+ "url": "https://api.github.com/repos/razorpay/razorpay-php/zipball/2180c8c3c39678623f5cb8f639c39a706de14c44",
+ "reference": "2180c8c3c39678623f5cb8f639c39a706de14c44",
"shasum": ""
},
"require": {
@@ -9213,20 +9216,20 @@
"issues": "https://github.com/Razorpay/razorpay-php/issues",
"source": "https://github.com/Razorpay/razorpay-php"
},
- "time": "2023-06-16T10:31:14+00:00"
+ "time": "2023-09-11T08:31:26+00:00"
},
{
"name": "rmccue/requests",
- "version": "v2.0.7",
+ "version": "v2.0.8",
"source": {
"type": "git",
"url": "https://github.com/WordPress/Requests.git",
- "reference": "e14a6f4e7438d3f8da3f2657759e6367b906ee23"
+ "reference": "fae75bcb83d9d00d0e31ee86a472a036f9f91519"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/WordPress/Requests/zipball/e14a6f4e7438d3f8da3f2657759e6367b906ee23",
- "reference": "e14a6f4e7438d3f8da3f2657759e6367b906ee23",
+ "url": "https://api.github.com/repos/WordPress/Requests/zipball/fae75bcb83d9d00d0e31ee86a472a036f9f91519",
+ "reference": "fae75bcb83d9d00d0e31ee86a472a036f9f91519",
"shasum": ""
},
"require": {
@@ -9244,6 +9247,12 @@
"wp-coding-standards/wpcs": "^2.0",
"yoast/phpunit-polyfills": "^1.0.0"
},
+ "suggest": {
+ "art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client",
+ "ext-curl": "For improved performance",
+ "ext-openssl": "For secure transport support",
+ "ext-zlib": "For improved performance when decompressing encoded streams"
+ },
"type": "library",
"autoload": {
"files": [
@@ -9294,7 +9303,7 @@
"issues": "https://github.com/WordPress/Requests/issues",
"source": "https://github.com/WordPress/Requests"
},
- "time": "2023-06-02T07:35:42+00:00"
+ "time": "2023-09-11T08:27:57+00:00"
},
{
"name": "sabre/uri",
@@ -9583,16 +9592,16 @@
},
{
"name": "sentry/sentry-laravel",
- "version": "3.7.3",
+ "version": "3.8.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-laravel.git",
- "reference": "2aee4ad217be8ef04ffcde6e9f7dd17af5a3b0bf"
+ "reference": "c7e7611553f9f90af10ed98dde1a680220f02e4d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/2aee4ad217be8ef04ffcde6e9f7dd17af5a3b0bf",
- "reference": "2aee4ad217be8ef04ffcde6e9f7dd17af5a3b0bf",
+ "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/c7e7611553f9f90af10ed98dde1a680220f02e4d",
+ "reference": "c7e7611553f9f90af10ed98dde1a680220f02e4d",
"shasum": ""
},
"require": {
@@ -9605,6 +9614,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.11",
+ "laravel/folio": "^1.0",
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0",
@@ -9658,7 +9668,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-laravel/issues",
- "source": "https://github.com/getsentry/sentry-laravel/tree/3.7.3"
+ "source": "https://github.com/getsentry/sentry-laravel/tree/3.8.0"
},
"funding": [
{
@@ -9670,7 +9680,7 @@
"type": "custom"
}
],
- "time": "2023-08-03T10:10:23+00:00"
+ "time": "2023-09-05T11:02:34+00:00"
},
{
"name": "setasign/fpdf",
@@ -9904,94 +9914,28 @@
},
"time": "2023-08-10T06:11:26+00:00"
},
- {
- "name": "smarty/smarty",
- "version": "v4.3.2",
- "source": {
- "type": "git",
- "url": "https://github.com/smarty-php/smarty.git",
- "reference": "1d9cda2be34fd6edb74924684260636fd0b89288"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/smarty-php/smarty/zipball/1d9cda2be34fd6edb74924684260636fd0b89288",
- "reference": "1d9cda2be34fd6edb74924684260636fd0b89288",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5 || ^7.5",
- "smarty/smarty-lexer": "^3.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "libs/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-3.0"
- ],
- "authors": [
- {
- "name": "Monte Ohrt",
- "email": "monte@ohrt.com"
- },
- {
- "name": "Uwe Tews",
- "email": "uwe.tews@googlemail.com"
- },
- {
- "name": "Rodney Rehm",
- "email": "rodney.rehm@medialize.de"
- },
- {
- "name": "Simon Wisselink",
- "homepage": "https://www.iwink.nl/"
- }
- ],
- "description": "Smarty - the compiling PHP template engine",
- "homepage": "https://smarty-php.github.io/smarty/",
- "keywords": [
- "templating"
- ],
- "support": {
- "forum": "https://github.com/smarty-php/smarty/discussions",
- "issues": "https://github.com/smarty-php/smarty/issues",
- "source": "https://github.com/smarty-php/smarty/tree/v4.3.2"
- },
- "time": "2023-07-19T10:27:36+00:00"
- },
{
"name": "socialiteproviders/apple",
- "version": "5.5.2",
+ "version": "5.6.0",
"source": {
"type": "git",
"url": "https://github.com/SocialiteProviders/Apple.git",
- "reference": "82febc9805143d1ebea6c3e66db402d43bf511e1"
+ "reference": "4f0f06e463824f0df6151c768db2fec6610ea055"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/SocialiteProviders/Apple/zipball/82febc9805143d1ebea6c3e66db402d43bf511e1",
- "reference": "82febc9805143d1ebea6c3e66db402d43bf511e1",
+ "url": "https://api.github.com/repos/SocialiteProviders/Apple/zipball/4f0f06e463824f0df6151c768db2fec6610ea055",
+ "reference": "4f0f06e463824f0df6151c768db2fec6610ea055",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-openssl": "*",
- "firebase/php-jwt": "^6.2",
+ "firebase/php-jwt": "^6.8",
"lcobucci/clock": "^2.0 || ^3.0",
"lcobucci/jwt": "^4.1.5 || ^5.0.0",
- "php": "^7.4 || ^8.0",
- "socialiteproviders/manager": "~4.0"
+ "php": "^8.0",
+ "socialiteproviders/manager": "^4.4"
},
"suggest": {
"ahilmurugesan/socialite-apple-helper": "Automatic Apple client key generation and management."
@@ -10040,7 +9984,7 @@
"issues": "https://github.com/socialiteproviders/providers/issues",
"source": "https://github.com/socialiteproviders/providers"
},
- "time": "2023-05-24T23:29:11+00:00"
+ "time": "2023-09-11T21:59:09+00:00"
},
{
"name": "socialiteproviders/manager",
@@ -10168,16 +10112,16 @@
},
{
"name": "spatie/laravel-data",
- "version": "3.8.1",
+ "version": "3.9.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-data.git",
- "reference": "7ead3d8f761846185a94d06e584bfe17e43b9239"
+ "reference": "21bad55113a1e1e5180a0f89b695f02ce1732aef"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/laravel-data/zipball/7ead3d8f761846185a94d06e584bfe17e43b9239",
- "reference": "7ead3d8f761846185a94d06e584bfe17e43b9239",
+ "url": "https://api.github.com/repos/spatie/laravel-data/zipball/21bad55113a1e1e5180a0f89b695f02ce1732aef",
+ "reference": "21bad55113a1e1e5180a0f89b695f02ce1732aef",
"shasum": ""
},
"require": {
@@ -10239,7 +10183,7 @@
],
"support": {
"issues": "https://github.com/spatie/laravel-data/issues",
- "source": "https://github.com/spatie/laravel-data/tree/3.8.1"
+ "source": "https://github.com/spatie/laravel-data/tree/3.9.0"
},
"funding": [
{
@@ -10247,7 +10191,7 @@
"type": "github"
}
],
- "time": "2023-08-11T11:59:07+00:00"
+ "time": "2023-09-15T12:04:39+00:00"
},
{
"name": "spatie/laravel-package-tools",
@@ -14687,16 +14631,16 @@
},
{
"name": "brianium/paratest",
- "version": "v7.2.6",
+ "version": "v7.2.7",
"source": {
"type": "git",
"url": "https://github.com/paratestphp/paratest.git",
- "reference": "7f372b5bb59b4271adedc67d3129df29b84c4173"
+ "reference": "1526eb4fd195f65075456dee394d14742ae0a66c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paratestphp/paratest/zipball/7f372b5bb59b4271adedc67d3129df29b84c4173",
- "reference": "7f372b5bb59b4271adedc67d3129df29b84c4173",
+ "url": "https://api.github.com/repos/paratestphp/paratest/zipball/1526eb4fd195f65075456dee394d14742ae0a66c",
+ "reference": "1526eb4fd195f65075456dee394d14742ae0a66c",
"shasum": ""
},
"require": {
@@ -14766,7 +14710,7 @@
],
"support": {
"issues": "https://github.com/paratestphp/paratest/issues",
- "source": "https://github.com/paratestphp/paratest/tree/v7.2.6"
+ "source": "https://github.com/paratestphp/paratest/tree/v7.2.7"
},
"funding": [
{
@@ -14778,7 +14722,7 @@
"type": "paypal"
}
],
- "time": "2023-08-29T07:47:39+00:00"
+ "time": "2023-09-14T14:10:09+00:00"
},
{
"name": "composer/class-map-generator",
@@ -15205,16 +15149,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v3.25.1",
+ "version": "v3.26.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
- "reference": "8e21d69801de6b5ecb0dbe0bcdf967b335b1260b"
+ "reference": "d023ba6684055f6ea1da1352d8a02baca0426983"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8e21d69801de6b5ecb0dbe0bcdf967b335b1260b",
- "reference": "8e21d69801de6b5ecb0dbe0bcdf967b335b1260b",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/d023ba6684055f6ea1da1352d8a02baca0426983",
+ "reference": "d023ba6684055f6ea1da1352d8a02baca0426983",
"shasum": ""
},
"require": {
@@ -15288,7 +15232,7 @@
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
- "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.25.1"
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.26.1"
},
"funding": [
{
@@ -15296,7 +15240,7 @@
"type": "github"
}
],
- "time": "2023-09-04T01:22:52+00:00"
+ "time": "2023-09-08T19:09:07+00:00"
},
{
"name": "hamcrest/hamcrest-php",
@@ -16007,16 +15951,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.10.32",
+ "version": "1.10.34",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44"
+ "reference": "7f806b6f1403e6914c778140e2ba07c293cb4901"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c47e47d3ab03137c0e121e77c4d2cb58672f6d44",
- "reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7f806b6f1403e6914c778140e2ba07c293cb4901",
+ "reference": "7f806b6f1403e6914c778140e2ba07c293cb4901",
"shasum": ""
},
"require": {
@@ -16065,20 +16009,20 @@
"type": "tidelift"
}
],
- "time": "2023-08-24T21:54:50+00:00"
+ "time": "2023-09-13T09:49:47+00:00"
},
{
"name": "phpunit/php-code-coverage",
- "version": "10.1.4",
+ "version": "10.1.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "cd59bb34756a16ca8253ce9b2909039c227fff71"
+ "reference": "1df504e42a88044c27a90136910f0b3fe9e91939"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/cd59bb34756a16ca8253ce9b2909039c227fff71",
- "reference": "cd59bb34756a16ca8253ce9b2909039c227fff71",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1df504e42a88044c27a90136910f0b3fe9e91939",
+ "reference": "1df504e42a88044c27a90136910f0b3fe9e91939",
"shasum": ""
},
"require": {
@@ -16135,7 +16079,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.4"
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.5"
},
"funding": [
{
@@ -16143,7 +16087,7 @@
"type": "github"
}
],
- "time": "2023-08-31T14:04:38+00:00"
+ "time": "2023-09-12T14:37:22+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -16390,16 +16334,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "10.3.2",
+ "version": "10.3.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "0dafb1175c366dd274eaa9a625e914451506bcd1"
+ "reference": "b8d59476f19115c9774b3b447f78131781c6c32b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0dafb1175c366dd274eaa9a625e914451506bcd1",
- "reference": "0dafb1175c366dd274eaa9a625e914451506bcd1",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b8d59476f19115c9774b3b447f78131781c6c32b",
+ "reference": "b8d59476f19115c9774b3b447f78131781c6c32b",
"shasum": ""
},
"require": {
@@ -16413,7 +16357,7 @@
"phar-io/manifest": "^2.0.3",
"phar-io/version": "^3.0.2",
"php": ">=8.1",
- "phpunit/php-code-coverage": "^10.1.1",
+ "phpunit/php-code-coverage": "^10.1.5",
"phpunit/php-file-iterator": "^4.0",
"phpunit/php-invoker": "^4.0",
"phpunit/php-text-template": "^3.0",
@@ -16471,7 +16415,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/10.3.2"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/10.3.4"
},
"funding": [
{
@@ -16487,7 +16431,7 @@
"type": "tidelift"
}
],
- "time": "2023-08-15T05:34:23+00:00"
+ "time": "2023-09-12T14:42:28+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -16924,16 +16868,16 @@
},
{
"name": "sebastian/exporter",
- "version": "5.0.0",
+ "version": "5.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
- "reference": "f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0"
+ "reference": "32ff03d078fed1279c4ec9a407d08c5e9febb480"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0",
- "reference": "f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0",
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/32ff03d078fed1279c4ec9a407d08c5e9febb480",
+ "reference": "32ff03d078fed1279c4ec9a407d08c5e9febb480",
"shasum": ""
},
"require": {
@@ -16989,7 +16933,8 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
- "source": "https://github.com/sebastianbergmann/exporter/tree/5.0.0"
+ "security": "https://github.com/sebastianbergmann/exporter/security/policy",
+ "source": "https://github.com/sebastianbergmann/exporter/tree/5.0.1"
},
"funding": [
{
@@ -16997,7 +16942,7 @@
"type": "github"
}
],
- "time": "2023-02-03T07:06:49+00:00"
+ "time": "2023-09-08T04:46:58+00:00"
},
{
"name": "sebastian/global-state",
@@ -17972,13 +17917,13 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
- "php": "^8.1",
+ "php": "^8.1|^8.2",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*"
},
"platform-dev": {
- "php": "^8.1"
+ "php": "^8.1|^8.2"
},
"plugin-api-version": "2.3.0"
}