Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudSaidHaggag authored Apr 14, 2024
1 parent 82062a2 commit 6ccffb9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haggag/laravel-visitors",
"description": "Visitor tracker and statistics for Laravel 6",
"description": "Visitor tracker and statistics for Laravel 6+",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -11,18 +11,18 @@
],
"minimum-stability": "stable",
"require": {
"php": ">=7.0",
"illuminate/support": "5.5.* | 5.6.* | 5.7.* | 6.* | 7.* | 8.* | 9.*",
"illuminate/http": "5.5.* | 5.6.* | 5.7.* | 6.* | 7.* | 8.* | 9.*",
"illuminate/database": "5.5.* | 5.6.* | 5.7.* | 6.* | 7.* | 8.* | 9.*",
"illuminate/bus": "5.5.* | 5.6.* | 5.7.* | 6.* | 7.* | 8.* | 9.*",
"illuminate/queue": "5.5.* | 5.6.* | 5.7.* | 6.* | 7.* | 8.* | 9.*",
"illuminate/contracts": "5.5.* | 5.6.* | 5.7.* | 6.* | 7.* | 8.* | 9.*",
"php": ">=7.0|^8.1|^8.2",
"illuminate/support": "5.5.* | 5.6.* | 5.7.* | 6.* | 7.* | 8.* | 9.* | 10.* | 11.*",
"illuminate/http": "5.5.* | 5.6.* | 5.7.* | 6.* | 7.* | 8.* | 9.* | 10.* | 11.*",
"illuminate/database": "5.5.* | 5.6.* | 5.7.* | 6.* | 7.* | 8.* | 9.* | 10.* | 11.*",
"illuminate/bus": "5.5.* | 5.6.* | 5.7.* | 6.* | 7.* | 8.* | 9.* | 10.* | 11.*",
"illuminate/queue": "5.5.* | 5.6.* | 5.7.* | 6.* | 7.* | 8.* | 9.* | 10.* | 11.*",
"illuminate/contracts": "5.5.* | 5.6.* | 5.7.* | 6.* | 7.* | 8.* | 9.* | 10.* | 11.*",
"piwik/device-detector": "^3.9",
"guzzlehttp/guzzle": "^6.0 | ^7.0"
"guzzlehttp/guzzle": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5 | ^7.0 | ^8.0 | ^9.0",
"phpunit/phpunit": "^6.5 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
"orchestra/testbench": "^3.5"
},
"autoload": {
Expand Down

0 comments on commit 6ccffb9

Please sign in to comment.