diff --git a/_ide_helper.php b/_ide_helper.php index 1cce6d2c4..a7a6adaec 100644 --- a/_ide_helper.php +++ b/_ide_helper.php @@ -4,7 +4,7 @@ /** * A helper file for Laravel, to provide autocomplete information to your IDE - * Generated for Laravel 8.83.23. + * Generated for Laravel 8.83.25. * * This file should not be included in your code, only analyzed by your IDE! * @@ -2173,6 +2173,17 @@ public static function setRequest($request) { //Method inherited from \Illuminate\Auth\SessionGuard /** @var \IXP\Services\Auth\SessionGuard $instance */ return $instance->setRequest($request); + } + /** + * Get the timebox instance used by the guard. + * + * @return \Illuminate\Support\Timebox + * @static + */ + public static function getTimebox() + { //Method inherited from \Illuminate\Auth\SessionGuard + /** @var \IXP\Services\Auth\SessionGuard $instance */ + return $instance->getTimebox(); } /** * Determine if the current user is authenticated. If not, throw an exception. diff --git a/app/Models/Aggregators/CustomerAggregator.php b/app/Models/Aggregators/CustomerAggregator.php index 4d3c441fb..e9ea561c3 100644 --- a/app/Models/Aggregators/CustomerAggregator.php +++ b/app/Models/Aggregators/CustomerAggregator.php @@ -42,14 +42,9 @@ * IXP\Models\Aggregators\CustomerAggregator * * @property int $id - * @property int|null $irrdb - * @property int|null $company_registered_detail_id - * @property int|null $company_billing_details_id - * @property int|null $reseller * @property string|null $name * @property int|null $type * @property string|null $shortname - * @property string|null $abbreviatedName * @property int|null $autsys * @property int|null $maxprefixes * @property string|null $peeringemail @@ -59,8 +54,8 @@ * @property string|null $nocemail * @property string|null $nochours * @property string|null $nocwww + * @property int|null $irrdb * @property string|null $peeringmacro - * @property string|null $peeringmacrov6 * @property string|null $peeringpolicy * @property string|null $corpwww * @property \Illuminate\Support\Carbon|null $datejoin @@ -69,7 +64,12 @@ * @property int|null $activepeeringmatrix * @property int|null $lastupdatedby * @property string|null $creator + * @property int|null $company_registered_detail_id + * @property int|null $company_billing_details_id + * @property string|null $peeringmacrov6 + * @property string|null $abbreviatedName * @property string|null $MD5Support + * @property int|null $reseller * @property int $isReseller * @property int $in_manrs * @property int $in_peeringdb diff --git a/app/Models/Aggregators/SwitcherAggregator.php b/app/Models/Aggregators/SwitcherAggregator.php index 220816e15..244c67e60 100644 --- a/app/Models/Aggregators/SwitcherAggregator.php +++ b/app/Models/Aggregators/SwitcherAggregator.php @@ -36,23 +36,23 @@ * IXP\Models\Aggregators\SwitcherAggregator * * @property int $id - * @property int|null $infrastructure * @property int|null $cabinetid * @property int|null $vendorid * @property string|null $name - * @property string|null $hostname * @property string|null $ipv4addr * @property string|null $ipv6addr * @property string|null $snmppasswd + * @property int|null $infrastructure * @property string|null $model * @property bool|null $active + * @property string|null $notes + * @property string|null $hostname * @property string|null $os * @property string|null $osDate * @property string|null $osVersion * @property string|null $serialNumber - * @property int|null $mauSupported * @property string|null $lastPolled - * @property string|null $notes + * @property int|null $mauSupported * @property int|null $asn * @property string|null $loopback_ip * @property string|null $loopback_name diff --git a/app/Models/Aggregators/UserAggregator.php b/app/Models/Aggregators/UserAggregator.php index debe13231..b246074f7 100644 --- a/app/Models/Aggregators/UserAggregator.php +++ b/app/Models/Aggregators/UserAggregator.php @@ -50,6 +50,8 @@ * @property int|null $uid * @property int|null $privs * @property int|null $disabled + * @property int $fail_count + * @property string|null $fail_locked_until * @property int|null $lastupdatedby * @property string|null $creator * @property string|null $name @@ -82,6 +84,8 @@ * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereDisabled($value) * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereExtraAttributes($value) + * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereFailCount($value) + * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereFailLockedUntil($value) * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereLastupdatedby($value) * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereName($value) diff --git a/app/Models/Aggregators/VlanAggregator.php b/app/Models/Aggregators/VlanAggregator.php index 4a3f26f6e..0e94a4cff 100644 --- a/app/Models/Aggregators/VlanAggregator.php +++ b/app/Models/Aggregators/VlanAggregator.php @@ -35,13 +35,13 @@ * IXP\Models\Aggregators\VlanAggregator * * @property int $id - * @property int $infrastructureid * @property string|null $name * @property int|null $number + * @property string|null $notes * @property bool $private + * @property int $infrastructureid * @property int $peering_matrix * @property int $peering_manager - * @property string|null $notes * @property string|null $config_name * @property \Illuminate\Support\Carbon|null $created_at * @property \Illuminate\Support\Carbon|null $updated_at diff --git a/app/Models/Contact.php b/app/Models/Contact.php index b72818008..a876acc19 100644 --- a/app/Models/Contact.php +++ b/app/Models/Contact.php @@ -38,17 +38,17 @@ * @property int $id * @property int|null $custid * @property string $name - * @property string|null $position * @property string|null $email * @property string|null $phone * @property string|null $mobile * @property bool $facilityaccess * @property bool $mayauthorize - * @property string|null $notes * @property \Illuminate\Support\Carbon|null $updated_at * @property int|null $lastupdatedby * @property string|null $creator * @property \Illuminate\Support\Carbon|null $created_at + * @property string|null $position + * @property string|null $notes * @property-read \Illuminate\Database\Eloquent\Collection|\IXP\Models\ContactGroup[] $contactGroups * @property-read int|null $contact_groups_count * @property-read \Illuminate\Database\Eloquent\Collection|\IXP\Models\ContactGroup[] $contactGroupsAll diff --git a/app/Models/Customer.php b/app/Models/Customer.php index 6e193cac0..92b0fe539 100644 --- a/app/Models/Customer.php +++ b/app/Models/Customer.php @@ -48,14 +48,9 @@ * IXP\Models\Customer * * @property int $id - * @property int|null $irrdb - * @property int|null $company_registered_detail_id - * @property int|null $company_billing_details_id - * @property int|null $reseller * @property string|null $name * @property int|null $type * @property string|null $shortname - * @property string|null $abbreviatedName * @property int|null $autsys * @property int|null $maxprefixes * @property string|null $peeringemail @@ -65,8 +60,8 @@ * @property string|null $nocemail * @property string|null $nochours * @property string|null $nocwww + * @property int|null $irrdb * @property string|null $peeringmacro - * @property string|null $peeringmacrov6 * @property string|null $peeringpolicy * @property string|null $corpwww * @property Carbon|null $datejoin @@ -75,7 +70,12 @@ * @property int|null $activepeeringmatrix * @property int|null $lastupdatedby * @property string|null $creator + * @property int|null $company_registered_detail_id + * @property int|null $company_billing_details_id + * @property string|null $peeringmacrov6 + * @property string|null $abbreviatedName * @property string|null $MD5Support + * @property int|null $reseller * @property int $isReseller * @property int $in_manrs * @property int $in_peeringdb diff --git a/app/Models/Location.php b/app/Models/Location.php index e9e4d2006..c8d64e6de 100644 --- a/app/Models/Location.php +++ b/app/Models/Location.php @@ -35,7 +35,6 @@ * IXP\Models\Location * * @property int $id - * @property int|null $pdb_facility_id * @property string|null $name * @property string|null $shortname * @property string|null $tag @@ -47,6 +46,7 @@ * @property string|null $officefax * @property string|null $officeemail * @property string|null $notes + * @property int|null $pdb_facility_id * @property string|null $city * @property string|null $country * @property \Illuminate\Support\Carbon|null $created_at diff --git a/app/Models/PatchPanel.php b/app/Models/PatchPanel.php index 6b58e0fb6..a41bd1cfd 100644 --- a/app/Models/PatchPanel.php +++ b/app/Models/PatchPanel.php @@ -48,9 +48,10 @@ * @property int $connector_type * @property string|null $installation_date * @property string $port_prefix + * @property int $active + * @property int $colo_pp_type * @property int $chargeable * @property string $location_notes - * @property int $active * @property int|null $u_position * @property int|null $mounted_at * @property \Illuminate\Support\Carbon|null $created_at @@ -65,6 +66,7 @@ * @method static Builder|PatchPanel whereCabinetId($value) * @method static Builder|PatchPanel whereCableType($value) * @method static Builder|PatchPanel whereChargeable($value) + * @method static Builder|PatchPanel whereColoPpType($value) * @method static Builder|PatchPanel whereColoReference($value) * @method static Builder|PatchPanel whereConnectorType($value) * @method static Builder|PatchPanel whereCreatedAt($value) diff --git a/app/Models/PatchPanelPort.php b/app/Models/PatchPanelPort.php index 0c254ce63..14ab1772c 100644 --- a/app/Models/PatchPanelPort.php +++ b/app/Models/PatchPanelPort.php @@ -52,13 +52,8 @@ * @property int|null $switch_port_id * @property int|null $patch_panel_id * @property int|null $customer_id - * @property int|null $duplex_master_id - * @property int $number * @property int $state - * @property string|null $colo_circuit_ref - * @property string|null $ticket_ref * @property string|null $notes - * @property string|null $private_notes * @property string|null $assigned_at * @property string|null $connected_at * @property string|null $cease_requested_at @@ -66,9 +61,14 @@ * @property string|null $last_state_change * @property int $internal_use * @property int $chargeable + * @property int|null $duplex_master_id + * @property int $number + * @property string|null $colo_circuit_ref + * @property string|null $ticket_ref + * @property string|null $private_notes * @property int $owned_by - * @property string|null $description * @property string|null $loa_code + * @property string|null $description * @property string|null $colo_billing_ref * @property \Illuminate\Support\Carbon|null $created_at * @property \Illuminate\Support\Carbon|null $updated_at diff --git a/app/Models/PatchPanelPortHistory.php b/app/Models/PatchPanelPortHistory.php index 69f6a2105..8da240815 100644 --- a/app/Models/PatchPanelPortHistory.php +++ b/app/Models/PatchPanelPortHistory.php @@ -43,22 +43,22 @@ * * @property int $id * @property int|null $patch_panel_port_id - * @property int|null $duplex_master_id - * @property int $number * @property int $state - * @property string|null $colo_circuit_ref - * @property string|null $ticket_ref * @property string|null $notes - * @property string|null $private_notes * @property string|null $assigned_at * @property string|null $connected_at * @property string|null $cease_requested_at * @property string|null $ceased_at * @property int $internal_use * @property int $chargeable - * @property int $owned_by * @property string|null $customer * @property string|null $switchport + * @property int|null $duplex_master_id + * @property int $number + * @property string|null $colo_circuit_ref + * @property string|null $ticket_ref + * @property string|null $private_notes + * @property int $owned_by * @property string|null $description * @property string|null $colo_billing_ref * @property int|null $cust_id diff --git a/app/Models/PhysicalInterface.php b/app/Models/PhysicalInterface.php index 7eef24ee0..09166823c 100644 --- a/app/Models/PhysicalInterface.php +++ b/app/Models/PhysicalInterface.php @@ -40,14 +40,14 @@ * * @property int $id * @property int|null $switchportid - * @property int|null $fanout_physical_interface_id * @property int|null $virtualinterfaceid * @property int|null $status * @property int|null $speed * @property string|null $duplex * @property int|null $rate_limit - * @property bool $autoneg * @property string|null $notes + * @property int|null $fanout_physical_interface_id + * @property bool $autoneg * @property \Illuminate\Support\Carbon|null $created_at * @property \Illuminate\Support\Carbon|null $updated_at * @property-read \IXP\Models\CoreInterface|null $coreInterface diff --git a/app/Models/SwitchPort.php b/app/Models/SwitchPort.php index 5bfcef035..794d97983 100644 --- a/app/Models/SwitchPort.php +++ b/app/Models/SwitchPort.php @@ -47,8 +47,6 @@ * @property int|null $switchid * @property int|null $type * @property string|null $name - * @property int $active - * @property int|null $ifIndex * @property string|null $ifName * @property string|null $ifAlias * @property int|null $ifHighSpeed @@ -58,6 +56,8 @@ * @property int|null $ifOperStatus * @property int|null $ifLastChange * @property string|null $lastSnmpPoll + * @property int|null $ifIndex + * @property int $active * @property int|null $lagIfIndex * @property string|null $mauType * @property string|null $mauState diff --git a/app/Models/Switcher.php b/app/Models/Switcher.php index 79d20c070..ab440478d 100644 --- a/app/Models/Switcher.php +++ b/app/Models/Switcher.php @@ -50,23 +50,23 @@ * IXP\Models\Switcher * * @property int $id - * @property int|null $infrastructure * @property int|null $cabinetid * @property int|null $vendorid * @property string|null $name - * @property string|null $hostname * @property string|null $ipv4addr * @property string|null $ipv6addr * @property string|null $snmppasswd + * @property int|null $infrastructure * @property string|null $model * @property bool|null $active + * @property string|null $notes + * @property string|null $hostname * @property string|null $os * @property string|null $osDate * @property string|null $osVersion * @property string|null $serialNumber - * @property int|null $mauSupported * @property string|null $lastPolled - * @property string|null $notes + * @property int|null $mauSupported * @property int|null $asn * @property string|null $loopback_ip * @property string|null $loopback_name diff --git a/app/Models/User.php b/app/Models/User.php index 07d427d7c..9390ba750 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -62,6 +62,8 @@ * @property int|null $uid * @property int|null $privs * @property int|null $disabled + * @property int $fail_count + * @property string|null $fail_locked_until * @property int|null $lastupdatedby * @property string|null $creator * @property string|null $name @@ -94,6 +96,8 @@ * @method static Builder|User whereDisabled($value) * @method static Builder|User whereEmail($value) * @method static Builder|User whereExtraAttributes($value) + * @method static Builder|User whereFailCount($value) + * @method static Builder|User whereFailLockedUntil($value) * @method static Builder|User whereId($value) * @method static Builder|User whereLastupdatedby($value) * @method static Builder|User whereName($value) diff --git a/app/Models/Vlan.php b/app/Models/Vlan.php index f9717e64b..ab1b34e61 100644 --- a/app/Models/Vlan.php +++ b/app/Models/Vlan.php @@ -36,13 +36,13 @@ * IXP\Models\Vlan * * @property int $id - * @property int $infrastructureid * @property string|null $name * @property int|null $number + * @property string|null $notes * @property bool $private + * @property int $infrastructureid * @property int $peering_matrix * @property int $peering_manager - * @property string|null $notes * @property string|null $config_name * @property \Illuminate\Support\Carbon|null $created_at * @property \Illuminate\Support\Carbon|null $updated_at diff --git a/app/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php index afc43abd9..b7327b910 100644 --- a/app/Providers/AuthServiceProvider.php +++ b/app/Providers/AuthServiceProvider.php @@ -68,7 +68,11 @@ public function boot() Auth::extend('session', function ( $app, $name, $config ) { $provider = $app[ 'auth' ]->createUserProvider( $config['provider'] ?? null ); - $guard = new SessionGuard( $name, $provider, $app[ 'session.store' ], request(), $config[ 'expire' ] ?? null ); + $guard = new SessionGuard( $name, $provider, $app[ 'session.store' ], request() ); + + if( $config[ 'expire' ] ) { + $guard->setRememberDuration( $config[ 'expire' ] ); + } if( method_exists( $guard, 'setCookieJar' ) ) { $guard->setCookieJar( $app['cookie'] ); diff --git a/composer.lock b/composer.lock index 95c697c4d..f9544af42 100644 --- a/composer.lock +++ b/composer.lock @@ -643,16 +643,16 @@ }, { "name": "doctrine/dbal", - "version": "3.4.4", + "version": "3.4.5", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5" + "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5", - "reference": "4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/a5a58773109c0abb13e658c8ccd92aeec8d07f9e", + "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e", "shasum": "" }, "require": { @@ -734,7 +734,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.4.4" + "source": "https://github.com/doctrine/dbal/tree/3.4.5" }, "funding": [ { @@ -750,7 +750,7 @@ "type": "tidelift" } ], - "time": "2022-09-01T21:26:42+00:00" + "time": "2022-09-23T17:48:57+00:00" }, { "name": "doctrine/deprecations", @@ -797,34 +797,35 @@ }, { "name": "doctrine/event-manager", - "version": "1.1.2", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", - "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683" + "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/event-manager/zipball/eb2ecf80e3093e8f3c2769ac838e27d8ede8e683", - "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520", + "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520", "shasum": "" }, "require": { + "doctrine/deprecations": "^0.5.3 || ^1", "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.9" }, "require-dev": { - "doctrine/coding-standard": "^9", - "phpstan/phpstan": "~1.4.10 || ^1.5.4", + "doctrine/coding-standard": "^9 || ^10", + "phpstan/phpstan": "~1.4.10 || ^1.8.8", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.22" + "vimeo/psalm": "^4.24" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\": "lib/Doctrine/Common" + "Doctrine\\Common\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -868,7 +869,7 @@ ], "support": { "issues": "https://github.com/doctrine/event-manager/issues", - "source": "https://github.com/doctrine/event-manager/tree/1.1.2" + "source": "https://github.com/doctrine/event-manager/tree/1.2.0" }, "funding": [ { @@ -884,27 +885,27 @@ "type": "tidelift" } ], - "time": "2022-07-27T22:18:11+00:00" + "time": "2022-10-12T20:51:15+00:00" }, { "name": "doctrine/inflector", - "version": "2.0.5", + "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392" + "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/ade2b3bbfb776f27f0558e26eed43b5d9fe1b392", - "reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", + "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9", + "doctrine/coding-standard": "^10", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.3", @@ -959,7 +960,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.5" + "source": "https://github.com/doctrine/inflector/tree/2.0.6" }, "funding": [ { @@ -975,7 +976,7 @@ "type": "tidelift" } ], - "time": "2022-09-07T09:01:28+00:00" + "time": "2022-10-20T09:10:12+00:00" }, { "name": "doctrine/lexer", @@ -2136,16 +2137,16 @@ }, { "name": "laravel/framework", - "version": "v8.83.23", + "version": "v8.83.25", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "bdc707f8b9bcad289b24cd182d98ec7480ac4491" + "reference": "b77b908a9426efa41d6286a2ef4c3adbf5398ca1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/bdc707f8b9bcad289b24cd182d98ec7480ac4491", - "reference": "bdc707f8b9bcad289b24cd182d98ec7480ac4491", + "url": "https://api.github.com/repos/laravel/framework/zipball/b77b908a9426efa41d6286a2ef4c3adbf5398ca1", + "reference": "b77b908a9426efa41d6286a2ef4c3adbf5398ca1", "shasum": "" }, "require": { @@ -2305,20 +2306,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2022-07-26T13:30:00+00:00" + "time": "2022-09-30T13:00:40+00:00" }, { "name": "laravel/horizon", - "version": "v5.10.1", + "version": "v5.10.2", "source": { "type": "git", "url": "https://github.com/laravel/horizon.git", - "reference": "1570c8a4612484a37392eca986f06d01b771cb96" + "reference": "de84bf86ffee940fa92e29c54d41618048ec9b6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/horizon/zipball/1570c8a4612484a37392eca986f06d01b771cb96", - "reference": "1570c8a4612484a37392eca986f06d01b771cb96", + "url": "https://api.github.com/repos/laravel/horizon/zipball/de84bf86ffee940fa92e29c54d41618048ec9b6f", + "reference": "de84bf86ffee940fa92e29c54d41618048ec9b6f", "shasum": "" }, "require": { @@ -2380,9 +2381,9 @@ ], "support": { "issues": "https://github.com/laravel/horizon/issues", - "source": "https://github.com/laravel/horizon/tree/v5.10.1" + "source": "https://github.com/laravel/horizon/tree/v5.10.2" }, - "time": "2022-09-05T16:33:43+00:00" + "time": "2022-09-26T13:45:51+00:00" }, { "name": "laravel/serializable-closure", @@ -2515,16 +2516,16 @@ }, { "name": "laravel/telescope", - "version": "v4.9.3", + "version": "v4.9.4", "source": { "type": "git", "url": "https://github.com/laravel/telescope.git", - "reference": "c41476272bc03e470d3be1d718885a947adb7c49" + "reference": "ca8bec380ecef80d00ce6daecac2dc17c7e35ccd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/telescope/zipball/c41476272bc03e470d3be1d718885a947adb7c49", - "reference": "c41476272bc03e470d3be1d718885a947adb7c49", + "url": "https://api.github.com/repos/laravel/telescope/zipball/ca8bec380ecef80d00ce6daecac2dc17c7e35ccd", + "reference": "ca8bec380ecef80d00ce6daecac2dc17c7e35ccd", "shasum": "" }, "require": { @@ -2577,9 +2578,9 @@ ], "support": { "issues": "https://github.com/laravel/telescope/issues", - "source": "https://github.com/laravel/telescope/tree/v4.9.3" + "source": "https://github.com/laravel/telescope/tree/v4.9.4" }, - "time": "2022-09-12T13:47:59+00:00" + "time": "2022-10-03T14:55:50+00:00" }, { "name": "laravel/tinker", @@ -2900,16 +2901,16 @@ }, { "name": "league/flysystem", - "version": "1.1.9", + "version": "1.1.10", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "094defdb4a7001845300334e7c1ee2335925ef99" + "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99", - "reference": "094defdb4a7001845300334e7c1ee2335925ef99", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1", + "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1", "shasum": "" }, "require": { @@ -2982,7 +2983,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/1.1.9" + "source": "https://github.com/thephpleague/flysystem/tree/1.1.10" }, "funding": [ { @@ -2990,7 +2991,7 @@ "type": "other" } ], - "time": "2021-12-09T09:40:50+00:00" + "time": "2022-10-04T09:16:37+00:00" }, { "name": "league/mime-type-detection", @@ -4975,16 +4976,16 @@ }, { "name": "ramsey/uuid", - "version": "4.5.0", + "version": "4.5.1", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "ef842484ba57f163c6d465ab744bfecb872a11d4" + "reference": "a161a26d917604dc6d3aa25100fddf2556e9f35d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/ef842484ba57f163c6d465ab744bfecb872a11d4", - "reference": "ef842484ba57f163c6d465ab744bfecb872a11d4", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/a161a26d917604dc6d3aa25100fddf2556e9f35d", + "reference": "a161a26d917604dc6d3aa25100fddf2556e9f35d", "shasum": "" }, "require": { @@ -5053,7 +5054,7 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.5.0" + "source": "https://github.com/ramsey/uuid/tree/4.5.1" }, "funding": [ { @@ -5065,7 +5066,7 @@ "type": "tidelift" } ], - "time": "2022-09-15T01:44:53+00:00" + "time": "2022-09-16T03:22:46+00:00" }, { "name": "s1lentium/iptools", @@ -5327,16 +5328,16 @@ }, { "name": "symfony/console", - "version": "v5.4.12", + "version": "v5.4.14", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1" + "reference": "984ea2c0f45f42dfed01d2f3987b187467c4b16d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/c072aa8f724c3af64e2c7a96b796a4863d24dba1", - "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1", + "url": "https://api.github.com/repos/symfony/console/zipball/984ea2c0f45f42dfed01d2f3987b187467c4b16d", + "reference": "984ea2c0f45f42dfed01d2f3987b187467c4b16d", "shasum": "" }, "require": { @@ -5406,7 +5407,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.12" + "source": "https://github.com/symfony/console/tree/v5.4.14" }, "funding": [ { @@ -5422,7 +5423,7 @@ "type": "tidelift" } ], - "time": "2022-08-17T13:18:05+00:00" + "time": "2022-10-07T08:01:20+00:00" }, { "name": "symfony/css-selector", @@ -5558,16 +5559,16 @@ }, { "name": "symfony/error-handler", - "version": "v5.4.11", + "version": "v5.4.14", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "f75d17cb4769eb38cd5fccbda95cd80a054d35c8" + "reference": "5fe6d42ffeb68b094df8fdbf3acf23f391cc6be0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/f75d17cb4769eb38cd5fccbda95cd80a054d35c8", - "reference": "f75d17cb4769eb38cd5fccbda95cd80a054d35c8", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/5fe6d42ffeb68b094df8fdbf3acf23f391cc6be0", + "reference": "5fe6d42ffeb68b094df8fdbf3acf23f391cc6be0", "shasum": "" }, "require": { @@ -5609,7 +5610,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.4.11" + "source": "https://github.com/symfony/error-handler/tree/v5.4.14" }, "funding": [ { @@ -5625,7 +5626,7 @@ "type": "tidelift" } ], - "time": "2022-07-29T07:37:50+00:00" + "time": "2022-10-03T15:15:50+00:00" }, { "name": "symfony/event-dispatcher", @@ -5854,16 +5855,16 @@ }, { "name": "symfony/http-foundation", - "version": "v5.4.12", + "version": "v5.4.14", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "f4bfe9611b113b15d98a43da68ec9b5a00d56791" + "reference": "e7c7b395c3a61d746919c21e915f51f0039c3f75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f4bfe9611b113b15d98a43da68ec9b5a00d56791", - "reference": "f4bfe9611b113b15d98a43da68ec9b5a00d56791", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e7c7b395c3a61d746919c21e915f51f0039c3f75", + "reference": "e7c7b395c3a61d746919c21e915f51f0039c3f75", "shasum": "" }, "require": { @@ -5910,7 +5911,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.4.12" + "source": "https://github.com/symfony/http-foundation/tree/v5.4.14" }, "funding": [ { @@ -5926,20 +5927,20 @@ "type": "tidelift" } ], - "time": "2022-08-19T07:33:17+00:00" + "time": "2022-10-01T21:59:28+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.4.12", + "version": "v5.4.14", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "37f660fa3bcd78fe4893ce23ebe934618ec099be" + "reference": "6f77fabc1a37c2dceecc6f78cca44772705dc52f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/37f660fa3bcd78fe4893ce23ebe934618ec099be", - "reference": "37f660fa3bcd78fe4893ce23ebe934618ec099be", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6f77fabc1a37c2dceecc6f78cca44772705dc52f", + "reference": "6f77fabc1a37c2dceecc6f78cca44772705dc52f", "shasum": "" }, "require": { @@ -6022,7 +6023,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.4.12" + "source": "https://github.com/symfony/http-kernel/tree/v5.4.14" }, "funding": [ { @@ -6038,20 +6039,20 @@ "type": "tidelift" } ], - "time": "2022-08-26T14:40:40+00:00" + "time": "2022-10-12T07:12:21+00:00" }, { "name": "symfony/mime", - "version": "v5.4.12", + "version": "v5.4.14", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "03876e9c5a36f5b45e7d9a381edda5421eff8a90" + "reference": "1c118b253bb3495d81e95a6e3ec6c2766a98a0c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/03876e9c5a36f5b45e7d9a381edda5421eff8a90", - "reference": "03876e9c5a36f5b45e7d9a381edda5421eff8a90", + "url": "https://api.github.com/repos/symfony/mime/zipball/1c118b253bb3495d81e95a6e3ec6c2766a98a0c4", + "reference": "1c118b253bb3495d81e95a6e3ec6c2766a98a0c4", "shasum": "" }, "require": { @@ -6065,7 +6066,8 @@ "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<4.4" + "symfony/mailer": "<4.4", + "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1", @@ -6073,7 +6075,7 @@ "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/property-access": "^4.4|^5.1|^6.0", "symfony/property-info": "^4.4|^5.1|^6.0", - "symfony/serializer": "^5.2|^6.0" + "symfony/serializer": "^5.4.14|~6.0.14|^6.1.6" }, "type": "library", "autoload": { @@ -6105,7 +6107,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.12" + "source": "https://github.com/symfony/mime/tree/v5.4.14" }, "funding": [ { @@ -6121,7 +6123,7 @@ "type": "tidelift" } ], - "time": "2022-08-19T14:24:03+00:00" + "time": "2022-10-07T08:01:20+00:00" }, { "name": "symfony/polyfill-ctype", @@ -7177,16 +7179,16 @@ }, { "name": "symfony/string", - "version": "v6.0.12", + "version": "v6.0.14", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "3a975ba1a1508ad97df45f4590f55b7cc4c1a0a0" + "reference": "3db7da820a6e4a584b714b3933c34c6a7db4d86c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/3a975ba1a1508ad97df45f4590f55b7cc4c1a0a0", - "reference": "3a975ba1a1508ad97df45f4590f55b7cc4c1a0a0", + "url": "https://api.github.com/repos/symfony/string/zipball/3db7da820a6e4a584b714b3933c34c6a7db4d86c", + "reference": "3db7da820a6e4a584b714b3933c34c6a7db4d86c", "shasum": "" }, "require": { @@ -7242,7 +7244,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.12" + "source": "https://github.com/symfony/string/tree/v6.0.14" }, "funding": [ { @@ -7258,20 +7260,20 @@ "type": "tidelift" } ], - "time": "2022-08-12T18:05:20+00:00" + "time": "2022-10-10T09:34:08+00:00" }, { "name": "symfony/translation", - "version": "v6.0.12", + "version": "v6.0.14", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "5e71973b4991e141271465dacf4bf9e719941424" + "reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/5e71973b4991e141271465dacf4bf9e719941424", - "reference": "5e71973b4991e141271465dacf4bf9e719941424", + "url": "https://api.github.com/repos/symfony/translation/zipball/6f99eb179aee4652c0a7cd7c11f2a870d904330c", + "reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c", "shasum": "" }, "require": { @@ -7337,7 +7339,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.0.12" + "source": "https://github.com/symfony/translation/tree/v6.0.14" }, "funding": [ { @@ -7353,7 +7355,7 @@ "type": "tidelift" } ], - "time": "2022-08-02T16:01:06+00:00" + "time": "2022-10-07T08:02:12+00:00" }, { "name": "symfony/translation-contracts", @@ -7435,16 +7437,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.4.11", + "version": "v5.4.14", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861" + "reference": "6894d06145fefebd9a4c7272baa026a1c394a430" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b8f306d7b8ef34fb3db3305be97ba8e088fb4861", - "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6894d06145fefebd9a4c7272baa026a1c394a430", + "reference": "6894d06145fefebd9a4c7272baa026a1c394a430", "shasum": "" }, "require": { @@ -7504,7 +7506,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.11" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.14" }, "funding": [ { @@ -7520,7 +7522,7 @@ "type": "tidelift" } ], - "time": "2022-07-20T13:00:38+00:00" + "time": "2022-10-07T08:01:20+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -7577,16 +7579,16 @@ }, { "name": "vlucas/phpdotenv", - "version": "v5.4.1", + "version": "v5.5.0", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f" + "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f", - "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", + "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", "shasum": "" }, "require": { @@ -7601,15 +7603,19 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "ext-filter": "*", - "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10" + "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25" }, "suggest": { "ext-filter": "Required to use the boolean validator." }, "type": "library", "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": true + }, "branch-alias": { - "dev-master": "5.4-dev" + "dev-master": "5.5-dev" } }, "autoload": { @@ -7641,7 +7647,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0" }, "funding": [ { @@ -7653,7 +7659,7 @@ "type": "tidelift" } ], - "time": "2021-12-12T23:22:04+00:00" + "time": "2022-10-16T01:01:54+00:00" }, { "name": "voku/portable-ascii", @@ -7845,16 +7851,16 @@ }, { "name": "wolfcast/browser-detection", - "version": "2.9.6", + "version": "2.9.7", "source": { "type": "git", "url": "https://github.com/Wolfcast/BrowserDetection.git", - "reference": "e8b0865cb245b8dedb199e6eeed3bc1886cd5705" + "reference": "77fad169776d6c4fc61fa740fb16495cafc505eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Wolfcast/BrowserDetection/zipball/e8b0865cb245b8dedb199e6eeed3bc1886cd5705", - "reference": "e8b0865cb245b8dedb199e6eeed3bc1886cd5705", + "url": "https://api.github.com/repos/Wolfcast/BrowserDetection/zipball/77fad169776d6c4fc61fa740fb16495cafc505eb", + "reference": "77fad169776d6c4fc61fa740fb16495cafc505eb", "shasum": "" }, "require": { @@ -7889,9 +7895,9 @@ ], "support": { "issues": "https://github.com/Wolfcast/BrowserDetection/issues", - "source": "https://github.com/Wolfcast/BrowserDetection/tree/2.9.6" + "source": "https://github.com/Wolfcast/BrowserDetection/tree/2.9.7" }, - "time": "2022-05-02T01:27:35+00:00" + "time": "2022-09-21T04:06:27+00:00" }, { "name": "zendesk/zendesk_api_client_php", @@ -9287,16 +9293,16 @@ }, { "name": "laravel/dusk", - "version": "v6.25.1", + "version": "v6.25.2", "source": { "type": "git", "url": "https://github.com/laravel/dusk.git", - "reference": "cd93e41d610965842e4b61f4691a0a0889737790" + "reference": "25a595ac3dc82089a91af10dd23b0d58fd3f6d0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/dusk/zipball/cd93e41d610965842e4b61f4691a0a0889737790", - "reference": "cd93e41d610965842e4b61f4691a0a0889737790", + "url": "https://api.github.com/repos/laravel/dusk/zipball/25a595ac3dc82089a91af10dd23b0d58fd3f6d0b", + "reference": "25a595ac3dc82089a91af10dd23b0d58fd3f6d0b", "shasum": "" }, "require": { @@ -9354,22 +9360,22 @@ ], "support": { "issues": "https://github.com/laravel/dusk/issues", - "source": "https://github.com/laravel/dusk/tree/v6.25.1" + "source": "https://github.com/laravel/dusk/tree/v6.25.2" }, - "time": "2022-07-25T13:51:51+00:00" + "time": "2022-09-29T09:37:07+00:00" }, { "name": "laravel/sail", - "version": "v1.16.0", + "version": "v1.16.2", "source": { "type": "git", "url": "https://github.com/laravel/sail.git", - "reference": "73030c18b769f27e6f6aacf7848d024fa9a55560" + "reference": "7d1ed5f856ec8b9708712e3fc0708fcabe114659" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sail/zipball/73030c18b769f27e6f6aacf7848d024fa9a55560", - "reference": "73030c18b769f27e6f6aacf7848d024fa9a55560", + "url": "https://api.github.com/repos/laravel/sail/zipball/7d1ed5f856ec8b9708712e3fc0708fcabe114659", + "reference": "7d1ed5f856ec8b9708712e3fc0708fcabe114659", "shasum": "" }, "require": { @@ -9416,7 +9422,7 @@ "issues": "https://github.com/laravel/sail/issues", "source": "https://github.com/laravel/sail" }, - "time": "2022-08-31T16:38:14+00:00" + "time": "2022-09-28T13:13:22+00:00" }, { "name": "maximebf/debugbar", @@ -9808,22 +9814,22 @@ }, { "name": "orchestra/testbench", - "version": "v6.25.0", + "version": "v6.25.1", "source": { "type": "git", "url": "https://github.com/orchestral/testbench.git", - "reference": "a65b90b78caed1fdface168ca02af34f3422e513" + "reference": "0516123d26d64117bc04f7e9cb982eae2624e750" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench/zipball/a65b90b78caed1fdface168ca02af34f3422e513", - "reference": "a65b90b78caed1fdface168ca02af34f3422e513", + "url": "https://api.github.com/repos/orchestral/testbench/zipball/0516123d26d64117bc04f7e9cb982eae2624e750", + "reference": "0516123d26d64117bc04f7e9cb982eae2624e750", "shasum": "" }, "require": { "laravel/framework": "^8.75", "mockery/mockery": "^1.4.4", - "orchestra/testbench-core": "^6.29", + "orchestra/testbench-core": "^6.29.1", "php": "^7.3 || ^8.0", "phpunit/phpunit": "^8.5.21 || ^9.5.10", "spatie/laravel-ray": "^1.26.2" @@ -9857,7 +9863,7 @@ ], "support": { "issues": "https://github.com/orchestral/testbench/issues", - "source": "https://github.com/orchestral/testbench/tree/v6.25.0" + "source": "https://github.com/orchestral/testbench/tree/v6.25.1" }, "funding": [ { @@ -9869,20 +9875,20 @@ "type": "liberapay" } ], - "time": "2022-08-24T01:41:23+00:00" + "time": "2022-10-11T14:01:10+00:00" }, { "name": "orchestra/testbench-core", - "version": "v6.29.0", + "version": "v6.29.1", "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "8eeace7d979a7905e6fab77a30a3b05da99459c4" + "reference": "29a7586915885f89b8d2203efe20f76afe9cf956" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/8eeace7d979a7905e6fab77a30a3b05da99459c4", - "reference": "8eeace7d979a7905e6fab77a30a3b05da99459c4", + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/29a7586915885f89b8d2203efe20f76afe9cf956", + "reference": "29a7586915885f89b8d2203efe20f76afe9cf956", "shasum": "" }, "require": { @@ -9959,7 +9965,7 @@ "type": "liberapay" } ], - "time": "2022-08-24T00:15:20+00:00" + "time": "2022-10-11T12:12:52+00:00" }, { "name": "phar-io/manifest", @@ -10074,16 +10080,16 @@ }, { "name": "php-webdriver/webdriver", - "version": "1.12.1", + "version": "1.13.1", "source": { "type": "git", "url": "https://github.com/php-webdriver/php-webdriver.git", - "reference": "b27ddf458d273c7d4602106fcaf978aa0b7fe15a" + "reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/b27ddf458d273c7d4602106fcaf978aa0b7fe15a", - "reference": "b27ddf458d273c7d4602106fcaf978aa0b7fe15a", + "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/6dfe5f814b796c1b5748850aa19f781b9274c36c", + "reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c", "shasum": "" }, "require": { @@ -10133,9 +10139,9 @@ ], "support": { "issues": "https://github.com/php-webdriver/php-webdriver/issues", - "source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.1" + "source": "https://github.com/php-webdriver/php-webdriver/tree/1.13.1" }, - "time": "2022-05-03T12:16:34+00:00" + "time": "2022-10-11T11:49:44+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -10249,25 +10255,30 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.6.1", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "77a32518733312af16a44300404e945338981de3" + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3", - "reference": "77a32518733312af16a44300404e945338981de3", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", + "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { "ext-tokenizer": "*", - "psalm/phar": "^4.8" + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^9.5", + "rector/rector": "^0.13.9", + "vimeo/psalm": "^4.25" }, "type": "library", "extra": { @@ -10293,9 +10304,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" }, - "time": "2022-03-15T21:29:03+00:00" + "time": "2022-10-14T12:47:21+00:00" }, { "name": "phpunit/php-code-coverage", @@ -10617,16 +10628,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.24", + "version": "9.5.25", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5" + "reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d0aa6097bef9fd42458a9b3c49da32c6ce6129c5", - "reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d", + "reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d", "shasum": "" }, "require": { @@ -10648,14 +10659,14 @@ "phpunit/php-timer": "^5.0.2", "sebastian/cli-parser": "^1.0.1", "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.5", + "sebastian/comparator": "^4.0.8", "sebastian/diff": "^4.0.3", "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.3", + "sebastian/exporter": "^4.0.5", "sebastian/global-state": "^5.0.1", "sebastian/object-enumerator": "^4.0.3", "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.1", + "sebastian/type": "^3.2", "sebastian/version": "^3.0.2" }, "suggest": { @@ -10699,7 +10710,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.24" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.25" }, "funding": [ { @@ -10709,9 +10720,13 @@ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" } ], - "time": "2022-08-30T07:42:16+00:00" + "time": "2022-09-25T03:44:45+00:00" }, { "name": "psalm/plugin-laravel", @@ -11808,16 +11823,16 @@ }, { "name": "spatie/laravel-ray", - "version": "1.30.0", + "version": "1.31.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ray.git", - "reference": "1afe8d38cf13e9f7d0f6438e67bca71c3ed8d1f6" + "reference": "7394694afd89d05879e7a69c54abab73c1199acd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/1afe8d38cf13e9f7d0f6438e67bca71c3ed8d1f6", - "reference": "1afe8d38cf13e9f7d0f6438e67bca71c3ed8d1f6", + "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/7394694afd89d05879e7a69c54abab73c1199acd", + "reference": "7394694afd89d05879e7a69c54abab73c1199acd", "shasum": "" }, "require": { @@ -11876,7 +11891,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-ray/issues", - "source": "https://github.com/spatie/laravel-ray/tree/1.30.0" + "source": "https://github.com/spatie/laravel-ray/tree/1.31.0" }, "funding": [ { @@ -11888,7 +11903,7 @@ "type": "other" } ], - "time": "2022-07-29T10:02:43+00:00" + "time": "2022-09-20T13:13:22+00:00" }, { "name": "spatie/macroable", @@ -12068,16 +12083,16 @@ }, { "name": "symfony/stopwatch", - "version": "v6.0.5", + "version": "v6.0.13", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "f2c1780607ec6502f2121d9729fd8150a655d337" + "reference": "7554fde6848af5ef1178f8ccbdbdb8ae1092c70a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f2c1780607ec6502f2121d9729fd8150a655d337", - "reference": "f2c1780607ec6502f2121d9729fd8150a655d337", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/7554fde6848af5ef1178f8ccbdbdb8ae1092c70a", + "reference": "7554fde6848af5ef1178f8ccbdbdb8ae1092c70a", "shasum": "" }, "require": { @@ -12110,7 +12125,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.0.5" + "source": "https://github.com/symfony/stopwatch/tree/v6.0.13" }, "funding": [ { @@ -12126,20 +12141,20 @@ "type": "tidelift" } ], - "time": "2022-02-21T17:15:17+00:00" + "time": "2022-09-28T15:52:47+00:00" }, { "name": "symfony/yaml", - "version": "v5.4.12", + "version": "v5.4.14", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c" + "reference": "e83fe9a72011f07c662da46a05603d66deeeb487" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c", - "reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c", + "url": "https://api.github.com/repos/symfony/yaml/zipball/e83fe9a72011f07c662da46a05603d66deeeb487", + "reference": "e83fe9a72011f07c662da46a05603d66deeeb487", "shasum": "" }, "require": { @@ -12185,7 +12200,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.4.12" + "source": "https://github.com/symfony/yaml/tree/v5.4.14" }, "funding": [ { @@ -12201,7 +12216,7 @@ "type": "tidelift" } ], - "time": "2022-08-02T15:52:22+00:00" + "time": "2022-10-03T15:15:50+00:00" }, { "name": "theseer/tokenizer", @@ -12255,16 +12270,16 @@ }, { "name": "vimeo/psalm", - "version": "4.27.0", + "version": "4.29.0", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "faf106e717c37b8c81721845dba9de3d8deed8ff" + "reference": "7ec5ffbd5f68ae03782d7fd33fff0c45a69f95b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/faf106e717c37b8c81721845dba9de3d8deed8ff", - "reference": "faf106e717c37b8c81721845dba9de3d8deed8ff", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/7ec5ffbd5f68ae03782d7fd33fff0c45a69f95b3", + "reference": "7ec5ffbd5f68ae03782d7fd33fff0c45a69f95b3", "shasum": "" }, "require": { @@ -12303,6 +12318,7 @@ "phpdocumentor/reflection-docblock": "^5", "phpmyadmin/sql-parser": "5.1.0||dev-master", "phpspec/prophecy": ">=1.9.0", + "phpstan/phpdoc-parser": "1.2.* || 1.6.4", "phpunit/phpunit": "^9.0", "psalm/plugin-phpunit": "^0.16", "slevomat/coding-standard": "^7.0", @@ -12356,9 +12372,9 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/4.27.0" + "source": "https://github.com/vimeo/psalm/tree/4.29.0" }, - "time": "2022-08-31T13:47:09+00:00" + "time": "2022-10-11T17:09:17+00:00" }, { "name": "webmozart/path-util", @@ -12413,16 +12429,16 @@ }, { "name": "zbateson/mail-mime-parser", - "version": "2.2.2", + "version": "2.2.3", "source": { "type": "git", "url": "https://github.com/zbateson/mail-mime-parser.git", - "reference": "318cd809afebe48e8fb41625b05b25470fb3fa86" + "reference": "295c7f82a8c44af685680d9df6714beb812e90ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/318cd809afebe48e8fb41625b05b25470fb3fa86", - "reference": "318cd809afebe48e8fb41625b05b25470fb3fa86", + "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/295c7f82a8c44af685680d9df6714beb812e90ff", + "reference": "295c7f82a8c44af685680d9df6714beb812e90ff", "shasum": "" }, "require": { @@ -12482,7 +12498,7 @@ "type": "github" } ], - "time": "2022-09-01T15:59:13+00:00" + "time": "2022-09-28T16:31:49+00:00" }, { "name": "zbateson/mb-wrapper",