Skip to content

Commit

Permalink
- Bump minimal Laravel version required to >= 10.10.0, in order for t…
Browse files Browse the repository at this point in the history
…he `Sleep` helper to be available
  • Loading branch information
Yoan Ballesteros committed Jul 31, 2023
1 parent 2bca162 commit 3fed8af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"require": {
"php": "^8.0",
"ext-zip": "^1.14.0",
"illuminate/console": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/events": "^9.0|^10.0",
"illuminate/filesystem": "^9.0|^10.0",
"illuminate/notifications": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/console": "^10.10.0",
"illuminate/contracts": "^10.10.0",
"illuminate/events": "^10.10.0",
"illuminate/filesystem": "^10.10.0",
"illuminate/notifications": "^10.10.0",
"illuminate/support": "^10.10.0",
"league/flysystem": "^3.0",
"spatie/db-dumper": "^3.0",
"spatie/laravel-package-tools": "^1.6.2",
Expand All @@ -41,7 +41,7 @@
"league/flysystem-aws-s3-v3": "^2.0|^3.0",
"mockery/mockery": "^1.4",
"nunomaduro/larastan": "^2.1",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^1.20",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
Expand Down

0 comments on commit 3fed8af

Please sign in to comment.