Bump awssat/laravel-visits from 4.1.0 to 5.0.0
Bumps [awssat/laravel-visits](https://github.com/awssat/laravel-visits) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/awssat/laravel-visits/releases) - [Changelog](https://github.com/awssat/laravel-visits/blob/master/CHANGELOG.md) - [Commits](https://github.com/awssat/laravel-visits/compare/4.1.0...5.0.0) --- updated-dependencies: - dependency-name: awssat/laravel-visits dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
70a382a6df
commit
2649a485c5
|
@ -6,7 +6,7 @@
|
|||
"license": "GPL-3.0-or-later",
|
||||
"require": {
|
||||
"php": "^7.3|^8.0",
|
||||
"awssat/laravel-visits": "^4.0",
|
||||
"awssat/laravel-visits": "^5.0",
|
||||
"codedge/laravel-selfupdater": "^3.6",
|
||||
"cohensive/oembed": "^0.16",
|
||||
"doctrine/dbal": "^3.0",
|
||||
|
|
|
@ -4,36 +4,36 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "623cf25ef88732269d2396b64b0740ee",
|
||||
"content-hash": "73463fb9675c213a7d757b20f5d21673",
|
||||
"packages": [
|
||||
{
|
||||
"name": "awssat/laravel-visits",
|
||||
"version": "4.1.0",
|
||||
"version": "5.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/awssat/laravel-visits.git",
|
||||
"reference": "60174841ee2ef1cdd1117c9b65e31aac0392172a"
|
||||
"reference": "a334b15aceff8319c3f51d55ab84c9b49ac7dfa4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/awssat/laravel-visits/zipball/60174841ee2ef1cdd1117c9b65e31aac0392172a",
|
||||
"reference": "60174841ee2ef1cdd1117c9b65e31aac0392172a",
|
||||
"url": "https://api.github.com/repos/awssat/laravel-visits/zipball/a334b15aceff8319c3f51d55ab84c9b49ac7dfa4",
|
||||
"reference": "a334b15aceff8319c3f51d55ab84c9b49ac7dfa4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
|
||||
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
|
||||
"jaybizzle/crawler-detect": "^1.2",
|
||||
"php": "^7.3 || ^8.0",
|
||||
"php": "^8.0",
|
||||
"spatie/laravel-referer": "^1.6",
|
||||
"torann/geoip": "^1.0|^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/dbal": "^2.6|^3.0",
|
||||
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
|
||||
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
|
||||
"mockery/mockery": "^1.4 || ^2.0",
|
||||
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
|
||||
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
|
||||
"phpunit/phpunit": "^9.0",
|
||||
"predis/predis": "^1.1"
|
||||
"predis/predis": "^1.1|^2.1"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-redis": "Needed if you are using redis as engine data of laravel-visits",
|
||||
|
@ -89,9 +89,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/awssat/laravel-visits/issues",
|
||||
"source": "https://github.com/awssat/laravel-visits/tree/4.1.0"
|
||||
"source": "https://github.com/awssat/laravel-visits/tree/5.0.0"
|
||||
},
|
||||
"time": "2022-12-03T01:59:25+00:00"
|
||||
"time": "2023-03-02T05:46:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "behat/transliterator",
|
||||
|
@ -2303,16 +2303,16 @@
|
|||
},
|
||||
{
|
||||
"name": "league/commonmark",
|
||||
"version": "2.3.9",
|
||||
"version": "2.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/commonmark.git",
|
||||
"reference": "c1e114f74e518daca2729ea8c4bf1167038fa4b5"
|
||||
"reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c1e114f74e518daca2729ea8c4bf1167038fa4b5",
|
||||
"reference": "c1e114f74e518daca2729ea8c4bf1167038fa4b5",
|
||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d44a24690f16b8c1808bf13b1bd54ae4c63ea048",
|
||||
"reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2348,7 +2348,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "2.4-dev"
|
||||
"dev-main": "2.5-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -2405,7 +2405,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-15T14:07:24+00:00"
|
||||
"time": "2023-03-24T15:16:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/config",
|
||||
|
@ -4239,12 +4239,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ramsey/uuid.git",
|
||||
"reference": "bf2bee216a4379eaf62162307d62bb7850405fec"
|
||||
"reference": "8e955307d32dc9b6992440ff81321d3cb09db75a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ramsey/uuid/zipball/bf2bee216a4379eaf62162307d62bb7850405fec",
|
||||
"reference": "bf2bee216a4379eaf62162307d62bb7850405fec",
|
||||
"url": "https://api.github.com/repos/ramsey/uuid/zipball/8e955307d32dc9b6992440ff81321d3cb09db75a",
|
||||
"reference": "8e955307d32dc9b6992440ff81321d3cb09db75a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4324,7 +4324,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-07T16:14:23+00:00"
|
||||
"time": "2023-03-27T22:05:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/db-dumper",
|
||||
|
@ -8655,16 +8655,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpdocumentor/type-resolver",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
||||
"reference": "1534aea9bde19a5c85c5d1e1f834ab63f4c5dcf5"
|
||||
"reference": "dfc078e8af9c99210337325ff5aa152872c98714"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/1534aea9bde19a5c85c5d1e1f834ab63f4c5dcf5",
|
||||
"reference": "1534aea9bde19a5c85c5d1e1f834ab63f4c5dcf5",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/dfc078e8af9c99210337325ff5aa152872c98714",
|
||||
"reference": "dfc078e8af9c99210337325ff5aa152872c98714",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -8707,9 +8707,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.7.0"
|
||||
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.1"
|
||||
},
|
||||
"time": "2023-03-12T10:13:29+00:00"
|
||||
"time": "2023-03-27T19:02:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpdoc-parser",
|
||||
|
|
Loading…
Reference in New Issue