Skip to content

Commit

Permalink
Fix min requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLevti committed Dec 27, 2024
1 parent 1a44868 commit aeb62b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.25.1",
"illuminate/cache": "^9.38.0 || ^10.21.0 || ^11.36.1",
"phpstan/phpstan": "^1.10.32",
"phpunit/phpunit": "^9.5.26 || ^10.3.2",
"friendsofphp/php-cs-fixer": "^3.0.0",
"illuminate/cache": "^9.0.0 || ^10.0.0 || ^11.0.0",
"phpstan/phpstan": "^1.0.0",
"phpunit/phpunit": "^9.0.0 || ^10.0.0",
"roave/security-advisories": "dev-latest"
},
"require": {
"php": "^8.1.0",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
"guzzlehttp/promises": "^1.4.0 || ^2.0.0",
"nesbot/carbon": "^3.0.0",
"nesbot/carbon": "^2.62.1 || ^3.0.0",
"psr/http-message": "^1.0.0 || ^2.0.0",
"psr/simple-cache": "^1.0.0 || ^2.0.0 || ^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aeb62b6

Please sign in to comment.