Skip to content

Commit

Permalink
up versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd committed Jul 2, 2024
1 parent 21070b6 commit 5e29ea2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
}
],
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": ">=7.8",
"illuminate/config": ">-8.0",
"illuminate/database": ">=8.0",
"illuminate/support": ">=8.0",
"jeroenzwart/laravel-csv-seeder": ">=1.6",
"phpseclib/phpseclib": ">=3.0",
"vlucas/phpdotenv": ">=5.5"
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
"guzzlehttp/guzzle": "^7.8",
"illuminate/config": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"jeroenzwart/laravel-csv-seeder": "^1.6",
"phpseclib/phpseclib": "^3.0",
"vlucas/phpdotenv": "^5.5"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down

0 comments on commit 5e29ea2

Please sign in to comment.